is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="scope" nsURI="http://www.avaloq.com/tools/ddk/xtext/Scope" nsPrefix="scope"> <eClassifiers xsi:type="ecore:EClass" name="ScopeModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedScopes" unique="false" upperBound="-1" eType="#//ScopeModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1" eType="#//Extension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="injections" upperBound="-1" eType="#//Injection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="naming" eType="#//NamingSection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scopes" upperBound="-1" eType="#//ScopeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Injection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Casing"> <eLiterals name="SENSITIVE" literal="sensitive"/> <eLiterals name="INSENSITIVE" value="1" literal="insensitive"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamingSection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="casing" eType="#//Casing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namings" upperBound="-1" eType="#//NamingDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamingDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="naming" eType="#//Naming" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetType" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//ScopeRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopeRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//ScopeContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//ScopeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopeContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="FactoryExpression" eSuperTypes="#//ScopeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopeDelegation" eSuperTypes="#//ScopeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="delegate" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="external" eType="#//GlobalScopeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//ScopeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedScopeExpression" eSuperTypes="#//ScopeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caseDef" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="casing" eType="#//Casing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="naming" eType="#//Naming" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScopeExpression" eSuperTypes="#//NamedScopeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recursivePrefix" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//DataExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domains" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchDataExpression" eSuperTypes="#//DataExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaDataExpression" eSuperTypes="#//DataExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleScopeExpression" eSuperTypes="#//NamedScopeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Naming"> <eStructuralFeatures xsi:type="ecore:EReference" name="names" upperBound="-1" eType="#//NamingExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamingExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="export" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="factory" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass platform:/resource/com.avaloq.tools.ddk.xtext.expression/src-gen/com/avaloq/tools/ddk/xtext/expression/Expression.ecore#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dsldevkit/dsl-devkit/com.avaloq.tools.ddk.xtext.scope/src-gen/com/avaloq/tools/ddk/xtext/scope/Scope.ecore
ecore
scope ScopeModel name includedScopes imports extensions injections naming scopes Import package name Extension extension Injection type name Casing SENSITIVE sensitive INSENSITIVE insensitive NamingSection casing namings NamingDefinition type naming ScopeDefinition name targetType contextType reference rules ScopeRule context exprs ScopeContext global contextType guard ScopeExpression FactoryExpression expr ScopeDelegation delegate external scope NamedScopeExpression caseDef casing naming GlobalScopeExpression type name recursivePrefix prefix data domains DataExpression value MatchDataExpression key LambdaDataExpression desc SimpleScopeExpression expr Naming names NamingExpression export factory expression
null
{"directed":true,"nodes":[{"nsPrefix":"scope","nsURI":"http://www.avaloq.com/tools/ddk/xtext/Scope","name":"scope","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Injection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Casing","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamingSection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamingDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeDefinition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeContext","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FactoryExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeDelegation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedScopeExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScopeExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchDataExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaDataExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleScopeExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Naming","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamingExpression","instanceClass":null,"abstract":false,"id":21,"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":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"includedScopes","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":"imports","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":"extensions","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":"injections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"naming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scopes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"SENSITIVE","id":46,"value":0,"literal":"sensitive","eClass":"EEnumLiteral"},{"name":"INSENSITIVE","id":47,"value":1,"literal":"insensitive","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"casing","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"naming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"exprs","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":"global","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegate","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":"external","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":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caseDef","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"casing","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"naming","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"},{"container":false,"ordered":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":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recursivePrefix","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prefix","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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"domains","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"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":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"export","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":"factory","changeable":true,"lowerBound":0,"iD":false,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":29},{"source":22,"target":1},{"source":23,"target":1},{"source":23,"target":30},{"source":23,"target":1},{"source":30,"target":1},{"source":24,"target":2},{"source":24,"target":31},{"source":24,"target":1},{"source":31,"target":2},{"source":25,"target":3},{"source":25,"target":32},{"source":25,"target":1},{"source":32,"target":3},{"source":26,"target":4},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":4},{"source":27,"target":6},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":6},{"source":28,"target":8},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":8},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":36,"target":38},{"source":36,"target":2},{"source":37,"target":39},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":40,"target":41},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":44},{"source":42,"target":4},{"source":43,"target":45},{"source":43,"target":4},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":47},{"source":46,"target":5},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":48,"target":5},{"source":48,"target":50},{"source":48,"target":6},{"source":50,"target":5},{"source":49,"target":7},{"source":49,"target":51},{"source":49,"target":6},{"source":51,"target":7},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":54},{"source":52,"target":7},{"source":53,"target":20},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":20},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":56,"target":61},{"source":56,"target":8},{"source":57,"target":62},{"source":57,"target":8},{"source":58,"target":63},{"source":58,"target":8},{"source":59,"target":64},{"source":59,"target":8},{"source":60,"target":9},{"source":60,"target":65},{"source":60,"target":8},{"source":65,"target":9},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":10},{"source":66,"target":68},{"source":66,"target":9},{"source":68,"target":10},{"source":67,"target":11},{"source":67,"target":69},{"source":67,"target":9},{"source":69,"target":11},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":70,"target":73},{"source":70,"target":10},{"source":71,"target":74},{"source":71,"target":10},{"source":72,"target":75},{"source":72,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":76},{"source":12,"target":77},{"source":76,"target":78},{"source":76,"target":12},{"source":77,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":79,"target":83},{"source":79,"target":13},{"source":80,"target":15},{"source":80,"target":84},{"source":80,"target":13},{"source":84,"target":15},{"source":81,"target":8},{"source":81,"target":85},{"source":81,"target":13},{"source":85,"target":8},{"source":82,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":86,"target":90},{"source":86,"target":14},{"source":87,"target":5},{"source":87,"target":91},{"source":87,"target":14},{"source":91,"target":5},{"source":88,"target":20},{"source":88,"target":92},{"source":88,"target":14},{"source":92,"target":20},{"source":89,"target":11},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":93,"target":100},{"source":93,"target":15},{"source":94,"target":101},{"source":94,"target":15},{"source":95,"target":102},{"source":95,"target":15},{"source":96,"target":103},{"source":96,"target":15},{"source":97,"target":16},{"source":97,"target":104},{"source":97,"target":15},{"source":104,"target":16},{"source":98,"target":105},{"source":98,"target":15},{"source":99,"target":14},{"source":16,"target":0},{"source":16,"target":106},{"source":106,"target":107},{"source":106,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":108},{"source":17,"target":109},{"source":108,"target":110},{"source":108,"target":17},{"source":109,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":111},{"source":18,"target":112},{"source":111,"target":113},{"source":111,"target":18},{"source":112,"target":16},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":115,"target":14},{"source":20,"target":0},{"source":20,"target":117},{"source":117,"target":21},{"source":117,"target":118},{"source":117,"target":20},{"source":118,"target":21},{"source":21,"target":0},{"source":21,"target":119},{"source":21,"target":120},{"source":21,"target":121},{"source":119,"target":122},{"source":119,"target":21},{"source":120,"target":123},{"source":120,"target":21},{"source":121,"target":124},{"source":121,"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="REL" nsURI="http://rel/1.0" nsPrefix="rel"> <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="RELElem" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RELSchema" eSuperTypes="#//RELElem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="REL_RN REL_MULT1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="REL_RN" value="relations->forAll(r1 : Relation, r2 : Relation | r1.name = r2.name implies r1 = r2)"/> <details key="REL_MULT1" value="self.relations->size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" ordered="false" upperBound="-1" eType="#//Relation" containment="true" eOpposite="#//Relation/schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//RELElem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="REL_AN REL_K REL_MULT2"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="REL_AN" value="attrs->forAll(a1 : RELAttribute, a2 : RELAttribute | a1.name = a2.name implies a1 = a2)"/> <details key="REL_K" value="attrs->exists(a : RELAttribute | a.isKey = true)"/> <details key="REL_MULT2" value="self.attrs->size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" ordered="false" lowerBound="1" eType="#//RELSchema" eOpposite="#//RELSchema/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrs" ordered="false" upperBound="-1" eType="#//RELAttribute" containment="true" eOpposite="#//RELAttribute/relation"/> <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="RELAttribute" eSuperTypes="#//RELElem"> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false" lowerBound="1" eType="#//Relation" eOpposite="#//Relation/attrs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isKey" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eliericha/atlanalyser/fr.tpt.atlanalyser.examples/examples/ER2REL/OutputMM/REL.ecore
ecore
REL RELElem RELSchema relations Relation schema attrs name RELAttribute relation isKey name
null
{"directed":true,"nodes":[{"nsPrefix":"rel","nsURI":"http://rel/1.0","name":"REL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RELElem","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RELSchema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RELAttribute","instanceClass":null,"abstract":false,"id":4,"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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"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":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"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":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"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":"isKey","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":5},{"source":2,"target":6},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":2},{"source":5,"target":8},{"source":7,"target":3},{"source":6,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":8,"target":2},{"source":8,"target":12},{"source":8,"target":3},{"source":8,"target":5},{"source":12,"target":2},{"source":9,"target":4},{"source":9,"target":13},{"source":9,"target":3},{"source":9,"target":14},{"source":13,"target":4},{"source":10,"target":15},{"source":10,"target":3},{"source":11,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":14},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":4},{"source":14,"target":9},{"source":19,"target":3},{"source":16,"target":20},{"source":16,"target":4},{"source":17,"target":21},{"source":17,"target":4},{"source":18,"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="BONModel" nsURI="http://www.ucd.ie/bonide/BONModel" nsPrefix="BONModel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eOperations name="covariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="featureOne" eType="#//Feature"/> <eParameters name="featureTwo" eType="#//Feature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closure" upperBound="-1" eType="#//Inheritance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractions" upperBound="-1" eType="#//Abstraction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Abstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticRelationship" abstract="true" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="StaticAbstraction" abstract="true" eSuperTypes="#//Abstraction"> <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="Inheritance" eSuperTypes="#//StaticRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ClientSupplier" abstract="true" eSuperTypes="#//StaticRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//ClientSupplier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//ClientSupplier"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Cluster" eSuperTypes="#//StaticAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//StaticAbstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BONClass" eSuperTypes="#//StaticAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="callsInInvariants" upperBound="-1" eType="#//Call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientFeatures" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1" eType="#//Renaming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renameClassParents" upperBound="-1" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEffective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPersistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefined" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//DoubleStateAssertion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eOperations name="isValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="aClass" eType="#//BONClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"> <eOperations name="rename"> <eParameters name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEffective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRedefined" 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:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callsInPrecondition" upperBound="-1" eType="#//Call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callsInPostcondition" upperBound="-1" eType="#//Call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frame" upperBound="-1" eType="#//Query"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postCondition" eType="#//DoubleStateAssertion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" eType="#//SingleStateAssertion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preConditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postConditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Renaming"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicAbstraction" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//DynamicAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//BONClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectCluster" eSuperTypes="#//DynamicAbstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//DynamicAbstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noContract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </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="#//BONClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectCall" eSuperTypes="#//Call"/> <eClassifiers xsi:type="ecore:EClass" name="ChainedCall" eSuperTypes="#//Call"> <eStructuralFeatures xsi:type="ecore:EReference" name="chain" eType="#//Call"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultType" eType="#//BONClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SingleStateAssertion" eSuperTypes="#//Assertion"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleStateAssertion" eSuperTypes="#//Assertion"/> <eClassifiers xsi:type="ecore:EClass" name="Entity"/> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipType"> <eLiterals name="Inheritance"/> <eLiterals name="Association"/> <eLiterals name="Aggregation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kiniry/Mobius/src/bon/BON_IDE/bonIDE/model/bonide_PandO.ecore
ecore
BONModel Model covariant featureOne featureTwo closure abstractions relationships Relationship source target Abstraction relationships contains StaticRelationship StaticAbstraction name Inheritance ClientSupplier label Aggregation Association Message Cluster contents BONClass callsInInvariants clientFeatures renamings renameClassParents isDeferred isEffective isPersistent isExternal isRoot redefined allNames invariant features Call isValid aClass arguments feature entity Feature rename newName isDeferred isEffective isRedefined name comment accessors callsInPrecondition callsInPostcondition frame postCondition preCondition parameters preConditionString postConditionString Renaming DynamicAbstraction Object class ObjectCluster contents Command Query result noContract Parameter name type DirectCall ChainedCall chain Expression resultType contents BooleanExpression Assertion SingleStateAssertion DoubleStateAssertion Entity RelationshipType Inheritance Inheritance Association Association Aggregation Aggregation
null
{"directed":true,"nodes":[{"nsPrefix":"BONModel","nsURI":"http://www.ucd.ie/bonide/BONModel","name":"BONModel","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":"Relationship","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticRelationship","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticAbstraction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inheritance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientSupplier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cluster","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BONClass","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicAbstraction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectCluster","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectCall","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChainedCall","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleStateAssertion","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleStateAssertion","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"covariant","lowerBound":0,"id":31,"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":"closure","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":"abstractions","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":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureOne","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureTwo","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"target","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":false,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contains","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"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":"label","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":"contents","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":"callsInInvariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"renamings","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":"renameClassParents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEffective","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPersistent","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExternal","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","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":false,"unsettable":false,"transient":false,"unique":true,"name":"redefined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"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":"allNames","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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"},{"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,"unique":true,"name":"isValid","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aClass","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rename","lowerBound":0,"id":102,"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":"isDeferred","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":null,"unsettable":false,"transient":false,"unique":true,"name":"isEffective","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRedefined","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInPostcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preConditionString","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postConditionString","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"newName","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noContract","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"chain","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":"resultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"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":"contents","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"},{"name":"Inheritance","id":162,"value":0,"literal":"Inheritance","eClass":"EEnumLiteral"},{"name":"Association","id":163,"value":0,"literal":"Association","eClass":"EEnumLiteral"},{"name":"Aggregation","id":164,"value":0,"literal":"Aggregation","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":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":31,"target":35},{"source":31,"target":1},{"source":31,"target":36},{"source":31,"target":37},{"source":36,"target":14},{"source":36,"target":38},{"source":36,"target":31},{"source":38,"target":14},{"source":37,"target":14},{"source":37,"target":39},{"source":37,"target":31},{"source":39,"target":14},{"source":32,"target":6},{"source":32,"target":40},{"source":32,"target":1},{"source":40,"target":6},{"source":33,"target":3},{"source":33,"target":41},{"source":33,"target":1},{"source":41,"target":3},{"source":34,"target":2},{"source":34,"target":42},{"source":34,"target":1},{"source":42,"target":2},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":43,"target":3},{"source":43,"target":45},{"source":43,"target":2},{"source":45,"target":3},{"source":44,"target":3},{"source":44,"target":46},{"source":44,"target":2},{"source":46,"target":3},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":3},{"source":49,"target":2},{"source":48,"target":3},{"source":48,"target":50},{"source":48,"target":3},{"source":50,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":51},{"source":51,"target":2},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":54},{"source":52,"target":5},{"source":53,"target":3},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":55},{"source":55,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":58},{"source":56,"target":7},{"source":57,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":59},{"source":59,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":60},{"source":60,"target":7},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":61},{"source":61,"target":2},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":62},{"source":11,"target":63},{"source":62,"target":5},{"source":62,"target":64},{"source":62,"target":11},{"source":64,"target":5},{"source":63,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":65,"target":13},{"source":65,"target":79},{"source":65,"target":12},{"source":79,"target":13},{"source":66,"target":14},{"source":66,"target":80},{"source":66,"target":12},{"source":80,"target":14},{"source":67,"target":15},{"source":67,"target":81},{"source":67,"target":12},{"source":81,"target":15},{"source":68,"target":12},{"source":68,"target":82},{"source":68,"target":12},{"source":82,"target":12},{"source":69,"target":83},{"source":69,"target":12},{"source":70,"target":84},{"source":70,"target":12},{"source":71,"target":85},{"source":71,"target":12},{"source":72,"target":86},{"source":72,"target":12},{"source":73,"target":87},{"source":73,"target":12},{"source":74,"target":14},{"source":74,"target":88},{"source":74,"target":12},{"source":88,"target":14},{"source":75,"target":89},{"source":75,"target":12},{"source":76,"target":28},{"source":76,"target":90},{"source":76,"target":12},{"source":90,"target":28},{"source":77,"target":14},{"source":77,"target":91},{"source":77,"target":12},{"source":91,"target":14},{"source":78,"target":5},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":92,"target":96},{"source":92,"target":13},{"source":92,"target":97},{"source":97,"target":12},{"source":97,"target":98},{"source":97,"target":92},{"source":98,"target":12},{"source":93,"target":21},{"source":93,"target":99},{"source":93,"target":13},{"source":99,"target":21},{"source":94,"target":14},{"source":94,"target":100},{"source":94,"target":13},{"source":100,"target":14},{"source":95,"target":29},{"source":95,"target":101},{"source":95,"target":13},{"source":101,"target":29},{"source":14,"target":0},{"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":14,"target":116},{"source":102,"target":14},{"source":102,"target":117},{"source":117,"target":118},{"source":117,"target":102},{"source":103,"target":119},{"source":103,"target":14},{"source":104,"target":120},{"source":104,"target":14},{"source":105,"target":121},{"source":105,"target":14},{"source":106,"target":122},{"source":106,"target":14},{"source":107,"target":123},{"source":107,"target":14},{"source":108,"target":12},{"source":108,"target":124},{"source":108,"target":14},{"source":124,"target":12},{"source":109,"target":13},{"source":109,"target":125},{"source":109,"target":14},{"source":125,"target":13},{"source":110,"target":13},{"source":110,"target":126},{"source":110,"target":14},{"source":126,"target":13},{"source":111,"target":20},{"source":111,"target":127},{"source":111,"target":14},{"source":127,"target":20},{"source":112,"target":28},{"source":112,"target":128},{"source":112,"target":14},{"source":128,"target":28},{"source":113,"target":27},{"source":113,"target":129},{"source":113,"target":14},{"source":129,"target":27},{"source":114,"target":21},{"source":114,"target":130},{"source":114,"target":14},{"source":130,"target":21},{"source":115,"target":131},{"source":115,"target":14},{"source":116,"target":132},{"source":116,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":133},{"source":133,"target":3},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":134},{"source":17,"target":135},{"source":134,"target":12},{"source":134,"target":136},{"source":134,"target":17},{"source":136,"target":12},{"source":135,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":137},{"source":18,"target":138},{"source":137,"target":16},{"source":137,"target":139},{"source":137,"target":18},{"source":139,"target":16},{"source":138,"target":16},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":140},{"source":140,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":141,"target":12},{"source":141,"target":144},{"source":141,"target":20},{"source":144,"target":12},{"source":142,"target":145},{"source":142,"target":20},{"source":143,"target":14},{"source":21,"target":0},{"source":21,"target":146},{"source":21,"target":147},{"source":146,"target":148},{"source":146,"target":21},{"source":147,"target":12},{"source":147,"target":149},{"source":147,"target":21},{"source":149,"target":12},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":150},{"source":150,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":151},{"source":23,"target":152},{"source":151,"target":13},{"source":151,"target":153},{"source":151,"target":23},{"source":153,"target":13},{"source":152,"target":13},{"source":24,"target":0},{"source":24,"target":154},{"source":24,"target":155},{"source":154,"target":12},{"source":154,"target":156},{"source":154,"target":24},{"source":156,"target":12},{"source":155,"target":157},{"source":155,"target":24},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":158},{"source":158,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":159},{"source":159,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":160},{"source":160,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":161},{"source":161,"target":26},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":162},{"source":30,"target":163},{"source":30,"target":164},{"source":162,"target":30},{"source":163,"target":30},{"source":164,"target":30}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0" name="petclinic" nsURI="http://petclinic/1.0" nsPrefix="petclinic"> <eSubpackages name="fr.imag.petclinic"> <eClassifiers xsi:type="ecore:EEnum" name="Specialty"> <eLiterals name="Cardiology"><eAnnotations source="rooStructure::RooEnumConstant" references=""> <details key="permitReservedWords" /> </eAnnotations></eLiterals> <eLiterals name="Dentistry" value="1"><eAnnotations source="rooStructure::RooEnumConstant" references=""> <details key="permitReservedWords" /> </eAnnotations></eLiterals> <eLiterals name="Nutriology" value="2"><eAnnotations source="rooStructure::RooEnumConstant" references=""> <details key="permitReservedWords" /> </eAnnotations></eLiterals> <eAnnotations source="rooStructure::RooEnumType" references=""> <details key="path" /> <details key="permitReservedWords" /> </eAnnotations></eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PetType"> <eLiterals name="Dog"><eAnnotations source="rooStructure::RooEnumConstant" references=""> <details key="permitReservedWords" /> </eAnnotations></eLiterals> <eLiterals name="Cat" value="1"><eAnnotations source="rooStructure::RooEnumConstant" references=""> <details key="permitReservedWords" /> </eAnnotations></eLiterals> <eLiterals name="Bird" value="2"><eAnnotations source="rooStructure::RooEnumConstant" references=""> <details key="permitReservedWords" /> </eAnnotations></eLiterals> <eAnnotations source="rooStructure::RooEnumType" references=""> <details key="path" /> <details key="permitReservedWords" /> </eAnnotations></eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPerson"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telephone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="homepage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="birthday"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldBoolean" references=""> <details key="assertFalse" /> <details key="assertTrue" /> <details key="primitive" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldDate" references=""> <details key="future" /> <details key="past" /> <details key="persistenceType" /> <details key="dateFormat" /> <details key="timeFormat" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldEnum" references=""> <details key="enumType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldNumber" references=""> <details key="decimalMin" /> <details key="decimalMax" /> <details key="digitsInteger" /> <details key="digitsFraction" /> <details key="min" /> <details key="max" /> <details key="primitive" /> <details key="column" /> <details key="_numberType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eAnnotations source="rooCommand::RooEntityCommand" references=""> <details key="controller" /> <details key="seleniumTest" /> <details key="testMock" /> <details key="testIntegration" /> <details key="dod" /> <details key="finders" /> <details key="controllerPath" /> <details key="controllerDisallowedOperations" /> <details key="seleniumName" /> <details key="seleniumServerURL" /> </eAnnotations><eAnnotations source="rooStructure::RooEntity" references=""> <details key="testAutomatically" /> <details key="table" /> <details key="identifierField" /> <details key="identifierColumn" /> <details key="identifierType" /> <details key="inheritanceType" /> <details key="mappedSuperClass" /> <details key="serializable" /> </eAnnotations></eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Owner" eSuperTypes="#//fr.imag.petclinic/AbstractPerson"> <eStructuralFeatures xsi:type="ecore:EReference" name="pets" upperBound="-1" eType="#//fr.imag.petclinic/Pet" containment="true"> <eAnnotations source="rooStructure::RooFieldSet" references=""> <details key="mappedBy" /> <details key="cardinality" /> <details key="fetch" /> </eAnnotations></eStructuralFeatures> <eAnnotations source="rooCommand::RooEntityCommand" references=""> <details key="controller" /> <details key="seleniumTest" /> <details key="testMock" /> <details key="testIntegration" /> <details key="dod" /> <details key="finders" /> <details key="controllerPath" /> <details key="controllerDisallowedOperations" /> <details key="seleniumName" /> <details key="seleniumServerURL" /> </eAnnotations><eAnnotations source="rooStructure::RooEntity" references=""> <details key="testAutomatically" /> <details key="table" /> <details key="identifierField" /> <details key="identifierColumn" /> <details key="identifierType" /> <details key="inheritanceType" /> <details key="mappedSuperClass" /> <details key="serializable" /> </eAnnotations></eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vet" eSuperTypes="#//fr.imag.petclinic/AbstractPerson"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="employedSince"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldBoolean" references=""> <details key="assertFalse" /> <details key="assertTrue" /> <details key="primitive" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldDate" references=""> <details key="future" /> <details key="past" /> <details key="persistenceType" /> <details key="dateFormat" /> <details key="timeFormat" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldEnum" references=""> <details key="enumType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldNumber" references=""> <details key="decimalMin" /> <details key="decimalMax" /> <details key="digitsInteger" /> <details key="digitsFraction" /> <details key="min" /> <details key="max" /> <details key="primitive" /> <details key="column" /> <details key="_numberType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specialty" eType="#//fr.imag.petclinic/Specialty"><eAnnotations source="rooStructure::RooFieldEnum" references=""> <details key="enumType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eAnnotations source="rooCommand::RooEntityCommand" references=""> <details key="controller" /> <details key="seleniumTest" /> <details key="testMock" /> <details key="testIntegration" /> <details key="dod" /> <details key="finders" /> <details key="controllerPath" /> <details key="controllerDisallowedOperations" /> <details key="seleniumName" /> <details key="seleniumServerURL" /> </eAnnotations><eAnnotations source="rooStructure::RooEntity" references=""> <details key="testAutomatically" /> <details key="table" /> <details key="identifierField" /> <details key="identifierColumn" /> <details key="identifierType" /> <details key="inheritanceType" /> <details key="mappedSuperClass" /> <details key="serializable" /> </eAnnotations></eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sendReminders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="rooStructure::RooFieldBoolean" references=""> <details key="assertFalse" /> <details key="assertTrue" /> <details key="primitive" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldBoolean" references=""> <details key="assertFalse" /> <details key="assertTrue" /> <details key="primitive" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldDate" references=""> <details key="future" /> <details key="past" /> <details key="persistenceType" /> <details key="dateFormat" /> <details key="timeFormat" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldEnum" references=""> <details key="enumType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldNumber" references=""> <details key="decimalMin" /> <details key="decimalMax" /> <details key="digitsInteger" /> <details key="digitsFraction" /> <details key="min" /> <details key="max" /> <details key="primitive" /> <details key="column" /> <details key="_numberType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//fr.imag.petclinic/PetType"><eAnnotations source="rooStructure::RooFieldEnum" references=""> <details key="enumType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//fr.imag.petclinic/Owner"> <eAnnotations source="rooStructure::RooFieldReference" references=""> <details key="joinColumnName" /> <details key="cardinality" /> <details key="fetch" /> </eAnnotations></eStructuralFeatures> <eAnnotations source="rooCommand::RooEntityCommand" references=""> <details key="controller" /> <details key="seleniumTest" /> <details key="testMock" /> <details key="testIntegration" /> <details key="dod" /> <details key="finders" /> <details key="controllerPath" /> <details key="controllerDisallowedOperations" /> <details key="seleniumName" /> <details key="seleniumServerURL" /> </eAnnotations><eAnnotations source="rooStructure::RooEntity" references=""> <details key="testAutomatically" /> <details key="table" /> <details key="identifierField" /> <details key="identifierColumn" /> <details key="identifierType" /> <details key="inheritanceType" /> <details key="mappedSuperClass" /> <details key="serializable" /> </eAnnotations></eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Visit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visitDate"> <eAnnotations source="rooStructure::RooFieldString" references=""> <details key="regexp" /> <details key="sizeMin" /> <details key="sizeMax" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldBoolean" references=""> <details key="assertFalse" /> <details key="assertTrue" /> <details key="primitive" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldDate" references=""> <details key="future" /> <details key="past" /> <details key="persistenceType" /> <details key="dateFormat" /> <details key="timeFormat" /> <details key="column" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldEnum" references=""> <details key="enumType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations><eAnnotations source="rooStructure::RooFieldNumber" references=""> <details key="decimalMin" /> <details key="decimalMax" /> <details key="digitsInteger" /> <details key="digitsFraction" /> <details key="min" /> <details key="max" /> <details key="primitive" /> <details key="column" /> <details key="_numberType" /> <details key="transient" /> <details key="notNull" /> <details key="nullRequired" /> <details key="comment" /> <details key="permitReservedWords" /> <details key="class" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pet" lowerBound="1" eType="#//fr.imag.petclinic/Pet"><eAnnotations source="rooStructure::RooFieldReference" references=""> <details key="joinColumnName" /> <details key="cardinality" /> <details key="fetch" /> </eAnnotations></eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="vet" lowerBound="1" eType="#//fr.imag.petclinic/Vet"><eAnnotations source="rooStructure::RooFieldReference" references=""> <details key="joinColumnName" /> <details key="cardinality" /> <details key="fetch" /> </eAnnotations></eStructuralFeatures> <eAnnotations source="rooCommand::RooEntityCommand" references=""> <details key="controller" /> <details key="seleniumTest" /> <details key="testMock" /> <details key="testIntegration" /> <details key="dod" /> <details key="finders" /> <details key="controllerPath" /> <details key="controllerDisallowedOperations" /> <details key="seleniumName" /> <details key="seleniumServerURL" /> </eAnnotations><eAnnotations source="rooStructure::RooEntity" references=""> <details key="testAutomatically" /> <details key="table" /> <details key="identifierField" /> <details key="identifierColumn" /> <details key="identifierType" /> <details key="inheritanceType" /> <details key="mappedSuperClass" /> <details key="serializable" /> </eAnnotations></eClassifiers> <eAnnotations source="rooCommand::RooModelCommand" references=""> <details key="loggingLevel" /> <details key="controllersAll" /> <details key="persistenceProvider" /> <details key="persistenceDatabase" /> <details key="persistenceApplicationId" /> <details key="persistenceJndiDatasource" /> <details key="persistenceDatabaseName" /> <details key="persistenceUserName" /> <details key="persistencePassword" /> <details key="webLanguages" /> </eAnnotations></eSubpackages> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/pr0t3us/model2roo/fr.imag.model2roo.ecore.ui/tst/PetClinic_test.ecore
ecore
petclinic fr.imag.petclinic Specialty Cardiology Cardiology Dentistry Dentistry Nutriology Nutriology PetType Dog Dog Cat Cat Bird Bird AbstractPerson firstName lastName address city telephone homepage email birthday Owner pets Vet employedSince specialty Pet sendReminders name weight type owner Visit description visitDate pet vet
null
{"directed":true,"nodes":[{"nsPrefix":"petclinic","nsURI":"http://petclinic/1.0","name":"petclinic","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"fr.imag.petclinic","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"Specialty","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PetType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPerson","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Owner","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Visit","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"name":"Cardiology","id":9,"value":0,"literal":"Cardiology","eClass":"EEnumLiteral"},{"name":"Dentistry","id":10,"value":1,"literal":"Dentistry","eClass":"EEnumLiteral"},{"name":"Nutriology","id":11,"value":2,"literal":"Nutriology","eClass":"EEnumLiteral"},{"name":"Dog","id":12,"value":0,"literal":"Dog","eClass":"EEnumLiteral"},{"name":"Cat","id":13,"value":1,"literal":"Cat","eClass":"EEnumLiteral"},{"name":"Bird","id":14,"value":2,"literal":"Bird","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":"firstName","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":"lastName","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":"address","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":"city","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":"telephone","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"homepage","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","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":"birthday","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":"pets","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":"employedSince","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specialty","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"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":"sendReminders","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":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":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"visitDate","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"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":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":2},{"source":10,"target":2},{"source":11,"target":2},{"source":3,"target":1},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":12,"target":3},{"source":13,"target":3},{"source":14,"target":3},{"source":4,"target":1},{"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":15,"target":23},{"source":15,"target":4},{"source":16,"target":24},{"source":16,"target":4},{"source":17,"target":25},{"source":17,"target":4},{"source":18,"target":26},{"source":18,"target":4},{"source":19,"target":27},{"source":19,"target":4},{"source":20,"target":28},{"source":20,"target":4},{"source":21,"target":29},{"source":21,"target":4},{"source":22,"target":4},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":7},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":7},{"source":31,"target":4},{"source":6,"target":1},{"source":6,"target":4},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":33,"target":6},{"source":34,"target":2},{"source":34,"target":36},{"source":34,"target":6},{"source":36,"target":2},{"source":35,"target":4},{"source":7,"target":1},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":37,"target":42},{"source":37,"target":7},{"source":38,"target":43},{"source":38,"target":7},{"source":39,"target":7},{"source":40,"target":3},{"source":40,"target":44},{"source":40,"target":7},{"source":44,"target":3},{"source":41,"target":5},{"source":41,"target":45},{"source":41,"target":7},{"source":45,"target":5},{"source":8,"target":1},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":46,"target":50},{"source":46,"target":8},{"source":47,"target":8},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":7},{"source":49,"target":6},{"source":49,"target":52},{"source":49,"target":8},{"source":52,"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="gpfl" nsURI="http://www.mleduc.fr/gpfl/Gpfl" nsPrefix="gpfl"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="automatas" upperBound="-1" eType="#//AutomataDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initStmts" upperBound="-1" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//GExpression" 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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AutomataDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondStmt" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterStmt" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterruptStmt" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="periodic" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NopCmd" eSuperTypes="#//GExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCmd" eSuperTypes="#//GExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DropCmd" eSuperTypes="#//GExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SendCmd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlarmCmd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetCmd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AutomatonCmd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="automaton" eType="#//AutomataDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StpCmd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="automaton" eType="#//AutomatonCmd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errors" upperBound="-1" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdAnd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdEq" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdNEq" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdGECompare" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdLECompare" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdGCompare" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdLCompare" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdAdd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CmdSub" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//GExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLitCmd" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GBoolTrue" eSuperTypes="#//GExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GBoolFalse" eSuperTypes="#//GExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringLit" eSuperTypes="#//GExpression"> <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="Variable" eSuperTypes="#//GExpression"> <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="PortLit" eSuperTypes="#//GExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inSide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="#//GExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//GExpression"/> </ecore:EPackage>
github:ecore:/data/manuelleduc/gpfl/fr.mleduc.gpfl/model/generated/Gpfl.ecore
ecore
gpfl Program name automatas initStmts stmts GExpression expression Field name value AutomataDef name init states State name transitions Transition event target CondStmt exp stmts IterStmt exp stmts InterruptStmt timeout periodic stmts NopCmd AcceptCmd DropCmd SendCmd port fields AlarmCmd exp SetCmd name exp AutomatonCmd name automaton StpCmd automaton event errors CmdAnd left right CmdEq left right CmdNEq left right CmdGECompare left right CmdLECompare left right CmdGCompare left right CmdLCompare left right CmdAdd left right CmdSub left right IntLitCmd value GBoolTrue GBoolFalse StringLit value Variable value PortLit inSide InPort OutPort
null
{"directed":true,"nodes":[{"nsPrefix":"gpfl","nsURI":"http://www.mleduc.fr/gpfl/Gpfl","name":"gpfl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GExpression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutomataDef","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":"CondStmt","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterStmt","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptStmt","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NopCmd","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCmd","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropCmd","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendCmd","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlarmCmd","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCmd","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutomatonCmd","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StpCmd","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdAnd","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdEq","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdNEq","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdGECompare","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdLECompare","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdGCompare","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdLCompare","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdAdd","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CmdSub","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLitCmd","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GBoolTrue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GBoolFalse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLit","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortLit","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":34,"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":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":"automatas","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":"initStmts","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":"stmts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":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":43,"derived":false},{"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},{"container":false,"ordered":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":46,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":"stmts","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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"periodic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmts","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"automaton","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"automaton","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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":null,"unsettable":false,"transient":false,"unique":true,"name":"inSide","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":35,"target":39},{"source":35,"target":1},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":1},{"source":40,"target":4},{"source":37,"target":2},{"source":37,"target":41},{"source":37,"target":1},{"source":41,"target":2},{"source":38,"target":2},{"source":38,"target":42},{"source":38,"target":1},{"source":42,"target":2},{"source":2,"target":0},{"source":2,"target":43},{"source":43,"target":2},{"source":43,"target":44},{"source":43,"target":2},{"source":44,"target":2},{"source":3,"target":0},{"source":3,"target":45},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":46,"target":2},{"source":46,"target":48},{"source":46,"target":3},{"source":48,"target":2},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":52},{"source":49,"target":4},{"source":50,"target":5},{"source":50,"target":53},{"source":50,"target":4},{"source":53,"target":5},{"source":51,"target":5},{"source":51,"target":54},{"source":51,"target":4},{"source":54,"target":5},{"source":5,"target":0},{"source":5,"target":55},{"source":5,"target":56},{"source":55,"target":57},{"source":55,"target":5},{"source":56,"target":6},{"source":56,"target":58},{"source":56,"target":5},{"source":58,"target":6},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":60},{"source":59,"target":61},{"source":59,"target":6},{"source":60,"target":5},{"source":60,"target":62},{"source":60,"target":6},{"source":62,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":63,"target":2},{"source":63,"target":66},{"source":63,"target":7},{"source":66,"target":2},{"source":64,"target":2},{"source":64,"target":67},{"source":64,"target":7},{"source":67,"target":2},{"source":65,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":68,"target":2},{"source":68,"target":71},{"source":68,"target":8},{"source":71,"target":2},{"source":69,"target":2},{"source":69,"target":72},{"source":69,"target":8},{"source":72,"target":2},{"source":70,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":73,"target":77},{"source":73,"target":9},{"source":74,"target":2},{"source":74,"target":78},{"source":74,"target":9},{"source":78,"target":2},{"source":75,"target":2},{"source":75,"target":79},{"source":75,"target":9},{"source":79,"target":2},{"source":76,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":80},{"source":80,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":81},{"source":81,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":82},{"source":82,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":2},{"source":83,"target":86},{"source":83,"target":13},{"source":86,"target":2},{"source":84,"target":3},{"source":84,"target":87},{"source":84,"target":13},{"source":87,"target":3},{"source":85,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":2},{"source":88,"target":90},{"source":88,"target":14},{"source":90,"target":2},{"source":89,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":91,"target":94},{"source":91,"target":15},{"source":92,"target":2},{"source":92,"target":95},{"source":92,"target":15},{"source":95,"target":2},{"source":93,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":96},{"source":16,"target":97},{"source":16,"target":98},{"source":96,"target":99},{"source":96,"target":16},{"source":97,"target":4},{"source":97,"target":100},{"source":97,"target":16},{"source":100,"target":4},{"source":98,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":101},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":101,"target":16},{"source":101,"target":105},{"source":101,"target":17},{"source":105,"target":16},{"source":102,"target":2},{"source":102,"target":106},{"source":102,"target":17},{"source":106,"target":2},{"source":103,"target":2},{"source":103,"target":107},{"source":103,"target":17},{"source":107,"target":2},{"source":104,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":108,"target":2},{"source":108,"target":111},{"source":108,"target":18},{"source":111,"target":2},{"source":109,"target":2},{"source":109,"target":112},{"source":109,"target":18},{"source":112,"target":2},{"source":110,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":113,"target":2},{"source":113,"target":116},{"source":113,"target":19},{"source":116,"target":2},{"source":114,"target":2},{"source":114,"target":117},{"source":114,"target":19},{"source":117,"target":2},{"source":115,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":118,"target":2},{"source":118,"target":121},{"source":118,"target":20},{"source":121,"target":2},{"source":119,"target":2},{"source":119,"target":122},{"source":119,"target":20},{"source":122,"target":2},{"source":120,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":123,"target":2},{"source":123,"target":126},{"source":123,"target":21},{"source":126,"target":2},{"source":124,"target":2},{"source":124,"target":127},{"source":124,"target":21},{"source":127,"target":2},{"source":125,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":128},{"source":22,"target":129},{"source":22,"target":130},{"source":128,"target":2},{"source":128,"target":131},{"source":128,"target":22},{"source":131,"target":2},{"source":129,"target":2},{"source":129,"target":132},{"source":129,"target":22},{"source":132,"target":2},{"source":130,"target":2},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":133},{"source":23,"target":134},{"source":23,"target":135},{"source":133,"target":2},{"source":133,"target":136},{"source":133,"target":23},{"source":136,"target":2},{"source":134,"target":2},{"source":134,"target":137},{"source":134,"target":23},{"source":137,"target":2},{"source":135,"target":2},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":138},{"source":24,"target":139},{"source":24,"target":140},{"source":138,"target":2},{"source":138,"target":141},{"source":138,"target":24},{"source":141,"target":2},{"source":139,"target":2},{"source":139,"target":142},{"source":139,"target":24},{"source":142,"target":2},{"source":140,"target":2},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":143},{"source":25,"target":144},{"source":25,"target":145},{"source":143,"target":2},{"source":143,"target":146},{"source":143,"target":25},{"source":146,"target":2},{"source":144,"target":2},{"source":144,"target":147},{"source":144,"target":25},{"source":147,"target":2},{"source":145,"target":2},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":148},{"source":26,"target":149},{"source":26,"target":150},{"source":148,"target":2},{"source":148,"target":151},{"source":148,"target":26},{"source":151,"target":2},{"source":149,"target":2},{"source":149,"target":152},{"source":149,"target":26},{"source":152,"target":2},{"source":150,"target":2},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":153},{"source":27,"target":154},{"source":153,"target":155},{"source":153,"target":27},{"source":154,"target":2},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":156},{"source":156,"target":2},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":157},{"source":157,"target":2},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":158},{"source":30,"target":159},{"source":158,"target":160},{"source":158,"target":30},{"source":159,"target":2},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":161},{"source":31,"target":162},{"source":161,"target":163},{"source":161,"target":31},{"source":162,"target":2},{"source":32,"target":0},{"source":32,"target":2},{"source":32,"target":164},{"source":32,"target":165},{"source":164,"target":166},{"source":164,"target":32},{"source":165,"target":2},{"source":33,"target":0},{"source":33,"target":2},{"source":33,"target":167},{"source":167,"target":2},{"source":34,"target":0},{"source":34,"target":2},{"source":34,"target":168},{"source":168,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="handleLinkRemoval1, findUnmarkedLink" nsURI="http://cpapackage/handleLinkRemoval1/findUnmarkedLink/change-use-attr-dependency" nsPrefix="CPAPackage"> <eClassifiers xsi:type="ecore:EClass" name="1:Topology"> <eStructuralFeatures xsi:type="ecore:EReference" name="topologyLinks" eType="#//2%3ALink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topologyLinks" eType="#//4%3A%23Link%23"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="2:Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id = r1_linkId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight = r1_w12" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//6%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTopology" eType="#//1%3ATopology"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//3%3ANode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="3:Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSelf = true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//4%3A%23Link%23"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//2%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="4:#Link#"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state = 0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//3%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTopology" eType="#//1%3ATopology"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="5:Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//4%3A%23Link%23"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//7%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="6:Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//7%3ALink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//2%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="7:Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight = r1_w23" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//6%3ANode"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Echtzeitsysteme/models2018-distributedtc/src/org.cobolt.tccpa/resources/henshinAnalysisResults/2018.05.03-144819/handleLinkRemoval1_AND_findUnmarkedLink/(01) change-use-attr-dependency/minimal-model.ecore
ecore
handleLinkRemoval1, findUnmarkedLink 1:Topology topologyLinks topologyLinks 2:Link id = r1_linkId weight = r1_w12 linkTarget linkTopology linkSource 3:Node isSelf = true nodeOutgoingLinks nodeOutgoingLinks 4:#Link# state = 0 linkTarget linkSource linkTopology 5:Node nodeIncomingLinks nodeIncomingLinks 6:Node nodeOutgoingLinks nodeIncomingLinks 7:Link weight = r1_w23 linkTarget linkSource
null
{"directed":true,"nodes":[{"nsPrefix":"CPAPackage","nsURI":"http://cpapackage/handleLinkRemoval1/findUnmarkedLink/change-use-attr-dependency","name":"handleLinkRemoval1, findUnmarkedLink","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"1:Topology","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"2:Link","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"3:Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"4:#Link#","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"5:Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"6:Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"7:Link","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topologyLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topologyLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id = r1_linkId","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"weight = r1_w12","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTopology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"isSelf = true","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state = 0","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTopology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"weight = r1_w23","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":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":9,"target":4},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":4},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":6},{"source":14,"target":19},{"source":14,"target":2},{"source":19,"target":6},{"source":15,"target":1},{"source":15,"target":20},{"source":15,"target":2},{"source":20,"target":1},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":4},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":4},{"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":4,"target":30},{"source":4,"target":31},{"source":28,"target":32},{"source":28,"target":4},{"source":29,"target":5},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":5},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":3},{"source":31,"target":1},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":1},{"source":5,"target":0},{"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":7},{"source":37,"target":39},{"source":37,"target":5},{"source":39,"target":7},{"source":6,"target":0},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":7},{"source":40,"target":42},{"source":40,"target":6},{"source":42,"target":7},{"source":41,"target":2},{"source":41,"target":43},{"source":41,"target":6},{"source":43,"target":2},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":5},{"source":45,"target":48},{"source":45,"target":7},{"source":48,"target":5},{"source":46,"target":6},{"source":46,"target":49},{"source":46,"target":7},{"source":49,"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="ezdmxctrl" nsURI="http://ezdmxctrl/1.0" nsPrefix="ezdmxctrl"> <eClassifiers xsi:type="ecore:EClass" name="DMXUniverseCtrl" eSuperTypes="../../net.sf.xqz.engine/model/engine.ecore#//IConnectedUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ver" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1" eType="#//DMXChannel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fixtures" upperBound="-1" eType="#//DMXFixtureValuations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addrRangeMin" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addrRangeMax" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//DMXProject" eOpposite="#//DMXProject/universes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cues" upperBound="-1" eType="#//DMXFixtureValuations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#//DMXCueSequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXChannel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXFixture" eSuperTypes="#//DMXFixtureValuations"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="ecore:EClass ../../net.sf.smbt.osc/model/osccmd.ecore#//OscCmd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="ecore:EClass ../src-utils/net/sf/smbt/dmx/utils/fixture/qxf.ecore#//FixtureDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vendor" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ChannelValues" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXProject"> <eStructuralFeatures xsi:type="ecore:EReference" name="universes" upperBound="-1" eType="#//DMXUniverseCtrl" containment="true" eOpposite="#//DMXUniverseCtrl/manager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenes" upperBound="-1" eType="#//DMXScene" containment="true" eOpposite="#//DMXScene/manager"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//DMXLibrary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fixtureDefinitions" upperBound="-1" eType="ecore:EClass ../src-utils/net/sf/smbt/dmx/utils/fixture/qxf.ecore#//FixtureDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastAddress" eType="ecore:EClass ../../net.sf.smbt.xcp/model/xcp.ecore#//XCPAddress" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXScene"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//DMXProject" eOpposite="#//DMXProject/scenes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fixtures" upperBound="-1" eType="#//DMXFixture"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fx" upperBound="-1" eType="#//DMXFx"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bus" upperBound="-1" eType="#//DMXBus" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXFx"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//DMXLibrary" eOpposite="#//DMXLibrary/fx"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="motion" eType="#//DMXfixtureMotion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behavior" eType="#//DMXFixtureBehavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXBus"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXLibrary"> <eStructuralFeatures xsi:type="ecore:EReference" name="fixtures" upperBound="-1" eType="ecore:EClass ../src-utils/net/sf/smbt/dmx/utils/fixture/qxf.ecore#//FixtureDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#//DMXProject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fx" upperBound="-1" eType="#//DMXFx" containment="true" eOpposite="#//DMXFx/manager"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DMXfixtureMotion"> <eLiterals name="CIRCLE"/> <eLiterals name="EIGHT" value="1"/> <eLiterals name="LISSAJOUX" value="2"/> <eLiterals name="STAR" value="3"/> <eLiterals name="RAMP_UP" value="4"/> <eLiterals name="RAMP_DOWN" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DMXFixtureBehavior"> <eLiterals name="LOOP"/> <eLiterals name="ONCE" value="1"/> <eLiterals name="PING_PONG" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelValues"> <eStructuralFeatures xsi:type="ecore:EReference" name="channel" eType="ecore:EClass ../src-utils/net/sf/smbt/dmx/utils/fixture/qxf.ecore#//Channel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fx" upperBound="-1" eType="#//DMXFx"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXFixtureSet" eSuperTypes="#//DMXFixtureValuations"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//DMXFixtureValuations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXFixtureValuations"> <eStructuralFeatures xsi:type="ecore:EReference" name="universe" eType="#//DMXUniverseCtrl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMXCueSequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="prev" eType="#//DMXFixtureValuations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//DMXFixtureValuations"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loop" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChannelKind"> <eLiterals name="COLOUR" literal="Colour"/> <eLiterals name="GOBO" value="1" literal="Gobo"/> <eLiterals name="MAINTENANCE" value="2" literal="Maintenance"/> <eLiterals name="FX" value="3" literal="Effect"/> <eLiterals name="SPEED" value="4" literal="Speed"/> <eLiterals name="BEAM" value="5" literal="Beam"/> <eLiterals name="INTENSITY" value="6" literal="Intensity"/> <eLiterals name="SHUTTER" value="7" literal="Shutter"/> <eLiterals name="TILT" value="8" literal="Tilt"/> <eLiterals name="PAN" value="9" literal="Pan"/> <eLiterals name="PRISM" value="10" literal="Prism"/> <eLiterals name="NOTHING" value="11" literal="Nothing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColourKind"> <eLiterals name="RED" literal="Red"/> <eLiterals name="GREEN" value="1" literal="Green"/> <eLiterals name="BLUE" value="2" literal="Blue"/> <eLiterals name="CYAN" value="3" literal="Cyan"/> <eLiterals name="MAGENTA" value="4" literal="Magenta"/> <eLiterals name="YELLOW" value="5" literal="Yellow"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lucascraft/ubiquisense/net.sf.smbt.dmx/model/ezdmxctrl.ecore
ecore
ezdmxctrl DMXUniverseCtrl ver channels fixtures id addrRangeMin addrRangeMax manager cues steps DMXChannel values DMXFixture params definition vendor values DMXProject universes scenes id name library fixtureDefinitions lastAddress selection DMXScene manager fixtures fx bus DMXFx manager motion behavior DMXBus id name time DMXLibrary fixtures projects fx DMXfixtureMotion CIRCLE CIRCLE EIGHT EIGHT LISSAJOUX LISSAJOUX STAR STAR RAMP_UP RAMP_UP RAMP_DOWN RAMP_DOWN DMXFixtureBehavior LOOP LOOP ONCE ONCE PING_PONG PING_PONG ChannelValues channel value fx DMXFixtureSet children label DMXFixtureValuations universe DMXCueSequence prev next start duration speed loop times ChannelKind COLOUR Colour GOBO Gobo MAINTENANCE Maintenance FX Effect SPEED Speed BEAM Beam INTENSITY Intensity SHUTTER Shutter TILT Tilt PAN Pan PRISM Prism NOTHING Nothing ColourKind RED Red GREEN Green BLUE Blue CYAN Cyan MAGENTA Magenta YELLOW Yellow
null
{"directed":true,"nodes":[{"nsPrefix":"ezdmxctrl","nsURI":"http://ezdmxctrl/1.0","name":"ezdmxctrl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXUniverseCtrl","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXChannel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXFixture","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXProject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXScene","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXFx","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXBus","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXLibrary","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DMXfixtureMotion","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DMXFixtureBehavior","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelValues","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXFixtureSet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXFixtureValuations","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMXCueSequence","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChannelKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColourKind","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":"ver","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channels","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":"fixtures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"addrRangeMin","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":"addrRangeMax","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"manager","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":"cues","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":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"universes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"values","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"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":"params","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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"vendor","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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scenes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fixtureDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastAddress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","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"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fixtures","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":"fx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"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":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"motion","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":"behavior","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"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":"fx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fixtures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"CIRCLE","id":89,"value":0,"literal":"CIRCLE","eClass":"EEnumLiteral"},{"name":"EIGHT","id":90,"value":1,"literal":"EIGHT","eClass":"EEnumLiteral"},{"name":"LISSAJOUX","id":91,"value":2,"literal":"LISSAJOUX","eClass":"EEnumLiteral"},{"name":"STAR","id":92,"value":3,"literal":"STAR","eClass":"EEnumLiteral"},{"name":"RAMP_UP","id":93,"value":4,"literal":"RAMP_UP","eClass":"EEnumLiteral"},{"name":"RAMP_DOWN","id":94,"value":5,"literal":"RAMP_DOWN","eClass":"EEnumLiteral"},{"name":"LOOP","id":95,"value":0,"literal":"LOOP","eClass":"EEnumLiteral"},{"name":"ONCE","id":96,"value":1,"literal":"ONCE","eClass":"EEnumLiteral"},{"name":"PING_PONG","id":97,"value":2,"literal":"PING_PONG","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":"channel","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"universe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prev","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"start","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","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":"speed","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loop","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":"times","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"name":"COLOUR","id":125,"value":0,"literal":"Colour","eClass":"EEnumLiteral"},{"name":"GOBO","id":126,"value":1,"literal":"Gobo","eClass":"EEnumLiteral"},{"name":"MAINTENANCE","id":127,"value":2,"literal":"Maintenance","eClass":"EEnumLiteral"},{"name":"FX","id":128,"value":3,"literal":"Effect","eClass":"EEnumLiteral"},{"name":"SPEED","id":129,"value":4,"literal":"Speed","eClass":"EEnumLiteral"},{"name":"BEAM","id":130,"value":5,"literal":"Beam","eClass":"EEnumLiteral"},{"name":"INTENSITY","id":131,"value":6,"literal":"Intensity","eClass":"EEnumLiteral"},{"name":"SHUTTER","id":132,"value":7,"literal":"Shutter","eClass":"EEnumLiteral"},{"name":"TILT","id":133,"value":8,"literal":"Tilt","eClass":"EEnumLiteral"},{"name":"PAN","id":134,"value":9,"literal":"Pan","eClass":"EEnumLiteral"},{"name":"PRISM","id":135,"value":10,"literal":"Prism","eClass":"EEnumLiteral"},{"name":"NOTHING","id":136,"value":11,"literal":"Nothing","eClass":"EEnumLiteral"},{"name":"RED","id":137,"value":0,"literal":"Red","eClass":"EEnumLiteral"},{"name":"GREEN","id":138,"value":1,"literal":"Green","eClass":"EEnumLiteral"},{"name":"BLUE","id":139,"value":2,"literal":"Blue","eClass":"EEnumLiteral"},{"name":"CYAN","id":140,"value":3,"literal":"Cyan","eClass":"EEnumLiteral"},{"name":"MAGENTA","id":141,"value":4,"literal":"Magenta","eClass":"EEnumLiteral"},{"name":"YELLOW","id":142,"value":5,"literal":"Yellow","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":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":17,"target":27},{"source":17,"target":1},{"source":18,"target":2},{"source":18,"target":28},{"source":18,"target":1},{"source":28,"target":2},{"source":19,"target":13},{"source":19,"target":29},{"source":19,"target":1},{"source":29,"target":13},{"source":20,"target":30},{"source":20,"target":1},{"source":21,"target":31},{"source":21,"target":1},{"source":22,"target":32},{"source":22,"target":1},{"source":23,"target":4},{"source":23,"target":33},{"source":23,"target":1},{"source":23,"target":34},{"source":33,"target":4},{"source":24,"target":13},{"source":24,"target":35},{"source":24,"target":1},{"source":35,"target":13},{"source":25,"target":14},{"source":25,"target":36},{"source":25,"target":1},{"source":36,"target":14},{"source":2,"target":0},{"source":2,"target":37},{"source":37,"target":38},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":39,"target":44},{"source":39,"target":3},{"source":40,"target":45},{"source":40,"target":3},{"source":41,"target":46},{"source":41,"target":3},{"source":42,"target":11},{"source":42,"target":47},{"source":42,"target":3},{"source":47,"target":11},{"source":43,"target":13},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":34,"target":1},{"source":34,"target":55},{"source":34,"target":4},{"source":34,"target":23},{"source":55,"target":1},{"source":48,"target":5},{"source":48,"target":56},{"source":48,"target":4},{"source":48,"target":57},{"source":56,"target":5},{"source":49,"target":58},{"source":49,"target":4},{"source":50,"target":59},{"source":50,"target":4},{"source":51,"target":8},{"source":51,"target":60},{"source":51,"target":4},{"source":60,"target":8},{"source":52,"target":61},{"source":52,"target":4},{"source":53,"target":62},{"source":53,"target":4},{"source":54,"target":63},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":57},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":57,"target":4},{"source":57,"target":67},{"source":57,"target":5},{"source":57,"target":48},{"source":67,"target":4},{"source":64,"target":3},{"source":64,"target":68},{"source":64,"target":5},{"source":68,"target":3},{"source":65,"target":6},{"source":65,"target":69},{"source":65,"target":5},{"source":69,"target":6},{"source":66,"target":7},{"source":66,"target":70},{"source":66,"target":5},{"source":70,"target":7},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":71,"target":8},{"source":71,"target":74},{"source":71,"target":6},{"source":71,"target":75},{"source":74,"target":8},{"source":72,"target":9},{"source":72,"target":76},{"source":72,"target":6},{"source":76,"target":9},{"source":73,"target":10},{"source":73,"target":77},{"source":73,"target":6},{"source":77,"target":10},{"source":7,"target":0},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":78,"target":81},{"source":78,"target":7},{"source":79,"target":82},{"source":79,"target":7},{"source":80,"target":83},{"source":80,"target":7},{"source":8,"target":0},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":75},{"source":84,"target":86},{"source":84,"target":8},{"source":85,"target":4},{"source":85,"target":87},{"source":85,"target":8},{"source":87,"target":4},{"source":75,"target":6},{"source":75,"target":88},{"source":75,"target":8},{"source":75,"target":71},{"source":88,"target":6},{"source":9,"target":0},{"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":89,"target":9},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":10,"target":0},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":95,"target":10},{"source":96,"target":10},{"source":97,"target":10},{"source":11,"target":0},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":98,"target":101},{"source":98,"target":11},{"source":99,"target":102},{"source":99,"target":11},{"source":100,"target":6},{"source":100,"target":103},{"source":100,"target":11},{"source":103,"target":6},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":104,"target":13},{"source":104,"target":107},{"source":104,"target":12},{"source":107,"target":13},{"source":105,"target":108},{"source":105,"target":12},{"source":106,"target":13},{"source":13,"target":0},{"source":13,"target":109},{"source":109,"target":1},{"source":109,"target":110},{"source":109,"target":13},{"source":110,"target":1},{"source":14,"target":0},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":111,"target":13},{"source":111,"target":118},{"source":111,"target":14},{"source":118,"target":13},{"source":112,"target":13},{"source":112,"target":119},{"source":112,"target":14},{"source":119,"target":13},{"source":113,"target":120},{"source":113,"target":14},{"source":114,"target":121},{"source":114,"target":14},{"source":115,"target":122},{"source":115,"target":14},{"source":116,"target":123},{"source":116,"target":14},{"source":117,"target":124},{"source":117,"target":14},{"source":15,"target":0},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":15,"target":130},{"source":15,"target":131},{"source":15,"target":132},{"source":15,"target":133},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":125,"target":15},{"source":126,"target":15},{"source":127,"target":15},{"source":128,"target":15},{"source":129,"target":15},{"source":130,"target":15},{"source":131,"target":15},{"source":132,"target":15},{"source":133,"target":15},{"source":134,"target":15},{"source":135,"target":15},{"source":136,"target":15},{"source":16,"target":0},{"source":16,"target":137},{"source":16,"target":138},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":137,"target":16},{"source":138,"target":16},{"source":139,"target":16},{"source":140,"target":16},{"source":141,"target":16},{"source":142,"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="control" nsURI="http://www.example.org" nsPrefix="control"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessVar" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ProcessVar #//ValueSpecifier"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ontology" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ontologyURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateConstraint" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspBinding" 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="OuterProcess" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="construct" eType="#//ControlConstruct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1" eType="#//Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1" eType="#//Output" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPrecondition" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1" eType="#//Result" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerLocals" upperBound="-1" eType="#//Loc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerLinks" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ontologies" upperBound="-1" eType="#//Ontology" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateConstraints" lowerBound="1" eType="#//TemplateConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractProcess" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1" eType="#//Input" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1" eType="#//Output" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoteProcess" eSuperTypes="#//AbstractProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1" eType="#//Result" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateProcess" eSuperTypes="#//AbstractProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstruct" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructList" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyOrder" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SplitJoin" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="untilCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="untilProcess" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatWhile" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="whileCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="whileProcess" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Perform" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="theProcess" lowerBound="1" eType="#//AbstractProcess" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Produce" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecifierElement" abstract="true" eSuperTypes="#//ValueSpecifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSource" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueForm" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueFunction" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" abstract="true" eSuperTypes="#//ProcessVar"/> <eClassifiers xsi:type="ecore:EClass" name="SetBinding" abstract="true" eSuperTypes="#//Binding"/> <eClassifiers xsi:type="ecore:EClass" name="InputBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="valueSource"/> <details key="target" value="toParam"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="120,181,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueSource" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toParam"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="255,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Output"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocBinding" eSuperTypes="#//SetBinding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toLoc"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="0,0,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toLoc" eType="#//Loc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toLink"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="0,0,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toLink" eType="#//Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="outputBindingSource" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="specifierElement"/> <details key="style" value="dash"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="255,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifierElement" eType="#//ValueSpecifierElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inCondition" upperBound="-1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResultVar" eType="#//ResultVar" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEffect" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingSource" upperBound="-1" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultVar" eSuperTypes="#//ProcessVar"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Local" eSuperTypes="#//ProcessVar"/> <eClassifiers xsi:type="ecore:EClass" name="Loc" eSuperTypes="#//Local"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ProcessVar"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasBeenWritten" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstructBag" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstructList" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructList" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Expr"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicLanguage" eType="#//ExpressionLanguage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpressionLanguage"> <eLiterals name="KIF"/> <eLiterals name="SWRL" value="1"/> <eLiterals name="DRS" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/custom-distance/UnderstandabilityCloseDistance/13_control.ecore
ecore
control NamedElement name ProcessVar parameterType parameterValue Parameter Ontology ontologyURI TemplateConstraint aspCode aspBinding Input Output OuterProcess construct hasInput hasOutput hasPrecondition hasResult bindings outerLocals outerLinks ontologies templateConstraints serviceName serviceURI serviceDescription AbstractProcess hasInput hasOutput RemoteProcess remoteURI remoteURL hasResult expressions TemplateProcess slotName ControlConstruct Sequence components Choice components AnyOrder components Split components SplitJoin components IfThenElse ifCondition then else RepeatUntil untilCondition untilProcess RepeatWhile whileCondition whileProcess Perform theProcess Produce producedBindingValueSpecifier Set producedBindingValueSpecifier ValueSpecifier ValueSpecifierElement ValueSource body ValueForm body ValueFunction body Binding SetBinding InputBinding toParam valueSource OutputBinding toParam origin LocBinding toLoc origin LinkBinding toLink origin outputBindingSource source specifierElement Result inCondition hasResultVar hasEffect bindingSource ResultVar Local Loc Link hasBeenWritten ControlConstructBag first rest ControlConstructList first rest Condition Expr name logicLanguage bodyLiteral version ExpressionLanguage KIF KIF SWRL SWRL DRS DRS
null
{"directed":true,"nodes":[{"nsPrefix":"control","nsURI":"http://www.example.org","name":"control","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":"ProcessVar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ontology","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateConstraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuterProcess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProcess","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteProcess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateProcess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstruct","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyOrder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitJoin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWhile","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perform","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Produce","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifier","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifierElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueForm","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetBinding","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBinding","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputBinding","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocBinding","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkBinding","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"outputBindingSource","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultVar","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Local","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructBag","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructList","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionLanguage","instanceClass":null,"id":45,"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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","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":"parameterValue","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ontologyURI","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":"aspCode","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":"aspBinding","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"construct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasOutput","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":"hasPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerLocals","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":"outerLinks","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":"ontologies","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"templateConstraints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","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":"serviceURI","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":"serviceDescription","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasOutput","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":"remoteURI","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":"remoteURL","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slotName","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLoc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifierElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasEffect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasBeenWritten","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logicLanguage","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bodyLiteral","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"name":"KIF","id":225,"value":0,"literal":"KIF","eClass":"EEnumLiteral"},{"name":"SWRL","id":226,"value":1,"literal":"SWRL","eClass":"EEnumLiteral"},{"name":"DRS","id":227,"value":2,"literal":"DRS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":46,"target":47},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":48,"target":51},{"source":48,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":53},{"source":3,"target":54},{"source":53,"target":2},{"source":54,"target":24},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":62},{"source":59,"target":5},{"source":60,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":63,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":64},{"source":64,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"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":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":65,"target":12},{"source":65,"target":79},{"source":65,"target":8},{"source":79,"target":12},{"source":66,"target":6},{"source":66,"target":80},{"source":66,"target":8},{"source":80,"target":6},{"source":67,"target":7},{"source":67,"target":81},{"source":67,"target":8},{"source":81,"target":7},{"source":68,"target":44},{"source":68,"target":82},{"source":68,"target":8},{"source":82,"target":44},{"source":69,"target":36},{"source":69,"target":83},{"source":69,"target":8},{"source":83,"target":36},{"source":70,"target":29},{"source":70,"target":84},{"source":70,"target":8},{"source":84,"target":29},{"source":71,"target":39},{"source":71,"target":85},{"source":71,"target":8},{"source":85,"target":39},{"source":72,"target":40},{"source":72,"target":86},{"source":72,"target":8},{"source":86,"target":40},{"source":73,"target":4},{"source":73,"target":87},{"source":73,"target":8},{"source":87,"target":4},{"source":74,"target":5},{"source":74,"target":88},{"source":74,"target":8},{"source":88,"target":5},{"source":75,"target":89},{"source":75,"target":8},{"source":76,"target":90},{"source":76,"target":8},{"source":77,"target":91},{"source":77,"target":8},{"source":78,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":92,"target":6},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":6},{"source":93,"target":7},{"source":93,"target":96},{"source":93,"target":9},{"source":96,"target":7},{"source":94,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":97,"target":102},{"source":97,"target":10},{"source":98,"target":103},{"source":98,"target":10},{"source":99,"target":36},{"source":99,"target":104},{"source":99,"target":10},{"source":104,"target":36},{"source":100,"target":44},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":44},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":106},{"source":11,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":9},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":109},{"source":109,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":110},{"source":13,"target":111},{"source":110,"target":42},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":42},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":41},{"source":113,"target":115},{"source":113,"target":14},{"source":115,"target":41},{"source":114,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":116},{"source":15,"target":117},{"source":116,"target":41},{"source":116,"target":118},{"source":116,"target":15},{"source":118,"target":41},{"source":117,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":119},{"source":16,"target":120},{"source":119,"target":41},{"source":119,"target":121},{"source":119,"target":16},{"source":121,"target":41},{"source":120,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":41},{"source":122,"target":124},{"source":122,"target":17},{"source":124,"target":41},{"source":123,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":125,"target":44},{"source":125,"target":129},{"source":125,"target":18},{"source":129,"target":44},{"source":126,"target":12},{"source":126,"target":130},{"source":126,"target":18},{"source":130,"target":12},{"source":127,"target":12},{"source":127,"target":131},{"source":127,"target":18},{"source":131,"target":12},{"source":128,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":132,"target":44},{"source":132,"target":135},{"source":132,"target":19},{"source":135,"target":44},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":19},{"source":136,"target":12},{"source":134,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":137,"target":44},{"source":137,"target":140},{"source":137,"target":20},{"source":140,"target":44},{"source":138,"target":12},{"source":138,"target":141},{"source":138,"target":20},{"source":141,"target":12},{"source":139,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":142},{"source":21,"target":143},{"source":142,"target":9},{"source":142,"target":144},{"source":142,"target":21},{"source":144,"target":9},{"source":143,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":145},{"source":22,"target":146},{"source":145,"target":25},{"source":145,"target":147},{"source":145,"target":22},{"source":147,"target":25},{"source":146,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":148},{"source":23,"target":149},{"source":148,"target":25},{"source":148,"target":150},{"source":148,"target":23},{"source":150,"target":25},{"source":149,"target":12},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":151},{"source":151,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":25},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":152,"target":155},{"source":152,"target":26},{"source":153,"target":1},{"source":154,"target":25},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":25},{"source":27,"target":156},{"source":27,"target":157},{"source":27,"target":158},{"source":156,"target":159},{"source":156,"target":27},{"source":157,"target":1},{"source":158,"target":25},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":25},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":160,"target":163},{"source":160,"target":28},{"source":161,"target":1},{"source":162,"target":25},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":164},{"source":164,"target":2},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":165},{"source":165,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":166,"target":6},{"source":166,"target":169},{"source":166,"target":31},{"source":169,"target":6},{"source":167,"target":3},{"source":167,"target":170},{"source":167,"target":31},{"source":170,"target":3},{"source":168,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":171},{"source":32,"target":172},{"source":32,"target":173},{"source":171,"target":7},{"source":171,"target":174},{"source":171,"target":32},{"source":174,"target":7},{"source":172,"target":24},{"source":172,"target":175},{"source":172,"target":32},{"source":175,"target":24},{"source":173,"target":29},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":176},{"source":33,"target":177},{"source":33,"target":178},{"source":176,"target":39},{"source":176,"target":179},{"source":176,"target":33},{"source":179,"target":39},{"source":177,"target":24},{"source":177,"target":180},{"source":177,"target":33},{"source":180,"target":24},{"source":178,"target":30},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":181,"target":40},{"source":181,"target":184},{"source":181,"target":34},{"source":184,"target":40},{"source":182,"target":24},{"source":182,"target":185},{"source":182,"target":34},{"source":185,"target":24},{"source":183,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":186},{"source":35,"target":187},{"source":35,"target":188},{"source":186,"target":3},{"source":186,"target":189},{"source":186,"target":35},{"source":189,"target":3},{"source":187,"target":25},{"source":187,"target":190},{"source":187,"target":35},{"source":190,"target":25},{"source":188,"target":29},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":191,"target":44},{"source":191,"target":196},{"source":191,"target":36},{"source":196,"target":44},{"source":192,"target":37},{"source":192,"target":197},{"source":192,"target":36},{"source":197,"target":37},{"source":193,"target":44},{"source":193,"target":198},{"source":193,"target":36},{"source":198,"target":44},{"source":194,"target":25},{"source":194,"target":199},{"source":194,"target":36},{"source":199,"target":25},{"source":195,"target":1},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":200},{"source":200,"target":2},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":201},{"source":201,"target":2},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":202},{"source":202,"target":38},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":203},{"source":40,"target":204},{"source":203,"target":205},{"source":203,"target":40},{"source":204,"target":2},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":206},{"source":41,"target":207},{"source":41,"target":208},{"source":206,"target":12},{"source":206,"target":209},{"source":206,"target":41},{"source":209,"target":12},{"source":207,"target":41},{"source":207,"target":210},{"source":207,"target":41},{"source":210,"target":41},{"source":208,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":211},{"source":42,"target":212},{"source":42,"target":213},{"source":211,"target":12},{"source":211,"target":214},{"source":211,"target":42},{"source":214,"target":12},{"source":212,"target":42},{"source":212,"target":215},{"source":212,"target":42},{"source":215,"target":42},{"source":213,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":216},{"source":216,"target":44},{"source":44,"target":0},{"source":44,"target":217},{"source":44,"target":218},{"source":44,"target":219},{"source":44,"target":220},{"source":217,"target":221},{"source":217,"target":44},{"source":218,"target":45},{"source":218,"target":222},{"source":218,"target":44},{"source":222,"target":45},{"source":219,"target":223},{"source":219,"target":44},{"source":220,"target":224},{"source":220,"target":44},{"source":45,"target":0},{"source":45,"target":225},{"source":45,"target":226},{"source":45,"target":227},{"source":225,"target":45},{"source":226,"target":45},{"source":227,"target":45}],"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="query" nsURI="http://www.query.this.is/v1.0/beta" nsPrefix="query"> <eAnnotations source="gmf"/> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="QuerySurface"> <eAnnotations source="gmf.diagram"> <details key="diagram.extension" value="dext"/> <details key="model.extension" value="mext"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputInstalment" lowerBound="1" eType="#//OutputInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputInstalment" lowerBound="1" eType="#//InputInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereInstalment" lowerBound="1" eType="#//WhereInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="havingInstalment" lowerBound="1" eType="#//HavingInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupInstalment" lowerBound="1" eType="#//GroupInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortInstalment" lowerBound="1" eType="#//SortInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funcs" upperBound="-1" eType="#//FunctionDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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="numberOfRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexOfRoes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//QueryType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QueryType"> <eLiterals name="SELECT"/> <eLiterals name="CREATE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Output"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//AbstractNode" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rels" upperBound="-1" eType="#//RelationSelect" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//InputDef" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,300"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Sorted"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointers" upperBound="-1" eType="#//FieldSPointer" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,300"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Grouped"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointers" upperBound="-1" eType="#//FieldGPointer" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionInstalment" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="250,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//AbstractConditionElement" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//JuncRelationship" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhereInstalment" eSuperTypes="#//ConditionInstalment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Where"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HavingInstalment" eSuperTypes="#//ConditionInstalment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Having"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationSelect" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="color" value="100,22,222"/> <details key="style" value="dot"/> <details key="width" value="3"/> <details key="label" value="type"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opType" eType="#//RelationSelectOperationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InnerjoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="InnerJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftOuterJoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="LeftOuterJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RightOuterJoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="RightOuterJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FullOuterJoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="FullOuterJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationSelectOperationType"> <eLiterals name="EQUAL"/> <eLiterals name="GREATER" value="1"/> <eLiterals name="GEREATER_EQUAL" value="2"/> <eLiterals name="LOWER" value="3"/> <eLiterals name="LOWER_EQUAL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationSelectType"> <eLiterals name="InnerJoin"/> <eLiterals name="LeftOuterJoin" value="1"/> <eLiterals name="RightOuterJoin" value="2"/> <eLiterals name="FullOuterJoin" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SortType"> <eLiterals name="ASC"/> <eLiterals name="DESC" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldGPointer"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldSPointer"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MyTable" eSuperTypes="#//AbstractNode"> <eAnnotations source="gmf.node"> <details key="label" value="name,alias"/> <details key="label.pattern" value="{0} / {1}"/> </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="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true" eOpposite="#//Field/table"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//AbstractNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtype" eType="#//Subtype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="padding" value="10"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//MyTable" eOpposite="#//MyTable/fields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table_ref" eType="#//MyTable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="value,column_name"/> <details key="label.pattern" value="{0} {1}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ltype" eType="#//LiteralType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LiteralType"> <eLiterals name="STRING"/> <eLiterals name="INT" value="1"/> <eLiterals name="DOUBLE" value="2"/> <eLiterals name="DATE" value="3"/> <eLiterals name="BITS" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="column_name"/> <details key="label.pattern" value="{0}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="null"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="name,column_name"/> <details key="label.pattern" value="{0} {1}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funcDef" lowerBound="1" eType="#//FunctionDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Node" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returntype" eType="#//Subtype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="column_name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputRef" lowerBound="1" eType="#//InputDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputDef" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputStringDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputIntDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputDateDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputBitsDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputFloatDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="CallQuerySurface" eSuperTypes="#//Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="surfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" upperBound="-1" eType="#//Subtype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subtype"> <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="AbstractConditionElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//AbstractConditionElement"> <eAnnotations source="gmf.node"> <details key="label" value="type"/> <details key="figure" value="ellipse"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//JuncType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rels" upperBound="-1" eType="#//JuncRelationship" eOpposite="#//JuncRelationship/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootJunction" eSuperTypes="#//Junction"/> <eClassifiers xsi:type="ecore:EClass" name="JuncRelationship"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="dash"/> <details key="width" value="1"/> <details key="label" value="index"/> <details key="target.decoration" value="arrow"/> <details key="color" value="230,22,89"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Junction" eOpposite="#//Junction/rels"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractConditionElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="relates"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//AbstractConditionElement"> <eAnnotations source="gmf.node"> <details key="figure" value="rectangle"/> <details key="label" value="title"/> <details key="label.icon" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="params" lowerBound="1" upperBound="2" eType="#//Node" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1" eType="#//ConditionLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionLink" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="src"/> <details key="target" value="dst"/> <details key="style" value="dash"/> <details key="width" value="1"/> <details key="label" value="desc"/> <details key="target.decoration" value="arrow"/> <details key="color" value="20,182,19"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral=">"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterEqualThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral=">="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowerThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="&lt;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowerEqualThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="&lt;="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="In"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LikeLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Like"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JuncType"> <eLiterals name="OR"/> <eLiterals name="AND" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ghaemifard/CRUD_Models/edu.aut.islab.query/model/query.ecore
ecore
query QuerySurface outputInstalment inputInstalment whereInstalment havingInstalment groupInstalment sortInstalment types funcs name userName password uri description numberOfRow 0 indexOfRoes 0 createClass false associatedClass type QueryType SELECT SELECT CREATE CREATE OutputInstalment name Output nodes rels InputInstalment name Input inputs SortInstalment name Sorted pointers GroupInstalment name Grouped pointers ConditionInstalment parts links WhereInstalment name Where HavingInstalment name Having RelationSelect source target opType InnerjoinRels type InnerJoin LeftOuterJoinRels type LeftOuterJoin RightOuterJoinRels type RightOuterJoin FullOuterJoinRels type FullOuterJoin RelationSelectOperationType EQUAL EQUAL GREATER GREATER GEREATER_EQUAL GEREATER_EQUAL LOWER LOWER LOWER_EQUAL LOWER_EQUAL RelationSelectType InnerJoin InnerJoin LeftOuterJoin LeftOuterJoin RightOuterJoin RightOuterJoin FullOuterJoin FullOuterJoin SortType ASC ASC DESC DESC AbstractNode FieldGPointer name field FieldSPointer name type field MyTable name alias fields Node type subtype column_name listable false Field name table tableName table_ref distict Literal value ltype LiteralType STRING STRING INT INT DOUBLE DOUBLE DATE DATE BITS BITS NullLiteral value null Function name funcDef params FunctionDef name returntype args Input inputRef InputDef name index listable false InputStringDef InputIntDef InputDateDef InputBitsDef InputFloatDef CallQuerySurface surfaceName Type name subtypes Subtype name AbstractConditionElement Junction type rels RootJunction JuncRelationship source target index 0 type relates Term params title Term link ConditionLink src dst negative EqualLink desc = GreaterThanLink desc > GreaterEqualThanLink desc >= LowerThanLink desc < LowerEqualThanLink desc <= InLink desc In LikeLink desc Like JuncType OR OR AND AND
null
{"directed":true,"nodes":[{"nsPrefix":"query","nsURI":"http://www.query.this.is/v1.0/beta","name":"query","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuerySurface","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QueryType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputInstalment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputInstalment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortInstalment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupInstalment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionInstalment","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereInstalment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HavingInstalment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationSelect","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerjoinRels","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftOuterJoinRels","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightOuterJoinRels","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullOuterJoinRels","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationSelectOperationType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationSelectType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SortType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldGPointer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldSPointer","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyTable","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LiteralType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputDef","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputStringDef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputIntDef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputDateDef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBitsDef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFloatDef","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallQuerySurface","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtype","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractConditionElement","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootJunction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JuncRelationship","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionLink","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualLink","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanLink","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEqualThanLink","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerThanLink","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerEqualThanLink","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InLink","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeLink","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JuncType","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputInstalment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputInstalment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereInstalment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"havingInstalment","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":true,"unsettable":false,"transient":false,"unique":true,"name":"groupInstalment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortInstalment","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":"types","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":"funcs","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":"name","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":"userName","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","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":"uri","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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"numberOfRow","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":"0","unsettable":false,"transient":false,"unique":true,"name":"indexOfRoes","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"createClass","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":"associatedClass","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"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"},{"name":"SELECT","id":89,"value":0,"literal":"SELECT","eClass":"EEnumLiteral"},{"name":"CREATE","id":90,"value":1,"literal":"CREATE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"Output","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Output","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"rels","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":"Input","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Input","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Sorted","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Sorted","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Grouped","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Grouped","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Where","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Where","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Having","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Having","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":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":120,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opType","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"InnerJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"LeftOuterJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"RightOuterJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"FullOuterJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"name":"EQUAL","id":137,"value":0,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER","id":138,"value":1,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"GEREATER_EQUAL","id":139,"value":2,"literal":"GEREATER_EQUAL","eClass":"EEnumLiteral"},{"name":"LOWER","id":140,"value":3,"literal":"LOWER","eClass":"EEnumLiteral"},{"name":"LOWER_EQUAL","id":141,"value":4,"literal":"LOWER_EQUAL","eClass":"EEnumLiteral"},{"name":"InnerJoin","id":142,"value":0,"literal":"InnerJoin","eClass":"EEnumLiteral"},{"name":"LeftOuterJoin","id":143,"value":1,"literal":"LeftOuterJoin","eClass":"EEnumLiteral"},{"name":"RightOuterJoin","id":144,"value":2,"literal":"RightOuterJoin","eClass":"EEnumLiteral"},{"name":"FullOuterJoin","id":145,"value":3,"literal":"FullOuterJoin","eClass":"EEnumLiteral"},{"name":"ASC","id":146,"value":0,"literal":"ASC","eClass":"EEnumLiteral"},{"name":"DESC","id":147,"value":1,"literal":"DESC","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":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"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":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":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":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column_name","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"listable","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"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":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table_ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distict","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"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":185,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ltype","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"STRING","id":190,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"INT","id":191,"value":1,"literal":"INT","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":192,"value":2,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"DATE","id":193,"value":3,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"BITS","id":194,"value":4,"literal":"BITS","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":false,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"funcDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returntype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputRef","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"listable","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"surfaceName","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"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":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":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":241,"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":"index","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"relates","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"relates","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":0,"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":true,"upperBound":2,"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":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Term","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Term","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":false,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"negative","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"=","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"=","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":">","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":">","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":">=","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":">=","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"<","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"<=","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<=","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"In","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"In","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Like","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Like","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"name":"OR","id":282,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"AND","id":283,"value":1,"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":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":1,"target":0},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":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":53,"target":3},{"source":53,"target":71},{"source":53,"target":1},{"source":71,"target":3},{"source":54,"target":4},{"source":54,"target":72},{"source":54,"target":1},{"source":72,"target":4},{"source":55,"target":8},{"source":55,"target":73},{"source":55,"target":1},{"source":73,"target":8},{"source":56,"target":9},{"source":56,"target":74},{"source":56,"target":1},{"source":74,"target":9},{"source":57,"target":6},{"source":57,"target":75},{"source":57,"target":1},{"source":75,"target":6},{"source":58,"target":5},{"source":58,"target":76},{"source":58,"target":1},{"source":76,"target":5},{"source":59,"target":37},{"source":59,"target":77},{"source":59,"target":1},{"source":77,"target":37},{"source":60,"target":28},{"source":60,"target":78},{"source":60,"target":1},{"source":78,"target":28},{"source":61,"target":79},{"source":61,"target":1},{"source":62,"target":80},{"source":62,"target":1},{"source":63,"target":81},{"source":63,"target":1},{"source":64,"target":82},{"source":64,"target":1},{"source":65,"target":83},{"source":65,"target":1},{"source":66,"target":84},{"source":66,"target":1},{"source":67,"target":85},{"source":67,"target":1},{"source":68,"target":86},{"source":68,"target":1},{"source":69,"target":87},{"source":69,"target":1},{"source":70,"target":2},{"source":70,"target":88},{"source":70,"target":1},{"source":88,"target":2},{"source":2,"target":0},{"source":2,"target":89},{"source":2,"target":90},{"source":89,"target":2},{"source":90,"target":2},{"source":3,"target":0},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":91,"target":94},{"source":91,"target":3},{"source":92,"target":18},{"source":92,"target":95},{"source":92,"target":3},{"source":95,"target":18},{"source":93,"target":10},{"source":93,"target":96},{"source":93,"target":3},{"source":96,"target":10},{"source":4,"target":0},{"source":4,"target":97},{"source":4,"target":98},{"source":97,"target":99},{"source":97,"target":4},{"source":98,"target":30},{"source":98,"target":100},{"source":98,"target":4},{"source":100,"target":30},{"source":5,"target":0},{"source":5,"target":101},{"source":5,"target":102},{"source":101,"target":103},{"source":101,"target":5},{"source":102,"target":20},{"source":102,"target":104},{"source":102,"target":5},{"source":104,"target":20},{"source":6,"target":0},{"source":6,"target":105},{"source":6,"target":106},{"source":105,"target":107},{"source":105,"target":6},{"source":106,"target":19},{"source":106,"target":108},{"source":106,"target":6},{"source":108,"target":19},{"source":7,"target":0},{"source":7,"target":109},{"source":7,"target":110},{"source":109,"target":39},{"source":109,"target":111},{"source":109,"target":7},{"source":111,"target":39},{"source":110,"target":42},{"source":110,"target":112},{"source":110,"target":7},{"source":112,"target":42},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":113},{"source":8,"target":114},{"source":113,"target":115},{"source":113,"target":8},{"source":114,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":116},{"source":9,"target":117},{"source":116,"target":118},{"source":116,"target":9},{"source":117,"target":7},{"source":10,"target":0},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":119,"target":23},{"source":119,"target":122},{"source":119,"target":10},{"source":122,"target":23},{"source":120,"target":23},{"source":120,"target":123},{"source":120,"target":10},{"source":123,"target":23},{"source":121,"target":15},{"source":121,"target":124},{"source":121,"target":10},{"source":124,"target":15},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":125},{"source":11,"target":126},{"source":125,"target":16},{"source":125,"target":127},{"source":125,"target":11},{"source":127,"target":16},{"source":126,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":128},{"source":12,"target":129},{"source":128,"target":16},{"source":128,"target":130},{"source":128,"target":12},{"source":130,"target":16},{"source":129,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":131},{"source":13,"target":132},{"source":131,"target":16},{"source":131,"target":133},{"source":131,"target":13},{"source":133,"target":16},{"source":132,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":134},{"source":14,"target":135},{"source":134,"target":16},{"source":134,"target":136},{"source":134,"target":14},{"source":136,"target":16},{"source":135,"target":10},{"source":15,"target":0},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":137,"target":15},{"source":138,"target":15},{"source":139,"target":15},{"source":140,"target":15},{"source":141,"target":15},{"source":16,"target":0},{"source":16,"target":142},{"source":16,"target":143},{"source":16,"target":144},{"source":16,"target":145},{"source":142,"target":16},{"source":143,"target":16},{"source":144,"target":16},{"source":145,"target":16},{"source":17,"target":0},{"source":17,"target":146},{"source":17,"target":147},{"source":146,"target":17},{"source":147,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":148},{"source":19,"target":149},{"source":148,"target":150},{"source":148,"target":19},{"source":149,"target":23},{"source":149,"target":151},{"source":149,"target":19},{"source":151,"target":23},{"source":20,"target":0},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":152,"target":155},{"source":152,"target":20},{"source":153,"target":17},{"source":153,"target":156},{"source":153,"target":20},{"source":156,"target":17},{"source":154,"target":23},{"source":154,"target":157},{"source":154,"target":20},{"source":157,"target":23},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":158,"target":162},{"source":158,"target":21},{"source":159,"target":163},{"source":159,"target":21},{"source":160,"target":23},{"source":160,"target":164},{"source":160,"target":21},{"source":160,"target":165},{"source":164,"target":23},{"source":161,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":166},{"source":22,"target":167},{"source":22,"target":168},{"source":22,"target":169},{"source":22,"target":170},{"source":166,"target":37},{"source":166,"target":171},{"source":166,"target":22},{"source":171,"target":37},{"source":167,"target":38},{"source":167,"target":172},{"source":167,"target":22},{"source":172,"target":38},{"source":168,"target":173},{"source":168,"target":22},{"source":169,"target":174},{"source":169,"target":22},{"source":170,"target":18},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":175},{"source":23,"target":165},{"source":23,"target":176},{"source":23,"target":177},{"source":23,"target":178},{"source":23,"target":179},{"source":175,"target":180},{"source":175,"target":23},{"source":165,"target":21},{"source":165,"target":181},{"source":165,"target":23},{"source":165,"target":160},{"source":181,"target":21},{"source":176,"target":182},{"source":176,"target":23},{"source":177,"target":21},{"source":177,"target":183},{"source":177,"target":23},{"source":183,"target":21},{"source":178,"target":184},{"source":178,"target":23},{"source":179,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":185},{"source":24,"target":186},{"source":24,"target":187},{"source":185,"target":188},{"source":185,"target":24},{"source":186,"target":25},{"source":186,"target":189},{"source":186,"target":24},{"source":189,"target":25},{"source":187,"target":22},{"source":25,"target":0},{"source":25,"target":190},{"source":25,"target":191},{"source":25,"target":192},{"source":25,"target":193},{"source":25,"target":194},{"source":190,"target":25},{"source":191,"target":25},{"source":192,"target":25},{"source":193,"target":25},{"source":194,"target":25},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":195},{"source":26,"target":196},{"source":195,"target":197},{"source":195,"target":26},{"source":196,"target":22},{"source":27,"target":0},{"source":27,"target":22},{"source":27,"target":198},{"source":27,"target":199},{"source":27,"target":200},{"source":27,"target":201},{"source":198,"target":202},{"source":198,"target":27},{"source":199,"target":28},{"source":199,"target":203},{"source":199,"target":27},{"source":203,"target":28},{"source":200,"target":22},{"source":200,"target":204},{"source":200,"target":27},{"source":204,"target":22},{"source":201,"target":22},{"source":28,"target":0},{"source":28,"target":205},{"source":28,"target":206},{"source":28,"target":207},{"source":205,"target":208},{"source":205,"target":28},{"source":206,"target":38},{"source":206,"target":209},{"source":206,"target":28},{"source":209,"target":38},{"source":207,"target":37},{"source":207,"target":210},{"source":207,"target":28},{"source":210,"target":37},{"source":29,"target":0},{"source":29,"target":22},{"source":29,"target":211},{"source":29,"target":212},{"source":211,"target":30},{"source":211,"target":213},{"source":211,"target":29},{"source":213,"target":30},{"source":212,"target":22},{"source":30,"target":0},{"source":30,"target":214},{"source":30,"target":215},{"source":30,"target":216},{"source":214,"target":217},{"source":214,"target":30},{"source":215,"target":218},{"source":215,"target":30},{"source":216,"target":219},{"source":216,"target":30},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":220},{"source":220,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":221},{"source":221,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":222},{"source":222,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":223},{"source":223,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":224},{"source":224,"target":30},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":225},{"source":36,"target":226},{"source":225,"target":227},{"source":225,"target":36},{"source":226,"target":27},{"source":37,"target":0},{"source":37,"target":228},{"source":37,"target":229},{"source":228,"target":230},{"source":228,"target":37},{"source":229,"target":38},{"source":229,"target":231},{"source":229,"target":37},{"source":231,"target":38},{"source":38,"target":0},{"source":38,"target":232},{"source":232,"target":233},{"source":232,"target":38},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":234},{"source":40,"target":235},{"source":40,"target":236},{"source":234,"target":52},{"source":234,"target":237},{"source":234,"target":40},{"source":237,"target":52},{"source":235,"target":42},{"source":235,"target":238},{"source":235,"target":40},{"source":235,"target":239},{"source":238,"target":42},{"source":236,"target":39},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":240},{"source":240,"target":40},{"source":42,"target":0},{"source":42,"target":239},{"source":42,"target":241},{"source":42,"target":242},{"source":42,"target":243},{"source":239,"target":40},{"source":239,"target":244},{"source":239,"target":42},{"source":239,"target":235},{"source":244,"target":40},{"source":241,"target":39},{"source":241,"target":245},{"source":241,"target":42},{"source":245,"target":39},{"source":242,"target":246},{"source":242,"target":42},{"source":243,"target":247},{"source":243,"target":42},{"source":43,"target":0},{"source":43,"target":39},{"source":43,"target":248},{"source":43,"target":249},{"source":43,"target":250},{"source":43,"target":251},{"source":248,"target":22},{"source":248,"target":252},{"source":248,"target":43},{"source":252,"target":22},{"source":249,"target":253},{"source":249,"target":43},{"source":250,"target":44},{"source":250,"target":254},{"source":250,"target":43},{"source":254,"target":44},{"source":251,"target":39},{"source":44,"target":0},{"source":44,"target":255},{"source":44,"target":256},{"source":44,"target":257},{"source":255,"target":22},{"source":255,"target":258},{"source":255,"target":44},{"source":258,"target":22},{"source":256,"target":22},{"source":256,"target":259},{"source":256,"target":44},{"source":259,"target":22},{"source":257,"target":260},{"source":257,"target":44},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":261},{"source":45,"target":262},{"source":261,"target":263},{"source":261,"target":45},{"source":262,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":264},{"source":46,"target":265},{"source":264,"target":266},{"source":264,"target":46},{"source":265,"target":44},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":267},{"source":47,"target":268},{"source":267,"target":269},{"source":267,"target":47},{"source":268,"target":44},{"source":48,"target":0},{"source":48,"target":44},{"source":48,"target":270},{"source":48,"target":271},{"source":270,"target":272},{"source":270,"target":48},{"source":271,"target":44},{"source":49,"target":0},{"source":49,"target":44},{"source":49,"target":273},{"source":49,"target":274},{"source":273,"target":275},{"source":273,"target":49},{"source":274,"target":44},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":276},{"source":50,"target":277},{"source":276,"target":278},{"source":276,"target":50},{"source":277,"target":44},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":279},{"source":51,"target":280},{"source":279,"target":281},{"source":279,"target":51},{"source":280,"target":44},{"source":52,"target":0},{"source":52,"target":282},{"source":52,"target":283},{"source":282,"target":52},{"source":283,"target":52}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sequence_new" nsURI="http://bento/sirius/tests/sequence_new" nsPrefix="sequence_new"> <eClassifiers xsi:type="ecore:EClass" name="SequenceModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsMetamodelElement" upperBound="-1" eType="#//MetamodelElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsIntermediateElement" upperBound="-1" eType="#//IntemediateElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsFeatureClass" upperBound="-1" eType="#//FeatureClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsMetamodelElementFeature" upperBound="-1" eType="#//FeatureClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//BindingElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Element" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsvalueElement" eType="#//valueElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="valueElement" eSuperTypes="#//FeatureClass"> <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="BindingElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MetamodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelElementFeature" upperBound="-1" eType="#//MetamodelElementFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntemediateElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingElement" lowerBound="1" eType="#//BindingElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodElelement" lowerBound="1" eType="#//MetamodelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelElementFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureClass" upperBound="-1" eType="#//FeatureClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureClass" abstract="true"/> </ecore:EPackage>
github:ecore:/data/jesusc/bento/plugins-sirius/bento.sirius.odesign.generator/outputs/generated-sequence_new.ecore
ecore
sequence_new SequenceModel elements containsMetamodelElement containsIntermediateElement containsFeatureClass containsMetamodelElementFeature Element value next containsvalueElement valueElement value BindingElement MetamodelElement name metamodelElementFeature IntemediateElement bindingElement metamodElelement MetamodelElementFeature name featureClass FeatureClass
null
{"directed":true,"nodes":[{"nsPrefix":"sequence_new","nsURI":"http://bento/sirius/tests/sequence_new","name":"sequence_new","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"valueElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntemediateElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelElementFeature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureClass","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsMetamodelElement","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":"containsIntermediateElement","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":"containsFeatureClass","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":"containsMetamodelElementFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsvalueElement","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":"value","changeable":true,"lowerBound":0,"iD":false,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodelElementFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodElelement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":9,"target":2},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":2},{"source":10,"target":5},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":5},{"source":11,"target":6},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":6},{"source":12,"target":8},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":8},{"source":13,"target":8},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":24,"target":2},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":28},{"source":26,"target":3},{"source":27,"target":8},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":30,"target":7},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":7},{"source":6,"target":0},{"source":6,"target":33},{"source":6,"target":34},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":6},{"source":35,"target":4},{"source":34,"target":5},{"source":34,"target":36},{"source":34,"target":6},{"source":36,"target":5},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":38},{"source":37,"target":39},{"source":37,"target":7},{"source":38,"target":8},{"source":38,"target":40},{"source":38,"target":7},{"source":40,"target":8},{"source":8,"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="component" nsURI="http://eclipse.org/component" nsPrefix="component"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;Each component is described via a component description&#xD;&#xA;&#x9;&#x9;&#x9;file.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ComponentDependsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="component-depends_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="componentRef" upperBound="-1" eType="#//ComponentRefType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="component-ref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unrestricted" unique="false" 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;States whether this component is allowed to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;depend on arbitrary other components, or just&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the ones explicitly named by the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;lt;component-ref&amp;gt; children&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="unrestricted"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentRefType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="component-ref_._type"/> <details key="kind" value="empty"/> </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://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Name of the referenced component; e.g., &quot;Eclipse&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Platform Generic Workbench&quot;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="component_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plugin" upperBound="-1" eType="#//PluginType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="plugin"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-1" eType="#//PackageType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="package"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="componentDepends" lowerBound="1" eType="#//ComponentDependsType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="component-depends"/> <details key="namespace" value="##targetNamespace"/> </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;&#x9;The component name; e.g. &quot;Eclipse Platform&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Generic Workbench&quot;; note that this name is used&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to refer to the component and distinguish it&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;from other components (but otherwise has no&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;official status in Eclipse ontology)&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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="component" upperBound="-2" eType="#//ComponentType" 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;Provides information about a component. Child elements&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;of this element describe the set of plug-ins and&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;fragments making up the component, and provide&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;information about the Java packages and types in the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;component's code.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="component"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="componentDepends" upperBound="-2" eType="#//ComponentDependsType" volatile="true" transient="true" 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-depends"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="componentRef" upperBound="-2" eType="#//ComponentRefType" volatile="true" transient="true" 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-ref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-2" eType="#//PackageType" 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;Provides information about a package as used by the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;component. In the unusual case where a package is shared&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;with other components, the &amp;lt;package&amp;gt; element is&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;understood to apply only to the types the component&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;actually declares, and has no bearing on the types&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;declared in the same package in any other component. The&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;list of packages may be incomplete; if the component&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;contains code in a package not mentioned in the list,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the package is considered to be internal (equivalent to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;being explicitly described as &amp;lt;package name=&quot;...&quot;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;api=&quot;false&quot; /&amp;gt;). The children of the &amp;lt;package&amp;gt;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;element provide information about specific types in the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;package.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="package"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="plugin" upperBound="-2" eType="#//PluginType" 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;Identifies a plug-in or plug-in fragment that is part of&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the component. The list of plug-ins must be complete;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;that is, a component contains a plug-in (or fragment) if&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;and only if a &amp;lt;plugin&amp;gt; element occurs as a child&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;of the &amp;lt;component&amp;gt; element.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="plugin"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" upperBound="-2" eType="#//TypeType" 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;Provides information about a top-level type in a&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;package. (Note: We could extend the schema in the future&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;to allow &amp;lt;type&amp;gt; elements to provide analogous&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;information about their members. We could also extend&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the &amp;lt;component&amp;gt; element to allow aspects other&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;than code API to be described.)&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="package_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" upperBound="-1" eType="#//TypeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="api" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;States whether this package is reserved for&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;exclusive use by this component (default: true);&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;specify &quot;false&quot; in (rare) cases where a multiple&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;components declared types in the same package.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Package sharing is only by mutual consent; all&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;components involved must explicitly declare the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;package as exclusive=&quot;false&quot; (even if it has no&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;API types).&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="api"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;States whether top-level types in this package&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;are API types by default (default: true);&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;specify &quot;false&quot; in order to explicitly list API&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types found in the package.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="exclusive"/> </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;&#x9;Java package name; e.g., &quot;javax.swing&quot;,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&quot;org.eclipse.ui&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="plugin_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragment" unique="false" 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;State whether this is a plug-in fragment as&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;opposed to a plug-in (default: plug-in).&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="fragment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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;&#x9;The plug-in id or plug-in fragment id; e.g.,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&quot;org.eclipse.core.resources&quot;; note that in the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;case of a fragment, this is the id of fragment&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;itself.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <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="TypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implement" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;States whether other components are expected to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;declare a class that implements this interface&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(default: true); specify &quot;false&quot; for an&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;interface that other components are not supposed&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to implement directly; this attribute is ignored&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for classes, enumerations, and annotation types,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;none of which can be meaningfully implemented.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;States whether other components are expected to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;create instances of this class or annotation&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type (default: true); specify &quot;false&quot; for a type&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;that other components are not supposed to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;instantiate directly; this attribute is ignored&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for interfaces and enumerations, neither of&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;which can be meaningfully instantiated; this&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;attribute is moot for classes that are declared&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;final (or ones with no generally accessible&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;constructors), since the Java compiler and JRE&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;will block outside attempts to instantiate.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="instantiate"/> </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;&#x9;Simple name of a top-level Java class,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;interface, enumeration, or annotation type;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;e.g., &quot;String&quot;, &quot;IResource&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;States whether other components are expected to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;reference this type by name (default: true);&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;specify &quot;false&quot; to indicate that the type is&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;internal.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="reference"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subclass" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;States whether other components are expected to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;declare a class that directly subclasses this&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class (default: true); specify &quot;false&quot; for a&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;class that other components are not supposed to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;subclass directly; this attribute is ignored for&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;interfaces, enumerations, and annotation types,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;none of which can be meaningfully subclassed.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="subclass"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/custom-distance/MaintainabilityCloseDistance/80_org.eclipse.component.ecore
ecore
component ComponentDependsType componentRef unrestricted false ComponentRefType name ComponentType plugin package componentDepends name DocumentRoot mixed component componentDepends componentRef package plugin type PackageType type api true exclusive true name PluginType fragment false id TypeType implement true instantiate true name reference true subclass true
null
{"directed":true,"nodes":[{"nsPrefix":"component","nsURI":"http://eclipse.org/component","name":"component","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDependsType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentRefType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":false,"name":"unrestricted","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plugin","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":false,"unique":true,"name":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentDepends","changeable":true,"resolveProxies":false,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":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":22,"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":"component","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"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":"componentDepends","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"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":"componentRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"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":"plugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"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":"type","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":false,"name":"api","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":false,"name":"exclusive","changeable":true,"lowerBound":0,"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":false,"name":"fragment","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":"id","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":false,"name":"implement","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":false,"name":"instantiate","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":false,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":false,"name":"subclass","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":12,"target":13},{"source":12,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":6},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":6},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":3},{"source":19,"target":5},{"source":16,"target":1},{"source":16,"target":20},{"source":16,"target":3},{"source":20,"target":1},{"source":17,"target":21},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":22,"target":29},{"source":22,"target":4},{"source":23,"target":3},{"source":23,"target":30},{"source":23,"target":4},{"source":30,"target":3},{"source":24,"target":1},{"source":24,"target":31},{"source":24,"target":4},{"source":31,"target":1},{"source":25,"target":2},{"source":25,"target":32},{"source":25,"target":4},{"source":32,"target":2},{"source":26,"target":5},{"source":26,"target":33},{"source":26,"target":4},{"source":33,"target":5},{"source":27,"target":6},{"source":27,"target":34},{"source":27,"target":4},{"source":34,"target":6},{"source":28,"target":7},{"source":28,"target":35},{"source":28,"target":4},{"source":35,"target":7},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":7},{"source":37,"target":41},{"source":37,"target":5},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":43},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":46},{"source":44,"target":6},{"source":45,"target":47},{"source":45,"target":6},{"source":7,"target":0},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":48,"target":53},{"source":48,"target":7},{"source":49,"target":54},{"source":49,"target":7},{"source":50,"target":55},{"source":50,"target":7},{"source":51,"target":56},{"source":51,"target":7},{"source":52,"target":57},{"source":52,"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" xmi:id="_14sTEG60EeGkd4g88tZXfA" name="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_146VgG60EeGkd4g88tZXfA" name="Book" eSuperTypes="_15LbQG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_146VgW60EeGkd4g88tZXfA" name="title"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_146Vg260EeGkd4g88tZXfA" name="pages" defaultValueLiteral="100"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_1468kW60EeGkd4g88tZXfA" name="category" eType="_15F7sG60EeGkd4g88tZXfA" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_148KsG60EeGkd4g88tZXfA" name="author" lowerBound="1" eType="_15CRUW60EeGkd4g88tZXfA" eOpposite="_15EGgG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_148KsW60EeGkd4g88tZXfA" name="Library" eSuperTypes="_15OelG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_148Ksm60EeGkd4g88tZXfA" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_148xwW60EeGkd4g88tZXfA" name="writers" upperBound="-1" eType="_15CRUW60EeGkd4g88tZXfA" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations xmi:id="_148xwm60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_148xw260EeGkd4g88tZXfA" key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_149Y0G60EeGkd4g88tZXfA" name="employees" upperBound="-1" eType="_15OekG60EeGkd4g88tZXfA" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations xmi:id="_149Y0W60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_149Y0m60EeGkd4g88tZXfA" key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15AcIG60EeGkd4g88tZXfA" name="borrowers" upperBound="-1" eType="_15NQcW60EeGkd4g88tZXfA" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations xmi:id="_15AcIW60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_15BDMG60EeGkd4g88tZXfA" key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BDMW60EeGkd4g88tZXfA" name="stock" ordered="false" upperBound="-1" eType="_15Hw4m60EeGkd4g88tZXfA" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BDMm60EeGkd4g88tZXfA" name="books" ordered="false" upperBound="-1" eType="_146VgG60EeGkd4g88tZXfA" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BqQG60EeGkd4g88tZXfA" name="branches" upperBound="-1" eType="_148KsW60EeGkd4g88tZXfA" containment="true" eOpposite="_15BqQm60EeGkd4g88tZXfA"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BqQm60EeGkd4g88tZXfA" name="parentBranch" eType="_148KsW60EeGkd4g88tZXfA" eOpposite="_15BqQG60EeGkd4g88tZXfA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15BqRG60EeGkd4g88tZXfA" name="people" upperBound="-1"> <eAnnotations xmi:id="_15BqRW60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_15BqRm60EeGkd4g88tZXfA" key="kind" value="group"/> </eAnnotations> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15CRUW60EeGkd4g88tZXfA" name="Writer" eSuperTypes="_15N3gm60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15CRUm60EeGkd4g88tZXfA" name="name" volatile="true" transient="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15EGgG60EeGkd4g88tZXfA" name="books" upperBound="-1" eType="_146VgG60EeGkd4g88tZXfA" eOpposite="_148KsG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="_15F7sG60EeGkd4g88tZXfA" name="BookCategory"> <eLiterals xmi:id="_15HJ0G60EeGkd4g88tZXfA" name="Mystery"/> <eLiterals xmi:id="_15Hw4G60EeGkd4g88tZXfA" name="ScienceFiction" value="1"/> <eLiterals xmi:id="_15Hw4W60EeGkd4g88tZXfA" name="Biography" value="2"/> <eLiterals xmi:id="_XID4MG9IEeG7V_vNzpYwOw" name="Encyclopedia" value="3" literal="Encyclopedia"/> <eLiterals xmi:id="_XIEfQG9IEeG7V_vNzpYwOw" name="Dictionary" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15Hw4m60EeGkd4g88tZXfA" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15Hw4260EeGkd4g88tZXfA" name="publicationDate"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15IX8G60EeGkd4g88tZXfA" name="Borrowable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15JmEG60EeGkd4g88tZXfA" name="copies" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15JmEm60EeGkd4g88tZXfA" name="borrowers" ordered="false" upperBound="-1" eType="_15NQcW60EeGkd4g88tZXfA" eOpposite="_15N3gG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15LbQG60EeGkd4g88tZXfA" name="CirculatingItem" abstract="true" eSuperTypes="_15Hw4m60EeGkd4g88tZXfA _15IX8G60EeGkd4g88tZXfA"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15MCUG60EeGkd4g88tZXfA" name="AudioVisualItem" abstract="true" eSuperTypes="_15LbQG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCUm60EeGkd4g88tZXfA" name="title"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCVG60EeGkd4g88tZXfA" name="length" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCVm60EeGkd4g88tZXfA" name="damaged"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15MpYW60EeGkd4g88tZXfA" name="BookOnTape" eSuperTypes="_15MCUG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15MpZG60EeGkd4g88tZXfA" name="author" eType="_15CRUW60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15MpZm60EeGkd4g88tZXfA" name="VideoCassette" eSuperTypes="_15MCUG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15NQcG60EeGkd4g88tZXfA" name="cast" upperBound="-1" eType="_15N3gm60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15NQcW60EeGkd4g88tZXfA" name="Borrower" eSuperTypes="_15N3gm60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15N3gG60EeGkd4g88tZXfA" name="borrowed" upperBound="-1" eType="_15IX8G60EeGkd4g88tZXfA" eOpposite="_15JmEm60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15N3gm60EeGkd4g88tZXfA" name="Person" eSuperTypes="_15OelG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_XIJ-0G9IEeG7V_vNzpYwOw" name="fullName"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15OekG60EeGkd4g88tZXfA" name="Employee" eSuperTypes="_15N3gm60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15Oekm60EeGkd4g88tZXfA" name="manager" eType="_15OekG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15OelG60EeGkd4g88tZXfA" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15OelW60EeGkd4g88tZXfA" name="address"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_XIKl4W9IEeG7V_vNzpYwOw" name="Magazine" eSuperTypes="_15LbQG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_XIKl429IEeG7V_vNzpYwOw" name="title"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_XIKl5W9IEeG7V_vNzpYwOw" name="pages"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/emf.compare/performance/org.eclipse.emf.compare.tests.performance/src/data/models/ecore/extlibraryLeft.ecore
ecore
extlibrary Book title pages 100 category author Library name writers employees borrowers stock books branches parentBranch people Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Encyclopedia Encyclopedia Dictionary Dictionary Item publicationDate Borrowable copies borrowers CirculatingItem AudioVisualItem title length damaged BookOnTape author VideoCassette cast Borrower borrowed Person fullName Employee manager Addressable address Magazine title pages
null
{"directed":true,"nodes":[{"nsPrefix":"extlib","nsURI":"http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0","name":"extlibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrowable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassette","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Magazine","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"people","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"name":"Mystery","id":49,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":50,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":51,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"name":"Encyclopedia","id":52,"value":3,"literal":"Encyclopedia","eClass":"EEnumLiteral"},{"name":"Dictionary","id":53,"value":4,"literal":"Dictionary","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":3},{"source":20,"target":7},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":26,"target":36},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":37},{"source":27,"target":2},{"source":37,"target":3},{"source":28,"target":13},{"source":28,"target":38},{"source":28,"target":2},{"source":38,"target":13},{"source":29,"target":11},{"source":29,"target":39},{"source":29,"target":2},{"source":39,"target":11},{"source":30,"target":5},{"source":30,"target":40},{"source":30,"target":2},{"source":40,"target":5},{"source":31,"target":1},{"source":31,"target":41},{"source":31,"target":2},{"source":41,"target":1},{"source":32,"target":2},{"source":32,"target":42},{"source":32,"target":2},{"source":32,"target":33},{"source":42,"target":2},{"source":33,"target":2},{"source":33,"target":43},{"source":33,"target":2},{"source":33,"target":32},{"source":43,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":14},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":45},{"source":3,"target":25},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":25,"target":1},{"source":25,"target":48},{"source":25,"target":3},{"source":25,"target":19},{"source":48,"target":1},{"source":46,"target":12},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":49,"target":4},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":54,"target":55},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":58},{"source":56,"target":6},{"source":57,"target":11},{"source":57,"target":59},{"source":57,"target":6},{"source":57,"target":60},{"source":59,"target":11},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":5},{"source":62,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":63,"target":67},{"source":63,"target":8},{"source":64,"target":68},{"source":64,"target":8},{"source":65,"target":69},{"source":65,"target":8},{"source":66,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":70},{"source":9,"target":71},{"source":70,"target":3},{"source":70,"target":72},{"source":70,"target":9},{"source":72,"target":3},{"source":71,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":10},{"source":75,"target":12},{"source":74,"target":8},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":60},{"source":11,"target":76},{"source":60,"target":6},{"source":60,"target":77},{"source":60,"target":11},{"source":60,"target":57},{"source":77,"target":6},{"source":76,"target":12},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":78},{"source":12,"target":79},{"source":78,"target":80},{"source":78,"target":12},{"source":79,"target":14},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":13},{"source":81,"target":83},{"source":81,"target":13},{"source":83,"target":13},{"source":82,"target":12},{"source":14,"target":0},{"source":14,"target":84},{"source":84,"target":85},{"source":84,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":86,"target":89},{"source":86,"target":15},{"source":87,"target":90},{"source":87,"target":15},{"source":88,"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="sequence_bdsl" nsURI="http://bento/sirius/tests/sequence_bdsl" nsPrefix="sequence_bdsl"> <eClassifiers xsi:type="ecore:EClass" name="SequenceModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsMetamodelElement" upperBound="-1" eType="#//MetamodelElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsIntermediateElement" upperBound="-1" eType="#//IntemediateElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsFeatureClass" upperBound="-1" eType="#//FeatureClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsMetamodelElementFeature" upperBound="-1" eType="#//FeatureClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//BindingElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Element" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsvalueElement" eType="#//valueElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="valueElement" eSuperTypes="#//FeatureClass"> <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="BindingElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MetamodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelElementFeature" upperBound="-1" eType="#//MetamodelElementFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntemediateElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingElement" lowerBound="1" eType="#//BindingElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodElelement" lowerBound="1" eType="#//MetamodelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelElementFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureClass" upperBound="-1" eType="#//FeatureClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureClass" abstract="true"/> </ecore:EPackage>
github:ecore:/data/jesusc/bento/plugins-sirius/bento.sirius.odesign.generator/outputs/generated-sequence_bdsl.ecore
ecore
sequence_bdsl SequenceModel elements containsMetamodelElement containsIntermediateElement containsFeatureClass containsMetamodelElementFeature Element value next containsvalueElement valueElement value BindingElement MetamodelElement name metamodelElementFeature IntemediateElement bindingElement metamodElelement MetamodelElementFeature name featureClass FeatureClass
null
{"directed":true,"nodes":[{"nsPrefix":"sequence_bdsl","nsURI":"http://bento/sirius/tests/sequence_bdsl","name":"sequence_bdsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"valueElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntemediateElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelElementFeature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureClass","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsMetamodelElement","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":"containsIntermediateElement","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":"containsFeatureClass","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":"containsMetamodelElementFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsvalueElement","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":"value","changeable":true,"lowerBound":0,"iD":false,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodelElementFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindingElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodElelement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":9,"target":2},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":2},{"source":10,"target":5},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":5},{"source":11,"target":6},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":6},{"source":12,"target":8},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":8},{"source":13,"target":8},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":24,"target":2},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":28},{"source":26,"target":3},{"source":27,"target":8},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":30,"target":7},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":7},{"source":6,"target":0},{"source":6,"target":33},{"source":6,"target":34},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":6},{"source":35,"target":4},{"source":34,"target":5},{"source":34,"target":36},{"source":34,"target":6},{"source":36,"target":5},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":38},{"source":37,"target":39},{"source":37,"target":7},{"source":38,"target":8},{"source":38,"target":40},{"source":38,"target":7},{"source":40,"target":8},{"source":8,"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="releng" nsURI="http://releng/1.0" nsPrefix="releng"> <eClassifiers xsi:type="ecore:EClass" name="Server"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buildJobs" upperBound="-1" eType="#//BuildJob" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//Repository" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildJob"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceBranch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buckminsterComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" lowerBound="1" upperBound="-1" eType="#//BuildType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//Repository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="promotions" upperBound="-1" eType="#//Promotion" containment="true" eOpposite="#//Promotion/build"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BuildType"> <eLiterals name="N"/> <eLiterals name="I" value="1"/> <eLiterals name="S" value="2"/> <eLiterals name="R" value="3"/> <eLiterals name="M" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Promotion"> <eStructuralFeatures xsi:type="ecore:EReference" name="build" eType="#//BuildJob" eOpposite="#//BuildJob/promotions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buildType" eType="#//BuildType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Repository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="criteria" upperBound="-1" eType="#//Criterion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Criterion"> <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="Repository"> <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="CompositeRepository" eSuperTypes="#//Repository"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//Repository"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/cdo/releng/org.eclipse.emf.cdo.releng/docs/promotion/Releng.ecore
ecore
releng Server name buildJobs repositories BuildJob name sourceBranch buckminsterComponent types result promotions BuildType N N I I S S R R M M Promotion build buildType target criteria Criterion description Repository location CompositeRepository elements
null
{"directed":true,"nodes":[{"nsPrefix":"releng","nsURI":"http://releng/1.0","name":"releng","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildJob","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuildType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Promotion","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Criterion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeRepository","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buildJobs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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":"sourceBranch","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":"buckminsterComponent","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"lowerBound":1,"iD":false,"id":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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"promotions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"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":"build","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"name":"N","id":27,"value":0,"literal":"N","eClass":"EEnumLiteral"},{"name":"I","id":28,"value":1,"literal":"I","eClass":"EEnumLiteral"},{"name":"S","id":29,"value":2,"literal":"S","eClass":"EEnumLiteral"},{"name":"R","id":30,"value":3,"literal":"R","eClass":"EEnumLiteral"},{"name":"M","id":31,"value":4,"literal":"M","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buildType","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"criteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"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":41,"derived":false},{"id":42,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"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":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":2},{"source":10,"target":6},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":6},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":14,"target":20},{"source":14,"target":2},{"source":15,"target":21},{"source":15,"target":2},{"source":16,"target":22},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":23},{"source":17,"target":2},{"source":23,"target":3},{"source":18,"target":6},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":6},{"source":19,"target":4},{"source":19,"target":25},{"source":19,"target":2},{"source":19,"target":26},{"source":25,"target":4},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":3},{"source":28,"target":3},{"source":29,"target":3},{"source":30,"target":3},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":26,"target":2},{"source":26,"target":35},{"source":26,"target":4},{"source":26,"target":19},{"source":35,"target":2},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":3},{"source":33,"target":6},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":6},{"source":34,"target":5},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":5},{"source":5,"target":0},{"source":5,"target":39},{"source":39,"target":40},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":41},{"source":41,"target":42},{"source":41,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":43},{"source":7,"target":44},{"source":43,"target":6},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":6},{"source":44,"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="update" nsURI="http://www.update.it.is/v1.0/beta" nsPrefix="update"> <eAnnotations source="gmf"/> <eClassifiers xsi:type="ecore:EClass" name="UpdateSurface"> <eAnnotations source="gmf.diagram"> <details key="diagram.extension" value="udext"/> <details key="model.extension" value="umext"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputInstalment" lowerBound="1" eType="#//InputInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prepareList" lowerBound="1" eType="#//PrepareList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tableInstalment" lowerBound="1" eType="#//TableSelection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortInstalment" eType="#//SortInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereInstalment" lowerBound="1" eType="#//ConditionInstalment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lfs" upperBound="-1" eType="#//LinkField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funcs" upperBound="-1" eType="#//FunctionDef"/> <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="associatedClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkField"> <eAnnotations source="gmf.link"> <details key="source" value="src"/> <details key="target" value="dst"/> <details key="target.decoration" value="arrow"/> <details key="color" value="10,220,22"/> <details key="style" value="dot"/> <details key="width" value="3"/> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//RealField" eOpposite="#//RealField/linkf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="ASSIGN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//InputDef" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrepareList"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="PreparedItems"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="250,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Where"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//AbstractConditionElement" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//JuncRelationship" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableSelection"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="250,500"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="TableSelection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//MyTable" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rels" upperBound="-1" eType="#//RelationSelect" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationSelect" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="color" value="100,22,222"/> <details key="style" value="dot"/> <details key="width" value="3"/> <details key="label" value="type"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//RealField"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//RealField"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opType" eType="#//RelationSelectOperationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InnerjoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="InnerJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftOuterJoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="LeftOuterJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RightOuterJoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="RightOuterJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FullOuterJoinRels" eSuperTypes="#//RelationSelect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationSelectType" changeable="false" defaultValueLiteral="FullOuterJoin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationSelectOperationType"> <eLiterals name="EQUAL"/> <eLiterals name="GREATER" value="1"/> <eLiterals name="GEREATER_EQUAL" value="2"/> <eLiterals name="LOWER" value="3"/> <eLiterals name="LOWER_EQUAL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationSelectType"> <eLiterals name="InnerJoin"/> <eLiterals name="LeftOuterJoin" value="1"/> <eLiterals name="RightOuterJoin" value="2"/> <eLiterals name="FullOuterJoin" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortInstalment"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="size" value="100,300"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Sorted"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointers" upperBound="-1" eType="#//FieldSPointer" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldSPointer"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MyTable" eSuperTypes="#//AbstractNode"> <eAnnotations source="gmf.node"> <details key="label" value="name,alias"/> <details key="label.pattern" value="{0}/{1}"/> </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="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fakes" upperBound="-1" eType="#//RealField" containment="true" eOpposite="#//RealField/table"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//AbstractNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtype" eType="#//Subtype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="column_name"/> <details key="padding" value="10"/> <details key="label.pattern" value="{0}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table_ref" eType="#//MyTable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealField"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//MyTable" eOpposite="#//MyTable/fakes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtype" eType="#//Subtype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkf" lowerBound="1" eType="#//LinkField" eOpposite="#//LinkField/src"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ltype" eType="#//LiteralType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LiteralType"> <eLiterals name="STRING"/> <eLiterals name="INT" value="1"/> <eLiterals name="DOUBLE" value="2"/> <eLiterals name="DATE" value="3"/> <eLiterals name="BITS" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="value"/> <details key="label.pattern" value="{0}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="null"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="name,column_name"/> <details key="label.pattern" value="{0}/{1}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funcDef" lowerBound="1" eType="#//FunctionDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Node" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SortType"> <eLiterals name="ASC"/> <eLiterals name="DESC" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returntype" eType="#//Subtype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="column_name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputRef" lowerBound="1" eType="#//InputDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputDef" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputStringDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputIntDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputDateDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputBitsDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="InputFloatDef" eSuperTypes="#//InputDef"/> <eClassifiers xsi:type="ecore:EClass" name="CallSurfaceQuery" eSuperTypes="#//Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="surfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" upperBound="-1" eType="#//Subtype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subtype"> <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="AbstractConditionElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//AbstractConditionElement"> <eAnnotations source="gmf.node"> <details key="label" value="type"/> <details key="figure" value="ellipse"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//JuncType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rels" upperBound="-1" eType="#//JuncRelationship" eOpposite="#//JuncRelationship/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootJunction" eSuperTypes="#//Junction"/> <eClassifiers xsi:type="ecore:EClass" name="JuncRelationship"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="dash"/> <details key="width" value="1"/> <details key="label" value="index"/> <details key="target.decoration" value="arrow"/> <details key="color" value="230,22,89"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Junction" eOpposite="#//Junction/rels"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractConditionElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="relates"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//AbstractConditionElement"> <eAnnotations source="gmf.node"> <details key="figure" value="rectangle"/> <details key="label" value="title"/> <details key="label.icon" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="params" lowerBound="1" upperBound="2" eType="#//Node" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Term"/> <eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1" eType="#//ConditionLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionLink" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="src"/> <details key="target" value="dst"/> <details key="style" value="dash"/> <details key="width" value="1"/> <details key="label" value="desc"/> <details key="target.decoration" value="arrow"/> <details key="color" value="20,182,19"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral=">"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterEqualThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral=">="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowerThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="&lt;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowerEqualThanLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="&lt;="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="In"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LikeLink" eSuperTypes="#//ConditionLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Like"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JuncType"> <eLiterals name="OR"/> <eLiterals name="AND" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ghaemifard/CRUD_Models/edu.aut.islab.update/model/update.ecore
ecore
update UpdateSurface inputInstalment prepareList tableInstalment sortInstalment whereInstalment lfs types funcs name description associatedClass userName password uri LinkField src dst name ASSIGN InputInstalment name Input inputs PrepareList name PreparedItems nodes ConditionInstalment name Where parts links TableSelection name TableSelection tables rels RelationSelect source target opType InnerjoinRels type InnerJoin LeftOuterJoinRels type LeftOuterJoin RightOuterJoinRels type RightOuterJoin FullOuterJoinRels type FullOuterJoin RelationSelectOperationType EQUAL EQUAL GREATER GREATER GEREATER_EQUAL GEREATER_EQUAL LOWER LOWER LOWER_EQUAL LOWER_EQUAL RelationSelectType InnerJoin InnerJoin LeftOuterJoin LeftOuterJoin RightOuterJoin RightOuterJoin FullOuterJoin FullOuterJoin SortInstalment name Sorted pointers FieldSPointer name type field AbstractNode MyTable name alias fakes Node type subtype listable false column_name Field name tableName table_ref distict RealField name table type subtype listable false linkf distict Literal value ltype LiteralType STRING STRING INT INT DOUBLE DOUBLE DATE DATE BITS BITS NullLiteral value null Function name funcDef params SortType ASC ASC DESC DESC FunctionDef name returntype args Input inputRef InputDef name index listable false InputStringDef InputIntDef InputDateDef InputBitsDef InputFloatDef CallSurfaceQuery surfaceName Type name subtypes Subtype name AbstractConditionElement Junction type rels RootJunction JuncRelationship source target index 0 type relates Term params title Term link ConditionLink src dst negative EqualLink desc = GreaterThanLink desc > GreaterEqualThanLink desc >= LowerThanLink desc < LowerEqualThanLink desc <= InLink desc In LikeLink desc Like JuncType OR OR AND AND
null
{"directed":true,"nodes":[{"nsPrefix":"update","nsURI":"http://www.update.it.is/v1.0/beta","name":"update","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateSurface","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkField","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputInstalment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrepareList","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionInstalment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableSelection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationSelect","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerjoinRels","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftOuterJoinRels","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightOuterJoinRels","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullOuterJoinRels","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationSelectOperationType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationSelectType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortInstalment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldSPointer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyTable","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealField","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LiteralType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SortType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputDef","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputStringDef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputIntDef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputDateDef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBitsDef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFloatDef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallSurfaceQuery","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtype","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractConditionElement","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootJunction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JuncRelationship","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionLink","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualLink","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanLink","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEqualThanLink","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerThanLink","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerEqualThanLink","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InLink","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeLink","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JuncType","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputInstalment","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":true,"unsettable":false,"transient":false,"unique":true,"name":"prepareList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableInstalment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortInstalment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereInstalment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lfs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"funcs","changeable":true,"resolveProxies":true,"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":"name","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":"description","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":"associatedClass","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":"userName","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"ASSIGN","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ASSIGN","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":81,"derived":false},{"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":"linkf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Input","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Input","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"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":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"PreparedItems","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"PreparedItems","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Where","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Where","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"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":"parts","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"TableSelection","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TableSelection","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"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":"tables","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":"rels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opType","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"InnerJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"LeftOuterJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"RightOuterJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"FullOuterJoin","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"EQUAL","id":124,"value":0,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER","id":125,"value":1,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"GEREATER_EQUAL","id":126,"value":2,"literal":"GEREATER_EQUAL","eClass":"EEnumLiteral"},{"name":"LOWER","id":127,"value":3,"literal":"LOWER","eClass":"EEnumLiteral"},{"name":"LOWER_EQUAL","id":128,"value":4,"literal":"LOWER_EQUAL","eClass":"EEnumLiteral"},{"name":"InnerJoin","id":129,"value":0,"literal":"InnerJoin","eClass":"EEnumLiteral"},{"name":"LeftOuterJoin","id":130,"value":1,"literal":"LeftOuterJoin","eClass":"EEnumLiteral"},{"name":"RightOuterJoin","id":131,"value":2,"literal":"RightOuterJoin","eClass":"EEnumLiteral"},{"name":"FullOuterJoin","id":132,"value":3,"literal":"FullOuterJoin","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"Sorted","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Sorted","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"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":"pointers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"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":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fakes","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"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":"listable","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":"column_name","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"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":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table_ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distict","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"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":"listable","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distict","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"},{"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":181,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ltype","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"STRING","id":186,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"INT","id":187,"value":1,"literal":"INT","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":188,"value":2,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"DATE","id":189,"value":3,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"BITS","id":190,"value":4,"literal":"BITS","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":false,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"funcDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"name":"ASC","id":201,"value":0,"literal":"ASC","eClass":"EEnumLiteral"},{"name":"DESC","id":202,"value":1,"literal":"DESC","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":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returntype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"listable","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"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"surfaceName","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"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":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":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":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"relates","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"relates","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":0,"iD":false,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"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":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Term","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Term","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":false,"lowerBound":0,"iD":false,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"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":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"=","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"=","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":">","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":">","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":">=","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":">=","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"<","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"<=","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<=","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"In","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"In","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Like","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Like","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":false,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"name":"OR","id":280,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"AND","id":281,"value":1,"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":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":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":51,"target":3},{"source":51,"target":65},{"source":51,"target":1},{"source":65,"target":3},{"source":52,"target":4},{"source":52,"target":66},{"source":52,"target":1},{"source":66,"target":4},{"source":53,"target":6},{"source":53,"target":67},{"source":53,"target":1},{"source":67,"target":6},{"source":54,"target":14},{"source":54,"target":68},{"source":54,"target":1},{"source":68,"target":14},{"source":55,"target":5},{"source":55,"target":69},{"source":55,"target":1},{"source":69,"target":5},{"source":56,"target":2},{"source":56,"target":70},{"source":56,"target":1},{"source":70,"target":2},{"source":57,"target":35},{"source":57,"target":71},{"source":57,"target":1},{"source":71,"target":35},{"source":58,"target":26},{"source":58,"target":72},{"source":58,"target":1},{"source":72,"target":26},{"source":59,"target":73},{"source":59,"target":1},{"source":60,"target":74},{"source":60,"target":1},{"source":61,"target":75},{"source":61,"target":1},{"source":62,"target":76},{"source":62,"target":1},{"source":63,"target":77},{"source":63,"target":1},{"source":64,"target":78},{"source":64,"target":1},{"source":2,"target":0},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":79,"target":20},{"source":79,"target":82},{"source":79,"target":2},{"source":79,"target":83},{"source":82,"target":20},{"source":80,"target":18},{"source":80,"target":84},{"source":80,"target":2},{"source":84,"target":18},{"source":81,"target":85},{"source":81,"target":2},{"source":3,"target":0},{"source":3,"target":86},{"source":3,"target":87},{"source":86,"target":88},{"source":86,"target":3},{"source":87,"target":28},{"source":87,"target":89},{"source":87,"target":3},{"source":89,"target":28},{"source":4,"target":0},{"source":4,"target":90},{"source":4,"target":91},{"source":90,"target":92},{"source":90,"target":4},{"source":91,"target":18},{"source":91,"target":93},{"source":91,"target":4},{"source":93,"target":18},{"source":5,"target":0},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":94,"target":97},{"source":94,"target":5},{"source":95,"target":37},{"source":95,"target":98},{"source":95,"target":5},{"source":98,"target":37},{"source":96,"target":40},{"source":96,"target":99},{"source":96,"target":5},{"source":99,"target":40},{"source":6,"target":0},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":100,"target":103},{"source":100,"target":6},{"source":101,"target":17},{"source":101,"target":104},{"source":101,"target":6},{"source":104,"target":17},{"source":102,"target":7},{"source":102,"target":105},{"source":102,"target":6},{"source":105,"target":7},{"source":7,"target":0},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":106,"target":20},{"source":106,"target":109},{"source":106,"target":7},{"source":109,"target":20},{"source":107,"target":20},{"source":107,"target":110},{"source":107,"target":7},{"source":110,"target":20},{"source":108,"target":12},{"source":108,"target":111},{"source":108,"target":7},{"source":111,"target":12},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":112},{"source":8,"target":113},{"source":112,"target":13},{"source":112,"target":114},{"source":112,"target":8},{"source":114,"target":13},{"source":113,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":115},{"source":9,"target":116},{"source":115,"target":13},{"source":115,"target":117},{"source":115,"target":9},{"source":117,"target":13},{"source":116,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":118},{"source":10,"target":119},{"source":118,"target":13},{"source":118,"target":120},{"source":118,"target":10},{"source":120,"target":13},{"source":119,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":121},{"source":11,"target":122},{"source":121,"target":13},{"source":121,"target":123},{"source":121,"target":11},{"source":123,"target":13},{"source":122,"target":7},{"source":12,"target":0},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":124,"target":12},{"source":125,"target":12},{"source":126,"target":12},{"source":127,"target":12},{"source":128,"target":12},{"source":13,"target":0},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":129,"target":13},{"source":130,"target":13},{"source":131,"target":13},{"source":132,"target":13},{"source":14,"target":0},{"source":14,"target":133},{"source":14,"target":134},{"source":133,"target":135},{"source":133,"target":14},{"source":134,"target":15},{"source":134,"target":136},{"source":134,"target":14},{"source":136,"target":15},{"source":15,"target":0},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":137,"target":140},{"source":137,"target":15},{"source":138,"target":25},{"source":138,"target":141},{"source":138,"target":15},{"source":141,"target":25},{"source":139,"target":19},{"source":139,"target":142},{"source":139,"target":15},{"source":142,"target":19},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":143},{"source":17,"target":144},{"source":17,"target":145},{"source":17,"target":146},{"source":143,"target":147},{"source":143,"target":17},{"source":144,"target":148},{"source":144,"target":17},{"source":145,"target":20},{"source":145,"target":149},{"source":145,"target":17},{"source":145,"target":150},{"source":149,"target":20},{"source":146,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":151},{"source":18,"target":152},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":151,"target":35},{"source":151,"target":156},{"source":151,"target":18},{"source":156,"target":35},{"source":152,"target":36},{"source":152,"target":157},{"source":152,"target":18},{"source":157,"target":36},{"source":153,"target":158},{"source":153,"target":18},{"source":154,"target":159},{"source":154,"target":18},{"source":155,"target":16},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":160},{"source":19,"target":161},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":160,"target":165},{"source":160,"target":19},{"source":161,"target":166},{"source":161,"target":19},{"source":162,"target":17},{"source":162,"target":167},{"source":162,"target":19},{"source":167,"target":17},{"source":163,"target":168},{"source":163,"target":19},{"source":164,"target":18},{"source":20,"target":0},{"source":20,"target":169},{"source":20,"target":150},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":83},{"source":20,"target":173},{"source":169,"target":174},{"source":169,"target":20},{"source":150,"target":17},{"source":150,"target":175},{"source":150,"target":20},{"source":150,"target":145},{"source":175,"target":17},{"source":170,"target":35},{"source":170,"target":176},{"source":170,"target":20},{"source":176,"target":35},{"source":171,"target":36},{"source":171,"target":177},{"source":171,"target":20},{"source":177,"target":36},{"source":172,"target":178},{"source":172,"target":20},{"source":83,"target":2},{"source":83,"target":179},{"source":83,"target":20},{"source":83,"target":79},{"source":179,"target":2},{"source":173,"target":180},{"source":173,"target":20},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":181},{"source":21,"target":182},{"source":21,"target":183},{"source":181,"target":184},{"source":181,"target":21},{"source":182,"target":22},{"source":182,"target":185},{"source":182,"target":21},{"source":185,"target":22},{"source":183,"target":18},{"source":22,"target":0},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":22,"target":189},{"source":22,"target":190},{"source":186,"target":22},{"source":187,"target":22},{"source":188,"target":22},{"source":189,"target":22},{"source":190,"target":22},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":191},{"source":23,"target":192},{"source":191,"target":193},{"source":191,"target":23},{"source":192,"target":18},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":194},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":194,"target":198},{"source":194,"target":24},{"source":195,"target":26},{"source":195,"target":199},{"source":195,"target":24},{"source":199,"target":26},{"source":196,"target":18},{"source":196,"target":200},{"source":196,"target":24},{"source":200,"target":18},{"source":197,"target":18},{"source":25,"target":0},{"source":25,"target":201},{"source":25,"target":202},{"source":201,"target":25},{"source":202,"target":25},{"source":26,"target":0},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":203,"target":206},{"source":203,"target":26},{"source":204,"target":36},{"source":204,"target":207},{"source":204,"target":26},{"source":207,"target":36},{"source":205,"target":35},{"source":205,"target":208},{"source":205,"target":26},{"source":208,"target":35},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":209},{"source":27,"target":210},{"source":209,"target":28},{"source":209,"target":211},{"source":209,"target":27},{"source":211,"target":28},{"source":210,"target":18},{"source":28,"target":0},{"source":28,"target":212},{"source":28,"target":213},{"source":28,"target":214},{"source":212,"target":215},{"source":212,"target":28},{"source":213,"target":216},{"source":213,"target":28},{"source":214,"target":217},{"source":214,"target":28},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":218},{"source":218,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":219},{"source":219,"target":28},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":220},{"source":220,"target":28},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":221},{"source":221,"target":28},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":222},{"source":222,"target":28},{"source":34,"target":0},{"source":34,"target":24},{"source":34,"target":223},{"source":34,"target":224},{"source":223,"target":225},{"source":223,"target":34},{"source":224,"target":24},{"source":35,"target":0},{"source":35,"target":226},{"source":35,"target":227},{"source":226,"target":228},{"source":226,"target":35},{"source":227,"target":36},{"source":227,"target":229},{"source":227,"target":35},{"source":229,"target":36},{"source":36,"target":0},{"source":36,"target":230},{"source":230,"target":231},{"source":230,"target":36},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":232},{"source":38,"target":233},{"source":38,"target":234},{"source":232,"target":50},{"source":232,"target":235},{"source":232,"target":38},{"source":235,"target":50},{"source":233,"target":40},{"source":233,"target":236},{"source":233,"target":38},{"source":233,"target":237},{"source":236,"target":40},{"source":234,"target":37},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":238},{"source":238,"target":38},{"source":40,"target":0},{"source":40,"target":237},{"source":40,"target":239},{"source":40,"target":240},{"source":40,"target":241},{"source":237,"target":38},{"source":237,"target":242},{"source":237,"target":40},{"source":237,"target":233},{"source":242,"target":38},{"source":239,"target":37},{"source":239,"target":243},{"source":239,"target":40},{"source":243,"target":37},{"source":240,"target":244},{"source":240,"target":40},{"source":241,"target":245},{"source":241,"target":40},{"source":41,"target":0},{"source":41,"target":37},{"source":41,"target":246},{"source":41,"target":247},{"source":41,"target":248},{"source":41,"target":249},{"source":246,"target":18},{"source":246,"target":250},{"source":246,"target":41},{"source":250,"target":18},{"source":247,"target":251},{"source":247,"target":41},{"source":248,"target":42},{"source":248,"target":252},{"source":248,"target":41},{"source":252,"target":42},{"source":249,"target":37},{"source":42,"target":0},{"source":42,"target":253},{"source":42,"target":254},{"source":42,"target":255},{"source":253,"target":18},{"source":253,"target":256},{"source":253,"target":42},{"source":256,"target":18},{"source":254,"target":18},{"source":254,"target":257},{"source":254,"target":42},{"source":257,"target":18},{"source":255,"target":258},{"source":255,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":259},{"source":43,"target":260},{"source":259,"target":261},{"source":259,"target":43},{"source":260,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":262},{"source":44,"target":263},{"source":262,"target":264},{"source":262,"target":44},{"source":263,"target":42},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":265},{"source":45,"target":266},{"source":265,"target":267},{"source":265,"target":45},{"source":266,"target":42},{"source":46,"target":0},{"source":46,"target":42},{"source":46,"target":268},{"source":46,"target":269},{"source":268,"target":270},{"source":268,"target":46},{"source":269,"target":42},{"source":47,"target":0},{"source":47,"target":42},{"source":47,"target":271},{"source":47,"target":272},{"source":271,"target":273},{"source":271,"target":47},{"source":272,"target":42},{"source":48,"target":0},{"source":48,"target":42},{"source":48,"target":274},{"source":48,"target":275},{"source":274,"target":276},{"source":274,"target":48},{"source":275,"target":42},{"source":49,"target":0},{"source":49,"target":42},{"source":49,"target":277},{"source":49,"target":278},{"source":277,"target":279},{"source":277,"target":49},{"source":278,"target":42},{"source":50,"target":0},{"source":50,"target":280},{"source":50,"target":281},{"source":280,"target":50},{"source":281,"target":50}],"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="webCalc" nsURI="http://www.xtext.org/example/webcalc/WebCalc" nsPrefix="webCalc"> <eClassifiers xsi:type="ecore:EClass" name="Calculation"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDefinition"> <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="Definition" eSuperTypes="#//Statement #//AbstractDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFunction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//DeclaredParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredParameter" eSuperTypes="#//AbstractDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="Evaluation" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//AbstractDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/svenefftinge/xtext-lsp-workshop/org.xtext.calc.parent/org.xtext.calc/model/generated/Calculator.ecore
ecore
webCalc Calculation statements Statement expression AbstractDefinition name Definition native isFunction params DeclaredParameter Evaluation Expression FeatureCall feature args NumberLiteral value BinaryExpression left operator right UnaryExpression operator expression
null
{"directed":true,"nodes":[{"nsPrefix":"webCalc","nsURI":"http://www.xtext.org/example/webcalc/WebCalc","name":"webCalc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Calculation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"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":"native","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFunction","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":2},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":14,"target":7},{"source":14,"target":15},{"source":14,"target":2},{"source":15,"target":7},{"source":3,"target":0},{"source":3,"target":16},{"source":16,"target":17},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":18,"target":23},{"source":18,"target":4},{"source":19,"target":24},{"source":19,"target":4},{"source":20,"target":5},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":5},{"source":21,"target":2},{"source":22,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":26},{"source":26,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":27},{"source":27,"target":2},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":8},{"source":31,"target":3},{"source":29,"target":7},{"source":29,"target":32},{"source":29,"target":8},{"source":32,"target":7},{"source":30,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":33},{"source":9,"target":34},{"source":33,"target":35},{"source":33,"target":9},{"source":34,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":36},{"source":10,"target":37},{"source":10,"target":38},{"source":10,"target":39},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":10},{"source":40,"target":7},{"source":37,"target":41},{"source":37,"target":10},{"source":38,"target":7},{"source":38,"target":42},{"source":38,"target":10},{"source":42,"target":7},{"source":39,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":43,"target":46},{"source":43,"target":11},{"source":44,"target":7},{"source":44,"target":47},{"source":44,"target":11},{"source":47,"target":7},{"source":45,"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="gqam" nsURI="http://www.polarsys.org/time4sys/marte/gqam/1.0" nsPrefix="gqam"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic Quantitative Analysis Modeling"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AcquireStep" eSuperTypes="#//Step"> <eStructuralFeatures xsi:type="ecore:EReference" name="acqRes" eType="ecore:EClass grm.ecore#//Resource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resUnits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrivalPattern" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//WorkloadEvent" eOpposite="#//WorkloadEvent/pattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jitter" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phase" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorScenario" eSuperTypes="core_elements.ecore#//NamedElement #//FlowInvolvedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#//Step" containment="true" eOpposite="#//Step/scenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cause" upperBound="-1" eType="#//WorkloadEvent" eOpposite="#//WorkloadEvent/effect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStep" eType="#//Step" eOpposite="#//Step/childScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1" eType="#//PrecedenceRelation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="respTime" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bestCET" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="worstCET" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BurstPattern" eSuperTypes="#//ArrivalPattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It describes a bursty interarrival pattern with a number of events that can occur in a bounded period."/> </eAnnotations> <eOperations name="setOuterPeriod"> <eParameters name="value" lowerBound="1" eType="#//NFP_Duration"/> </eOperations> <eOperations name="setInnerPeriod"> <eParameters name="value" lowerBound="1" eType="#//NFP_Duration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInterarrival" lowerBound="1" eType="#//NFP_Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The minimum interarrival duration between two successive occurrences of a burst."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInterarrival" eType="#//NFP_Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The maximum interarrival duration between two successive occurrences of a burst."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minEventInterval" lowerBound="1" eType="#//NFP_Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The minimum interval between two event occurrences within a burst."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxEventInterval" eType="#//NFP_Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The maximum interval between two event occurrences within a burst."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="burstSize" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of event occurrences within a burst."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosedPattern" eSuperTypes="#//ArrivalPattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a TupleType that contains the parameters that are necessary to specify a closed pattern. It is characterized by a&#xA;fixed number of active or potential users or jobs that cycle between executing the scenario, and spending an external&#xA;delay period (sometimes called “think time”) outside the system, between the end of one response and the next request."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="population" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The size of the workload (number of system users)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extDelay" lowerBound="1" eType="#//NFP_Duration" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The delay between the end of one response and the start of the next for each member of the population of system&#xA;users."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationChannel" eSuperTypes="grm.ecore#//SchedulableResource"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationStep" eSuperTypes="#//Step"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgSize" eType="#//NFP_DataSize"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comRes" eType="ecore:EClass grm.ecore#//CommunicationResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConnectorKind"> <eLiterals name="Sequence"/> <eLiterals name="Branch" value="1"/> <eLiterals name="Merge" value="2"/> <eLiterals name="Fork" value="3"/> <eLiterals name="Join" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//Step"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special kind of Step that just introduce a delay without any resource consumption."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="notOnAnyTask"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="notOnAnyTask" value="self.concurRes.oclIsUndefined()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" lowerBound="1" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionStep" eSuperTypes="#//Step"/> <eClassifiers xsi:type="ecore:EClass" name="FlowInvolvedElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Flow Involved Element is a model element that is part of a functional chain, data-flow, or control-flow of interest."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="from UML 2.5"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessors" upperBound="-1" eType="#//OutputPin" eOpposite="#//OutputPin/successors"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In UML 2.5, this would be an ActivityEdge."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LatencyObserver" eSuperTypes="#//TimedObserver"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latency" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxJitter" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LaxityKind"> <eLiterals name="undef"/> <eLiterals name="hard" value="1"/> <eLiterals name="soft" value="2"/> <eLiterals name="other" value="3" literal=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="from UML 2.5"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NFP_DataSize" instanceClassName="org.polarsys.time4sys.marte.nfp.DataSize"/> <eClassifiers xsi:type="ecore:EDataType" name="NFP_Duration" instanceClassName="org.polarsys.time4sys.marte.nfp.Duration"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="from UML 2.5"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="#//ObjectNodeOrderingKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates how the tokens held by the ObjectNode are ordered for selection to traverse ActivityEdges outgoing from the ObjectNode.&#xD;&#xA;from UML 2.5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typename" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the type of the tokens that the ObjectNode hold.&#xD;&#xA;Same as UML 2.5 OCL expression: self.type.name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectNodeOrderingKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ObjectNodeOrderingKind is an enumeration indicating queuing order for offering the tokens held by an ObjectNode.&#xD;&#xA;from UML 2.5"/> </eAnnotations> <eLiterals name="UNORDERED"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that tokens are unordered."/> </eAnnotations> </eLiterals> <eLiterals name="LIFO" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that tokens are queued in a last in, first out manner."/> </eAnnotations> </eLiterals> <eLiterals name="FIFO" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that tokens are queued in a first in, first out manner."/> </eAnnotations> </eLiterals> <eLiterals name="ORDERED" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that tokens are ordered.&#xD;&#xA;ORDERED means that an algorithm exists on how to choose the order but is not LIFO nor FIFO.&#xD;&#xA;For example, it could FIFO within a priority level.&#xD;&#xA;The ObjectNode.selection attribute shall point out a procedure for that."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Once" eSuperTypes="#//ArrivalPattern"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="from UML 2.5"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="successors" upperBound="-1" eType="#//InputPin" eOpposite="#//InputPin/predecessors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicPattern" eSuperTypes="#//ArrivalPattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It describes periodic interarrival patterns, with an optional maximal deviation (jitter)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="#//NFP_Duration" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="occurences" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//MultiplicityElement core_elements.ecore#//NamedElement #//ObjectNode #//FlowInvolvedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concept is from UML 2.5 Pin"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//ArrivalPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isControl" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contrary to UML specification, default is true."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrecedenceRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is to be deprecated by ports usage."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="predec" upperBound="-1" eType="#//Step" eOpposite="#//Step/outputRel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="succes" upperBound="-1" eType="#//Step" eOpposite="#//Step/inputRel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectorKind" eType="#//ConnectorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReleaseStep" eSuperTypes="#//Step"> <eStructuralFeatures xsi:type="ecore:EReference" name="relRes" eType="ecore:EClass grm.ecore#//Resource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resUnits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequestedService" eSuperTypes="#//Step"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceServiceExcecution" eSuperTypes="#//Step"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceService" eType="ecore:EClass grm.ecore#//ResourceService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlidingWindowPattern" eSuperTypes="#//ArrivalPattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowSize" lowerBound="1" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbEvents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SporadicPattern" eSuperTypes="#//ArrivalPattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It describes a bounded pattern that is defined by a corner case interarrival times and a maximum deviation (jitter)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInterarrival" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInterarrival" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//BehaviorScenario nfp_annotation.ecore#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtomic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockingTime" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repetitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The higher the value of the priority, the higher the urgency of the step."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenario" eType="#//BehaviorScenario" eOpposite="#//BehaviorScenario/steps"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childScenario" eType="#//BehaviorScenario" eOpposite="#//BehaviorScenario/parentStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputRel" eType="#//PrecedenceRelation" eOpposite="#//PrecedenceRelation/succes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputRel" eType="#//PrecedenceRelation" eOpposite="#//PrecedenceRelation/predec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concurRes" eType="ecore:EClass grm.ecore#//SchedulableResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputPin" upperBound="-1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputPin" upperBound="-1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedObserver" eSuperTypes="nfp_annotation.ecore#//Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="laxity" upperBound="-1" eType="#//LaxityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkloadBehavior" eSuperTypes="core_elements.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" lowerBound="1" upperBound="-1" eType="#//BehaviorScenario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="demand" lowerBound="1" upperBound="-1" eType="#//WorkloadEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//Reference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkloadEvent" eSuperTypes="core_elements.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//BehaviorScenario" eOpposite="#//BehaviorScenario/cause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//ArrivalPattern" containment="true" eOpposite="#//ArrivalPattern/parent"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/polarsys/time4sys/Time4Sys/plugins/org.polarsys.time4sys.marte/model/gqam.ecore
ecore
gqam AcquireStep acqRes resUnits ArrivalPattern parent jitter phase reference BehaviorScenario steps cause root parentStep connectors respTime bestCET worstCET BurstPattern setOuterPeriod value setInnerPeriod value minInterarrival maxInterarrival minEventInterval maxEventInterval burstSize ClosedPattern population 0 extDelay 0 CommunicationChannel CommunicationStep msgSize comRes ConnectorKind Sequence Sequence Branch Branch Merge Merge Fork Fork Join Join Delay duration ExecutionStep FlowInvolvedElement InputPin predecessors LatencyObserver latency missRatio maxJitter LaxityKind undef undef hard hard soft soft other MultiplicityElement lowerBound upperBound NFP_DataSize org.polarsys.time4sys.marte.nfp.DataSize org.polarsys.time4sys.marte.nfp.DataSize NFP_Duration org.polarsys.time4sys.marte.nfp.Duration org.polarsys.time4sys.marte.nfp.Duration ObjectNode ordering typename ObjectNodeOrderingKind UNORDERED UNORDERED LIFO LIFO FIFO FIFO ORDERED ORDERED Once OutputPin successors PeriodicPattern period occurences Pin pattern isControl true PrecedenceRelation predec succes connectorKind Reference referenceName ReleaseStep relRes resUnits RequestedService ResourceServiceExcecution resourceService SlidingWindowPattern windowSize nbEvents SporadicPattern minInterarrival maxInterarrival Step isAtomic blockingTime repetitions probability priority serviceCount scenario childScenario inputRel outputRel concurRes inputPin outputPin TimedObserver laxity WorkloadBehavior behavior demand references WorkloadEvent effect pattern
null
{"directed":true,"nodes":[{"nsPrefix":"gqam","nsURI":"http://www.polarsys.org/time4sys/marte/gqam/1.0","name":"gqam","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcquireStep","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrivalPattern","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorScenario","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BurstPattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedPattern","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationChannel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationStep","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConnectorKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionStep","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowInvolvedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LatencyObserver","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LaxityKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.polarsys.time4sys.marte.nfp.DataSize","defaultValue":null,"instanceClassName":"org.polarsys.time4sys.marte.nfp.DataSize","name":"NFP_DataSize","instanceClass":null,"id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.polarsys.time4sys.marte.nfp.Duration","defaultValue":null,"instanceClassName":"org.polarsys.time4sys.marte.nfp.Duration","name":"NFP_Duration","instanceClass":null,"id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectNodeOrderingKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Once","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicPattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrecedenceRelation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseStep","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestedService","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceServiceExcecution","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlidingWindowPattern","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SporadicPattern","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedObserver","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkloadBehavior","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkloadEvent","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"acqRes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resUnits","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"jitter","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":"phase","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":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cause","changeable":true,"resolveProxies":true,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectors","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":"respTime","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":"bestCET","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":"worstCET","changeable":true,"lowerBound":0,"iD":false,"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":"scenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"effect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOuterPeriod","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setInnerPeriod","lowerBound":0,"id":71,"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":"minInterarrival","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxInterarrival","changeable":true,"lowerBound":0,"iD":false,"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":"minEventInterval","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxEventInterval","changeable":true,"lowerBound":0,"iD":false,"id":75,"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":"burstSize","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"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":"population","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"extDelay","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgSize","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comRes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"Sequence","id":98,"value":0,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Branch","id":99,"value":1,"literal":"Branch","eClass":"EEnumLiteral"},{"name":"Merge","id":100,"value":2,"literal":"Merge","eClass":"EEnumLiteral"},{"name":"Fork","id":101,"value":3,"literal":"Fork","eClass":"EEnumLiteral"},{"name":"Join","id":102,"value":4,"literal":"Join","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":"duration","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successors","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":"latency","changeable":true,"lowerBound":0,"iD":false,"id":111,"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":"missRatio","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxJitter","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"undef","id":118,"value":0,"literal":"undef","eClass":"EEnumLiteral"},{"name":"hard","id":119,"value":1,"literal":"hard","eClass":"EEnumLiteral"},{"name":"soft","id":120,"value":2,"literal":"soft","eClass":"EEnumLiteral"},{"name":"other","id":121,"value":3,"literal":"","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typename","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"name":"UNORDERED","id":130,"value":0,"literal":"UNORDERED","eClass":"EEnumLiteral"},{"name":"LIFO","id":131,"value":1,"literal":"LIFO","eClass":"EEnumLiteral"},{"name":"FIFO","id":132,"value":2,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"ORDERED","id":133,"value":3,"literal":"ORDERED","eClass":"EEnumLiteral"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occurences","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isControl","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"succes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectorKind","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputRel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputRel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceName","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relRes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resUnits","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowSize","changeable":true,"lowerBound":1,"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":"nbEvents","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minInterarrival","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":"maxInterarrival","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAtomic","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blockingTime","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repetitions","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceCount","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concurRes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputPin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputPin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"laxity","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"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":"demand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":31},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":35,"target":38},{"source":35,"target":1},{"source":36,"target":39},{"source":36,"target":1},{"source":37,"target":31},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":40,"target":34},{"source":40,"target":44},{"source":40,"target":2},{"source":40,"target":45},{"source":44,"target":34},{"source":41,"target":17},{"source":41,"target":46},{"source":41,"target":2},{"source":46,"target":17},{"source":42,"target":17},{"source":42,"target":47},{"source":42,"target":2},{"source":47,"target":17},{"source":43,"target":25},{"source":43,"target":48},{"source":43,"target":2},{"source":48,"target":25},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":49,"target":31},{"source":49,"target":59},{"source":49,"target":3},{"source":49,"target":60},{"source":59,"target":31},{"source":50,"target":34},{"source":50,"target":61},{"source":50,"target":3},{"source":50,"target":62},{"source":61,"target":34},{"source":51,"target":31},{"source":51,"target":63},{"source":51,"target":3},{"source":63,"target":31},{"source":52,"target":31},{"source":52,"target":64},{"source":52,"target":3},{"source":52,"target":65},{"source":64,"target":31},{"source":53,"target":24},{"source":53,"target":66},{"source":53,"target":3},{"source":66,"target":24},{"source":54,"target":17},{"source":54,"target":67},{"source":54,"target":3},{"source":67,"target":17},{"source":55,"target":17},{"source":55,"target":68},{"source":55,"target":3},{"source":68,"target":17},{"source":56,"target":17},{"source":56,"target":69},{"source":56,"target":3},{"source":69,"target":17},{"source":58,"target":11},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":70,"target":4},{"source":70,"target":78},{"source":78,"target":17},{"source":78,"target":79},{"source":78,"target":70},{"source":79,"target":17},{"source":71,"target":4},{"source":71,"target":80},{"source":80,"target":17},{"source":80,"target":81},{"source":80,"target":71},{"source":81,"target":17},{"source":72,"target":17},{"source":72,"target":82},{"source":72,"target":4},{"source":82,"target":17},{"source":73,"target":17},{"source":73,"target":83},{"source":73,"target":4},{"source":83,"target":17},{"source":74,"target":17},{"source":74,"target":84},{"source":74,"target":4},{"source":84,"target":17},{"source":75,"target":17},{"source":75,"target":85},{"source":75,"target":4},{"source":85,"target":17},{"source":76,"target":86},{"source":76,"target":4},{"source":77,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":87,"target":90},{"source":87,"target":5},{"source":88,"target":17},{"source":88,"target":91},{"source":88,"target":5},{"source":91,"target":17},{"source":89,"target":2},{"source":6,"target":0},{"source":6,"target":92},{"source":7,"target":0},{"source":7,"target":31},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":93,"target":16},{"source":93,"target":96},{"source":93,"target":7},{"source":96,"target":16},{"source":94,"target":97},{"source":94,"target":7},{"source":95,"target":31},{"source":8,"target":0},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":98,"target":8},{"source":99,"target":8},{"source":100,"target":8},{"source":101,"target":8},{"source":102,"target":8},{"source":9,"target":0},{"source":9,"target":31},{"source":9,"target":103},{"source":9,"target":104},{"source":103,"target":17},{"source":103,"target":105},{"source":103,"target":9},{"source":105,"target":17},{"source":104,"target":31},{"source":10,"target":0},{"source":10,"target":31},{"source":10,"target":106},{"source":106,"target":31},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":23},{"source":12,"target":107},{"source":12,"target":108},{"source":107,"target":21},{"source":107,"target":109},{"source":107,"target":12},{"source":107,"target":110},{"source":109,"target":21},{"source":108,"target":23},{"source":13,"target":0},{"source":13,"target":32},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":111,"target":17},{"source":111,"target":115},{"source":111,"target":13},{"source":115,"target":17},{"source":112,"target":116},{"source":112,"target":13},{"source":113,"target":17},{"source":113,"target":117},{"source":113,"target":13},{"source":117,"target":17},{"source":114,"target":32},{"source":14,"target":0},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":118,"target":14},{"source":119,"target":14},{"source":120,"target":14},{"source":121,"target":14},{"source":15,"target":0},{"source":15,"target":122},{"source":15,"target":123},{"source":122,"target":124},{"source":122,"target":15},{"source":123,"target":125},{"source":123,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":19},{"source":126,"target":128},{"source":126,"target":18},{"source":128,"target":19},{"source":127,"target":129},{"source":127,"target":18},{"source":19,"target":0},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":19,"target":133},{"source":130,"target":19},{"source":131,"target":19},{"source":132,"target":19},{"source":133,"target":19},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":134},{"source":134,"target":2},{"source":21,"target":0},{"source":21,"target":23},{"source":21,"target":110},{"source":21,"target":135},{"source":110,"target":12},{"source":110,"target":136},{"source":110,"target":21},{"source":110,"target":107},{"source":136,"target":12},{"source":135,"target":23},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":137},{"source":22,"target":138},{"source":22,"target":139},{"source":137,"target":17},{"source":137,"target":140},{"source":137,"target":22},{"source":140,"target":17},{"source":138,"target":141},{"source":138,"target":22},{"source":139,"target":2},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":18},{"source":23,"target":11},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":23,"target":146},{"source":23,"target":147},{"source":142,"target":2},{"source":142,"target":148},{"source":142,"target":23},{"source":148,"target":2},{"source":143,"target":149},{"source":143,"target":23},{"source":144,"target":15},{"source":146,"target":18},{"source":147,"target":11},{"source":24,"target":0},{"source":24,"target":150},{"source":24,"target":151},{"source":24,"target":152},{"source":150,"target":31},{"source":150,"target":153},{"source":150,"target":24},{"source":150,"target":154},{"source":153,"target":31},{"source":151,"target":31},{"source":151,"target":155},{"source":151,"target":24},{"source":151,"target":156},{"source":155,"target":31},{"source":152,"target":8},{"source":152,"target":157},{"source":152,"target":24},{"source":157,"target":8},{"source":25,"target":0},{"source":25,"target":158},{"source":158,"target":159},{"source":158,"target":25},{"source":26,"target":0},{"source":26,"target":31},{"source":26,"target":160},{"source":26,"target":161},{"source":26,"target":162},{"source":160,"target":163},{"source":160,"target":26},{"source":161,"target":164},{"source":161,"target":26},{"source":162,"target":31},{"source":27,"target":0},{"source":27,"target":31},{"source":27,"target":165},{"source":165,"target":31},{"source":28,"target":0},{"source":28,"target":31},{"source":28,"target":166},{"source":28,"target":167},{"source":166,"target":168},{"source":166,"target":28},{"source":167,"target":31},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":169},{"source":29,"target":170},{"source":29,"target":171},{"source":169,"target":17},{"source":169,"target":172},{"source":169,"target":29},{"source":172,"target":17},{"source":170,"target":173},{"source":170,"target":29},{"source":171,"target":2},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":174},{"source":30,"target":175},{"source":30,"target":176},{"source":174,"target":17},{"source":174,"target":177},{"source":174,"target":30},{"source":177,"target":17},{"source":175,"target":17},{"source":175,"target":178},{"source":175,"target":30},{"source":178,"target":17},{"source":176,"target":2},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":179},{"source":31,"target":180},{"source":31,"target":181},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":60},{"source":31,"target":65},{"source":31,"target":156},{"source":31,"target":154},{"source":31,"target":185},{"source":31,"target":186},{"source":31,"target":187},{"source":31,"target":188},{"source":31,"target":189},{"source":179,"target":190},{"source":179,"target":31},{"source":180,"target":17},{"source":180,"target":191},{"source":180,"target":31},{"source":191,"target":17},{"source":181,"target":192},{"source":181,"target":31},{"source":182,"target":193},{"source":182,"target":31},{"source":183,"target":194},{"source":183,"target":31},{"source":184,"target":195},{"source":184,"target":31},{"source":60,"target":3},{"source":60,"target":196},{"source":60,"target":31},{"source":60,"target":49},{"source":196,"target":3},{"source":65,"target":3},{"source":65,"target":197},{"source":65,"target":31},{"source":65,"target":52},{"source":197,"target":3},{"source":156,"target":24},{"source":156,"target":198},{"source":156,"target":31},{"source":156,"target":151},{"source":198,"target":24},{"source":154,"target":24},{"source":154,"target":199},{"source":154,"target":31},{"source":154,"target":150},{"source":199,"target":24},{"source":185,"target":200},{"source":185,"target":31},{"source":186,"target":12},{"source":186,"target":201},{"source":186,"target":31},{"source":201,"target":12},{"source":187,"target":21},{"source":187,"target":202},{"source":187,"target":31},{"source":202,"target":21},{"source":188,"target":3},{"source":32,"target":0},{"source":32,"target":203},{"source":32,"target":204},{"source":203,"target":14},{"source":203,"target":205},{"source":203,"target":32},{"source":205,"target":14},{"source":33,"target":0},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":206,"target":3},{"source":206,"target":210},{"source":206,"target":33},{"source":210,"target":3},{"source":207,"target":34},{"source":207,"target":211},{"source":207,"target":33},{"source":211,"target":34},{"source":208,"target":25},{"source":208,"target":212},{"source":208,"target":33},{"source":212,"target":25},{"source":34,"target":0},{"source":34,"target":62},{"source":34,"target":45},{"source":34,"target":213},{"source":62,"target":3},{"source":62,"target":214},{"source":62,"target":34},{"source":62,"target":50},{"source":214,"target":3},{"source":45,"target":2},{"source":45,"target":215},{"source":45,"target":34},{"source":45,"target":40},{"source":215,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="baseCST" nsURI="http://www.eclipse.org/ocl/3.1.0/BaseCST" nsPrefix="baseCST"> <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"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AnnotationCS" eSuperTypes="#//AnnotationElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedContent" upperBound="-1" eType="#//ModelElementCS" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReference" upperBound="-1" eType="#//ModelElementRefCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationElementCS" abstract="true" eSuperTypes="#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDetail" upperBound="-1" eType="#//DetailCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCS" eSuperTypes="#//StructuralFeatureCS"/> <eClassifiers xsi:type="ecore:EClass" name="ClassCS" eSuperTypes="#//ClassifierCS #//NamespaceCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSuperType" upperBound="-1" eType="#//TypedRefCS" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//OperationCS" containment="true" resolveProxies="false" eOpposite="#//OperationCS/owningClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" upperBound="-1" eType="#//StructuralFeatureCS" containment="true" resolveProxies="false" eOpposite="#//StructuralFeatureCS/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMetaType" eType="#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierCS" abstract="true" eSuperTypes="#//NamedElementCS #//TypeCS #//TemplateableElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//PackageCS" eOpposite="#//PackageCS/ownedType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConstraint" upperBound="-1" eType="#//ConstraintCS" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintCS" eSuperTypes="#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//SpecificationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageSpecification" eType="#//SpecificationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTypeCS" eSuperTypes="#//ClassifierCS #//NamespaceCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//EnumerationLiteralCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetailCS" eSuperTypes="#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentationCS" eSuperTypes="#//AnnotationElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementCS" abstract="true" eSuperTypes="#//VisitableCS"> <eOperations name="getDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalParent" eType="#//ElementCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementRefCS" abstract="true" eSuperTypes="#//PivotableElementCS"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationCS" eSuperTypes="#//ClassifierCS #//NamespaceCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="ocl::Enumeration {&#xA;&#x9;&#x9;&#x9;&#x9;name = name,&#xA;&#x9;&#x9;&#x9;&#x9;ownedLiteral = ownedLiterals.ast()&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiterals" upperBound="-1" eType="#//EnumerationLiteralCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteralCS" eSuperTypes="#//NamedElementCS"> <eOperations name="ast" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="ocl::EnumerationLiteral {&#xA;&#x9;&#x9;&#x9;&#x9;name = name&#xA;&#x9;&#x9;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCS" abstract="true" interface="true" eSuperTypes="#//TypedElementCS"/> <eClassifiers xsi:type="ecore:EClass" name="ImportCS" eSuperTypes="#//NamespaceCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Namespace" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaTypeCS" eSuperTypes="#//TypedRefCS #//TemplateableElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedContextType" eType="#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterType" upperBound="-1" eType="#//TypedRefCS" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedResultType" eType="#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryCS" eSuperTypes="#//NamespaceCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementCS" abstract="true" eSuperTypes="#//PivotableElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnotation" upperBound="-1" eType="#//AnnotationElementCS" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalXmiId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="csi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementRefCS" eSuperTypes="#//ElementRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityBoundsCS" eSuperTypes="#//MultiplicityCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityCS" abstract="true" interface="true" eSuperTypes="#//ElementCS"> <eOperations name="getLower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getUpper" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityStringCS" eSuperTypes="#//MultiplicityCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringBounds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElementCS" abstract="true" eSuperTypes="#//ModelElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceCS" abstract="true" interface="true" eSuperTypes="#//NamedElementCS"/> <eClassifiers xsi:type="ecore:EClass" name="OperationCS" eSuperTypes="#//FeatureCS #//TemplateableElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//ClassCS" eOpposite="#//ClassCS/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//ParameterCS" containment="true" resolveProxies="false" eOpposite="#//ParameterCS/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedException" upperBound="-1" eType="#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrecondition" upperBound="-1" eType="#//ConstraintCS" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPostcondition" upperBound="-1" eType="#//ConstraintCS" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBodyExpression" upperBound="-1" eType="#//SpecificationCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageCS" eSuperTypes="#//NamespaceCS"> <eOperations name="getClassifier" eType="#//ClassifierCS"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="#//ClassifierCS" containment="true" eOpposite="#//ClassifierCS/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNestedPackage" upperBound="-1" eType="#//PackageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterCS" eSuperTypes="#//TypedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//OperationCS" eOpposite="#//OperationCS/ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathElementCS" eSuperTypes="#//ElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Pivotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" lowerBound="1" eType="#//PathNameCS" eOpposite="#//PathNameCS/path"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathElementWithURICS" eSuperTypes="#//PathElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathNameCS" eSuperTypes="#//ElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Pivotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" upperBound="-1" eType="#//PathElementCS" containment="true" resolveProxies="false" eOpposite="#//PathElementCS/pathName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//ElementCS" transient="true" unsettable="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeFilter" eType="#//ScopeFilter" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PivotableElementCS" abstract="true" eSuperTypes="#//ElementCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Pivotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="pivot" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeRefCS" eSuperTypes="#//TypedRefCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceCS" eSuperTypes="#//StructuralFeatureCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootCS" abstract="true" interface="true" eSuperTypes="#//ModelElementCS"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TestConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="TestConstraint" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedImport" upperBound="-1" eType="#//ImportCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLibrary" upperBound="-1" eType="#//LibraryCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootPackageCS" eSuperTypes="#//PackageCS #//RootCS"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TestConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="TestConstraint" value="true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificationCS" eSuperTypes="#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exprString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureCS" abstract="true" eSuperTypes="#//FeatureCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//ClassCS" eOpposite="#//ClassCS/ownedProperty"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDefaultExpression" upperBound="-1" eType="#//SpecificationCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBindingCS" eSuperTypes="#//ElementRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateBindableElement" eType="#//TypedTypeRefCS" eOpposite="#//TypedTypeRefCS/ownedTemplateBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterSubstitution" upperBound="-1" eType="#//TemplateParameterSubstitutionCS" containment="true" eOpposite="#//TemplateParameterSubstitutionCS/owningTemplateBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterCS" abstract="true" eSuperTypes="#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateSignature" lowerBound="1" eType="#//TemplateSignatureCS" eOpposite="#//TemplateSignatureCS/ownedTemplateParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitutionCS" eSuperTypes="#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateBinding" eType="#//TemplateBindingCS" eOpposite="#//TemplateBindingCS/ownedParameterSubstitution"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedActualParameter" eType="#//TypeRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignatureCS" eSuperTypes="#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateElement" eType="#//TemplateableElementCS" eOpposite="#//TemplateableElementCS/ownedTemplateSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateParameter" upperBound="-1" eType="#//TemplateParameterCS" containment="true" eOpposite="#//TemplateParameterCS/owningTemplateSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElementCS" abstract="true" interface="true" eSuperTypes="#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateSignature" eType="#//TemplateSignatureCS" containment="true" eOpposite="#//TemplateSignatureCS/owningTemplateElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePartCS" eSuperTypes="#//TypedElementCS"/> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeCS" eSuperTypes="#//TypedRefCS ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//TuplePartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeCS" abstract="true" interface="true" eSuperTypes="#//ModelElementCS"/> <eClassifiers xsi:type="ecore:EClass" name="TypeParameterCS" eSuperTypes="#//TemplateParameterCS #//TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtends" upperBound="-1" eType="#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSuper" eType="#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRefCS" abstract="true" eSuperTypes="#//ElementRefCS"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElementCS" abstract="true" eSuperTypes="#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedRefCS" abstract="true" eSuperTypes="#//TypeRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//MultiplicityCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedTypeRefCS" eSuperTypes="#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Type" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateBinding" eType="#//TemplateBindingCS" containment="true" eOpposite="#//TemplateBindingCS/owningTemplateBindableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisitableCS" instanceClassName="org.eclipse.ocl.examples.xtext.base.util.VisitableCS" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="WildcardTypeRefCS" eSuperTypes="#//TypeRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IteratorKind"> <eLiterals name="Parameter"/> <eLiterals name="Iterator"/> <eLiterals name="Accumulator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ScopeFilter" instanceClassName="org.eclipse.ocl.examples.pivot.scoping.ScopeFilter"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/BaseCST.ecore
ecore
baseCST AnnotationCS ownedContent ownedReference AnnotationElementCS ownedDetail AttributeCS ClassCS ownedSuperType ownedOperation ownedProperty ownedMetaType ClassifierCS owner instanceClassName ownedConstraint qualifier ConstraintCS stereotype specification messageSpecification DataTypeCS literals DetailCS value DocumentationCS value ElementCS getDescription logicalParent ElementRefCS EnumerationCS ast ownedLiterals EnumerationLiteralCS ast value FeatureCS ImportCS pathName namespace all false LambdaTypeCS name ownedContextType ownedParameterType ownedResultType LibraryCS package ModelElementCS ownedAnnotation originalXmiId csi ModelElementRefCS pathName element MultiplicityBoundsCS lowerBound 1 upperBound MultiplicityCS getLower getUpper MultiplicityStringCS stringBounds 1 NamedElementCS name NamespaceCS OperationCS owningClass ownedParameter ownedException ownedPrecondition ownedPostcondition ownedBodyExpression PackageCS getClassifier name ownedType ownedNestedPackage nsPrefix nsURI ParameterCS owner PathElementCS pathName element elementType PathElementWithURICS uri PathNameCS path element context scopeFilter PivotableElementCS pivot PrimitiveTypeRefCS name ReferenceCS opposite keys RootCS ownedImport ownedLibrary RootPackageCS SpecificationCS exprString StructuralFeatureCS owner default ownedDefaultExpression TemplateBindingCS owningTemplateBindableElement ownedParameterSubstitution TemplateParameterCS owningTemplateSignature TemplateParameterSubstitutionCS owningTemplateBinding ownedActualParameter TemplateSignatureCS owningTemplateElement ownedTemplateParameter TemplateableElementCS ownedTemplateSignature TuplePartCS TupleTypeCS name ownedParts TypeCS TypeParameterCS ownedExtends ownedSuper TypeRefCS TypedElementCS ownedType qualifier optional TypedRefCS multiplicity TypedTypeRefCS pathName type ownedTemplateBinding VisitableCS org.eclipse.ocl.examples.xtext.base.util.VisitableCS org.eclipse.ocl.examples.xtext.base.util.VisitableCS WildcardTypeRefCS extends super IteratorKind Parameter Parameter Iterator Iterator Accumulator Accumulator ScopeFilter org.eclipse.ocl.examples.pivot.scoping.ScopeFilter org.eclipse.ocl.examples.pivot.scoping.ScopeFilter
null
{"directed":true,"nodes":[{"nsPrefix":"baseCST","nsURI":"http://www.eclipse.org/ocl/3.1.0/BaseCST","name":"baseCST","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationCS","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationElementCS","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierCS","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetailCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementCS","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementRefCS","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteralCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCS","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaTypeCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementCS","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementRefCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityBoundsCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityCS","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityStringCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElementCS","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceCS","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElementCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElementWithURICS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotableElementCS","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeRefCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootCS","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootPackageCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificationCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureCS","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBindingCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterCS","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitutionCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignatureCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElementCS","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePartCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCS","instanceClass":null,"abstract":true,"id":45,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameterCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRefCS","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElementCS","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedRefCS","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedTypeRefCS","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.xtext.base.util.VisitableCS","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.xtext.base.util.VisitableCS","name":"VisitableCS","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardTypeRefCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IteratorKind","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.scoping.ScopeFilter","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.scoping.ScopeFilter","name":"ScopeFilter","instanceClass":null,"id":54,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedContent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReference","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDetail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"ownedSuperType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMetaType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConstraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"logicalParent","changeable":false,"resolveProxies":false,"lowerBound":0,"id":106,"derived":true},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":111,"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":"ownedLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ast","lowerBound":1,"id":117,"many":false,"required":true,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"namespace","changeable":false,"resolveProxies":false,"lowerBound":0,"id":124,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedContextType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedResultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"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":"ownedAnnotation","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"originalXmiId","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":true,"unique":true,"name":"csi","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":false,"resolveProxies":false,"lowerBound":0,"id":152,"derived":true},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":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":"upperBound","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,"unique":true,"name":"getLower","lowerBound":1,"id":161,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUpper","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EOperation"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"stringBounds","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"container":false,"ordered":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":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPrecondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPostcondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBodyExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifier","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedNestedPackage","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":"nsPrefix","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":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":false,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":false,"resolveProxies":true,"lowerBound":1,"id":214,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"scopeFilter","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"pivot","changeable":true,"resolveProxies":false,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":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":231,"derived":false},{"container":false,"ordered":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":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exprString","changeable":true,"lowerBound":0,"iD":false,"id":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":"default","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDefaultExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateBindableElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterSubstitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateSignature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedActualParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplateSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSuper","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"lowerBound":0,"id":300,"derived":true},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"name":"Parameter","id":310,"value":0,"literal":"Parameter","eClass":"EEnumLiteral"},{"name":"Iterator","id":311,"value":0,"literal":"Iterator","eClass":"EEnumLiteral"},{"name":"Accumulator","id":312,"value":0,"literal":"Accumulator","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":55,"target":18},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":18},{"source":56,"target":19},{"source":56,"target":59},{"source":56,"target":1},{"source":59,"target":19},{"source":57,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":60},{"source":2,"target":61},{"source":60,"target":8},{"source":60,"target":62},{"source":60,"target":2},{"source":62,"target":8},{"source":61,"target":23},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":63},{"source":63,"target":37},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":24},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":64,"target":49},{"source":64,"target":70},{"source":64,"target":4},{"source":70,"target":49},{"source":65,"target":25},{"source":65,"target":71},{"source":65,"target":4},{"source":65,"target":72},{"source":71,"target":25},{"source":66,"target":37},{"source":66,"target":73},{"source":66,"target":4},{"source":66,"target":74},{"source":73,"target":37},{"source":67,"target":49},{"source":67,"target":75},{"source":67,"target":4},{"source":75,"target":49},{"source":68,"target":5},{"source":69,"target":24},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":45},{"source":5,"target":42},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":76,"target":26},{"source":76,"target":83},{"source":76,"target":5},{"source":76,"target":84},{"source":83,"target":26},{"source":77,"target":85},{"source":77,"target":5},{"source":78,"target":6},{"source":78,"target":86},{"source":78,"target":5},{"source":86,"target":6},{"source":79,"target":87},{"source":79,"target":5},{"source":80,"target":23},{"source":81,"target":45},{"source":82,"target":42},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":88,"target":92},{"source":88,"target":6},{"source":89,"target":36},{"source":89,"target":93},{"source":89,"target":6},{"source":93,"target":36},{"source":90,"target":36},{"source":90,"target":94},{"source":90,"target":6},{"source":94,"target":36},{"source":91,"target":23},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":24},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":95,"target":13},{"source":95,"target":98},{"source":95,"target":7},{"source":98,"target":13},{"source":96,"target":5},{"source":97,"target":24},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":99},{"source":8,"target":100},{"source":99,"target":101},{"source":99,"target":8},{"source":100,"target":23},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":102},{"source":9,"target":103},{"source":102,"target":104},{"source":102,"target":9},{"source":103,"target":2},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":105,"target":108},{"source":105,"target":10},{"source":106,"target":10},{"source":106,"target":109},{"source":106,"target":10},{"source":109,"target":10},{"source":107,"target":51},{"source":11,"target":0},{"source":11,"target":31},{"source":11,"target":110},{"source":110,"target":31},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":24},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":111,"target":115},{"source":111,"target":12},{"source":112,"target":13},{"source":112,"target":116},{"source":112,"target":12},{"source":116,"target":13},{"source":113,"target":5},{"source":114,"target":24},{"source":13,"target":0},{"source":13,"target":23},{"source":13,"target":117},{"source":13,"target":118},{"source":13,"target":119},{"source":117,"target":120},{"source":117,"target":13},{"source":118,"target":121},{"source":118,"target":13},{"source":119,"target":23},{"source":14,"target":0},{"source":14,"target":48},{"source":14,"target":122},{"source":122,"target":48},{"source":15,"target":0},{"source":15,"target":24},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":123,"target":30},{"source":123,"target":127},{"source":123,"target":15},{"source":127,"target":30},{"source":124,"target":128},{"source":124,"target":15},{"source":125,"target":129},{"source":125,"target":15},{"source":126,"target":24},{"source":16,"target":0},{"source":16,"target":49},{"source":16,"target":42},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":16,"target":136},{"source":130,"target":137},{"source":130,"target":16},{"source":131,"target":49},{"source":131,"target":138},{"source":131,"target":16},{"source":138,"target":49},{"source":132,"target":49},{"source":132,"target":139},{"source":132,"target":16},{"source":139,"target":49},{"source":133,"target":49},{"source":133,"target":140},{"source":133,"target":16},{"source":140,"target":49},{"source":134,"target":49},{"source":135,"target":42},{"source":17,"target":0},{"source":17,"target":24},{"source":17,"target":141},{"source":17,"target":142},{"source":141,"target":143},{"source":141,"target":17},{"source":142,"target":24},{"source":18,"target":0},{"source":18,"target":31},{"source":18,"target":144},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":144,"target":2},{"source":144,"target":148},{"source":144,"target":18},{"source":148,"target":2},{"source":145,"target":149},{"source":145,"target":18},{"source":146,"target":150},{"source":146,"target":18},{"source":147,"target":31},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":151,"target":30},{"source":151,"target":154},{"source":151,"target":19},{"source":154,"target":30},{"source":152,"target":155},{"source":152,"target":19},{"source":153,"target":11},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":156},{"source":20,"target":157},{"source":20,"target":158},{"source":156,"target":159},{"source":156,"target":20},{"source":157,"target":160},{"source":157,"target":20},{"source":158,"target":21},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":161},{"source":21,"target":162},{"source":21,"target":163},{"source":161,"target":164},{"source":161,"target":21},{"source":162,"target":165},{"source":162,"target":21},{"source":163,"target":10},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":166},{"source":22,"target":167},{"source":166,"target":168},{"source":166,"target":22},{"source":167,"target":21},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":169},{"source":23,"target":170},{"source":23,"target":171},{"source":169,"target":172},{"source":169,"target":23},{"source":170,"target":18},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":173},{"source":173,"target":23},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":42},{"source":25,"target":72},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":25,"target":177},{"source":25,"target":178},{"source":25,"target":179},{"source":25,"target":180},{"source":72,"target":4},{"source":72,"target":181},{"source":72,"target":25},{"source":72,"target":65},{"source":181,"target":4},{"source":174,"target":27},{"source":174,"target":182},{"source":174,"target":25},{"source":174,"target":183},{"source":182,"target":27},{"source":175,"target":49},{"source":175,"target":184},{"source":175,"target":25},{"source":184,"target":49},{"source":176,"target":6},{"source":176,"target":185},{"source":176,"target":25},{"source":185,"target":6},{"source":177,"target":6},{"source":177,"target":186},{"source":177,"target":25},{"source":186,"target":6},{"source":178,"target":36},{"source":178,"target":187},{"source":178,"target":25},{"source":187,"target":36},{"source":179,"target":14},{"source":180,"target":42},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":188},{"source":26,"target":84},{"source":26,"target":189},{"source":26,"target":190},{"source":26,"target":191},{"source":26,"target":192},{"source":188,"target":5},{"source":188,"target":193},{"source":188,"target":26},{"source":188,"target":194},{"source":193,"target":5},{"source":194,"target":195},{"source":194,"target":188},{"source":84,"target":5},{"source":84,"target":196},{"source":84,"target":26},{"source":84,"target":76},{"source":196,"target":5},{"source":189,"target":26},{"source":189,"target":197},{"source":189,"target":26},{"source":197,"target":26},{"source":190,"target":198},{"source":190,"target":26},{"source":191,"target":199},{"source":191,"target":26},{"source":192,"target":24},{"source":27,"target":0},{"source":27,"target":48},{"source":27,"target":183},{"source":27,"target":200},{"source":183,"target":25},{"source":183,"target":201},{"source":183,"target":27},{"source":183,"target":174},{"source":201,"target":25},{"source":200,"target":48},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":202},{"source":28,"target":203},{"source":28,"target":204},{"source":28,"target":205},{"source":28,"target":206},{"source":202,"target":30},{"source":202,"target":207},{"source":202,"target":28},{"source":202,"target":208},{"source":207,"target":30},{"source":203,"target":209},{"source":203,"target":28},{"source":204,"target":210},{"source":204,"target":28},{"source":205,"target":10},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":211},{"source":29,"target":212},{"source":211,"target":213},{"source":211,"target":29},{"source":212,"target":28},{"source":30,"target":0},{"source":30,"target":10},{"source":30,"target":208},{"source":30,"target":214},{"source":30,"target":215},{"source":30,"target":216},{"source":30,"target":217},{"source":30,"target":218},{"source":208,"target":28},{"source":208,"target":219},{"source":208,"target":30},{"source":208,"target":202},{"source":219,"target":28},{"source":214,"target":220},{"source":214,"target":30},{"source":215,"target":10},{"source":215,"target":221},{"source":215,"target":30},{"source":221,"target":10},{"source":216,"target":54},{"source":216,"target":222},{"source":216,"target":30},{"source":222,"target":54},{"source":217,"target":10},{"source":31,"target":0},{"source":31,"target":10},{"source":31,"target":223},{"source":31,"target":224},{"source":31,"target":225},{"source":223,"target":226},{"source":223,"target":31},{"source":224,"target":10},{"source":32,"target":0},{"source":32,"target":49},{"source":32,"target":227},{"source":32,"target":228},{"source":32,"target":229},{"source":227,"target":230},{"source":227,"target":32},{"source":228,"target":49},{"source":33,"target":0},{"source":33,"target":37},{"source":33,"target":231},{"source":33,"target":232},{"source":33,"target":233},{"source":231,"target":234},{"source":231,"target":33},{"source":232,"target":235},{"source":232,"target":33},{"source":233,"target":37},{"source":34,"target":0},{"source":34,"target":18},{"source":34,"target":236},{"source":34,"target":237},{"source":34,"target":238},{"source":236,"target":15},{"source":236,"target":239},{"source":236,"target":34},{"source":239,"target":15},{"source":237,"target":17},{"source":237,"target":240},{"source":237,"target":34},{"source":240,"target":17},{"source":238,"target":18},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":34},{"source":35,"target":241},{"source":35,"target":242},{"source":241,"target":26},{"source":242,"target":34},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":243},{"source":36,"target":244},{"source":243,"target":245},{"source":243,"target":36},{"source":244,"target":18},{"source":37,"target":0},{"source":37,"target":14},{"source":37,"target":74},{"source":37,"target":246},{"source":37,"target":247},{"source":37,"target":248},{"source":74,"target":4},{"source":74,"target":249},{"source":74,"target":37},{"source":74,"target":66},{"source":249,"target":4},{"source":246,"target":250},{"source":246,"target":37},{"source":247,"target":36},{"source":247,"target":251},{"source":247,"target":37},{"source":251,"target":36},{"source":248,"target":14},{"source":38,"target":0},{"source":38,"target":11},{"source":38,"target":252},{"source":38,"target":253},{"source":38,"target":254},{"source":252,"target":50},{"source":252,"target":255},{"source":252,"target":38},{"source":252,"target":256},{"source":255,"target":50},{"source":253,"target":40},{"source":253,"target":257},{"source":253,"target":38},{"source":253,"target":258},{"source":257,"target":40},{"source":254,"target":11},{"source":39,"target":0},{"source":39,"target":23},{"source":39,"target":259},{"source":39,"target":260},{"source":259,"target":41},{"source":259,"target":261},{"source":259,"target":39},{"source":259,"target":262},{"source":261,"target":41},{"source":260,"target":23},{"source":40,"target":0},{"source":40,"target":18},{"source":40,"target":258},{"source":40,"target":263},{"source":40,"target":264},{"source":258,"target":38},{"source":258,"target":265},{"source":258,"target":40},{"source":258,"target":253},{"source":265,"target":38},{"source":263,"target":47},{"source":263,"target":266},{"source":263,"target":40},{"source":266,"target":47},{"source":264,"target":18},{"source":41,"target":0},{"source":41,"target":18},{"source":41,"target":267},{"source":41,"target":262},{"source":41,"target":268},{"source":267,"target":42},{"source":267,"target":269},{"source":267,"target":41},{"source":267,"target":270},{"source":269,"target":42},{"source":262,"target":39},{"source":262,"target":271},{"source":262,"target":41},{"source":262,"target":259},{"source":271,"target":39},{"source":268,"target":18},{"source":42,"target":0},{"source":42,"target":10},{"source":42,"target":270},{"source":42,"target":272},{"source":270,"target":41},{"source":270,"target":273},{"source":270,"target":42},{"source":270,"target":267},{"source":273,"target":41},{"source":272,"target":10},{"source":43,"target":0},{"source":43,"target":48},{"source":43,"target":274},{"source":274,"target":48},{"source":44,"target":0},{"source":44,"target":49},{"source":44,"target":275},{"source":44,"target":276},{"source":44,"target":277},{"source":44,"target":278},{"source":275,"target":279},{"source":275,"target":44},{"source":276,"target":43},{"source":276,"target":280},{"source":276,"target":44},{"source":280,"target":43},{"source":277,"target":49},{"source":45,"target":0},{"source":45,"target":18},{"source":45,"target":281},{"source":281,"target":18},{"source":46,"target":0},{"source":46,"target":39},{"source":46,"target":45},{"source":46,"target":282},{"source":46,"target":283},{"source":46,"target":284},{"source":46,"target":285},{"source":282,"target":49},{"source":282,"target":286},{"source":282,"target":46},{"source":286,"target":49},{"source":283,"target":49},{"source":283,"target":287},{"source":283,"target":46},{"source":287,"target":49},{"source":284,"target":39},{"source":285,"target":45},{"source":47,"target":0},{"source":47,"target":11},{"source":47,"target":288},{"source":288,"target":11},{"source":48,"target":0},{"source":48,"target":23},{"source":48,"target":289},{"source":48,"target":290},{"source":48,"target":291},{"source":48,"target":292},{"source":289,"target":49},{"source":289,"target":293},{"source":289,"target":48},{"source":293,"target":49},{"source":290,"target":294},{"source":290,"target":48},{"source":291,"target":295},{"source":291,"target":48},{"source":292,"target":23},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":296},{"source":49,"target":297},{"source":296,"target":21},{"source":296,"target":298},{"source":296,"target":49},{"source":298,"target":21},{"source":297,"target":47},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":299},{"source":50,"target":300},{"source":50,"target":256},{"source":50,"target":301},{"source":299,"target":30},{"source":299,"target":302},{"source":299,"target":50},{"source":302,"target":30},{"source":300,"target":303},{"source":300,"target":50},{"source":256,"target":38},{"source":256,"target":304},{"source":256,"target":50},{"source":256,"target":252},{"source":304,"target":38},{"source":301,"target":49},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":305},{"source":52,"target":306},{"source":52,"target":307},{"source":305,"target":49},{"source":305,"target":308},{"source":305,"target":52},{"source":308,"target":49},{"source":306,"target":49},{"source":306,"target":309},{"source":306,"target":52},{"source":309,"target":49},{"source":307,"target":47},{"source":53,"target":0},{"source":53,"target":310},{"source":53,"target":311},{"source":53,"target":312},{"source":310,"target":53},{"source":311,"target":53},{"source":312,"target":53},{"source":54,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kmf" nsURI="http://kmf" nsPrefix="kmf"> <eSubpackages name="test" nsURI="http://kmf.test" nsPrefix="kmf.test"> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="bees" upperBound="-1" eType="#//test/B" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="#//test/DataTypesTest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_optionalSingleB" eType="#//test/B" eOpposite="#//test/B/optionalSingleA_optionalSingleB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_MandatorySingleB" eType="#//test/B" eOpposite="#//test/B/optionalSingleA_MandatorySingleB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_StarListB" eType="#//test/B" eOpposite="#//test/B/optionalSingleA_StarListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleA_mandatorySingleB" lowerBound="1" eType="#//test/B" eOpposite="#//test/B/mandatorySingleA_mandatorySingleB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_PlusListB" eType="#//test/B" eOpposite="#//test/B/optionalSingleA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleA_StartListB" lowerBound="1" eType="#//test/B" eOpposite="#//test/B/mandatorySingleA_StarListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleA_PlusListB" lowerBound="1" eType="#//test/B" eOpposite="#//test/B/mandatorySingleA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StarListA_StarListB" upperBound="-1" eType="#//test/B" eOpposite="#//test/B/StarListA_StarListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StarListA_PlusListB" upperBound="-1" eType="#//test/B" eOpposite="#//test/B/StarListA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PlusListA_PlusListB" lowerBound="1" upperBound="-1" eType="#//test/B" eOpposite="#//test/B/PlusListA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleRef" eType="#//test/B"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleRef" lowerBound="1" eType="#//test/B"/> <eStructuralFeatures xsi:type="ecore:EReference" name="starList" upperBound="-1" eType="#//test/B"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plusList" lowerBound="1" upperBound="-1" eType="#//test/B"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B"> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_optionalSingleB" eType="#//test/A" containment="true" eOpposite="#//test/A/optionalSingleA_optionalSingleB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_MandatorySingleB" lowerBound="1" eType="#//test/A" containment="true" eOpposite="#//test/A/optionalSingleA_MandatorySingleB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_StarListB" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/optionalSingleA_StarListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleA_mandatorySingleB" lowerBound="1" eType="#//test/A" containment="true" eOpposite="#//test/A/mandatorySingleA_mandatorySingleB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleA_PlusListB" lowerBound="1" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/optionalSingleA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleA_StarListB" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/mandatorySingleA_StartListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleA_PlusListB" lowerBound="1" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/mandatorySingleA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StarListA_StarListB" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/StarListA_StarListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StarListA_PlusListB" lowerBound="1" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/StarListA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PlusListA_PlusListB" lowerBound="1" upperBound="-1" eType="#//test/A" containment="true" eOpposite="#//test/A/PlusListA_PlusListB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalSingleRef" eType="#//test/A" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatorySingleRef" lowerBound="1" eType="#//test/A" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="starList" upperBound="-1" eType="#//test/A" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plusList" lowerBound="1" upperBound="-1" eType="#//test/A" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTypesTest"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigDecimal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigInteger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ECharacterObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="double" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEnumerator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floatObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="map" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResourceSet"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="short" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShortObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="treeIterator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ETreeIterator"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/oppositeModel.ecore
ecore
kmf test Container bees dataTypes A optionalSingleA_optionalSingleB optionalSingleA_MandatorySingleB optionalSingleA_StarListB mandatorySingleA_mandatorySingleB optionalSingleA_PlusListB mandatorySingleA_StartListB mandatorySingleA_PlusListB StarListA_StarListB StarListA_PlusListB PlusListA_PlusListB optionalSingleRef mandatorySingleRef starList plusList B optionalSingleA_optionalSingleB optionalSingleA_MandatorySingleB optionalSingleA_StarListB mandatorySingleA_mandatorySingleB optionalSingleA_PlusListB mandatorySingleA_StarListB mandatorySingleA_PlusListB StarListA_StarListB StarListA_PlusListB PlusListA_PlusListB optionalSingleRef mandatorySingleRef starList plusList DataTypesTest bigDecimal bigInteger boolean booleanObject byte byteArray byteObject char charObject date double doubleObject list enum float floatObject int integerObject javaClass object long longObject map resource resourceSet short shortObject string treeIterator
null
{"directed":true,"nodes":[{"nsPrefix":"kmf","nsURI":"http://kmf","name":"kmf","id":0,"eClass":"EPackage"},{"nsPrefix":"kmf.test","nsURI":"http://kmf.test","name":"test","id":1,"eClass":"EPackage"},{"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":"A","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypesTest","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"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":"optionalSingleA_optionalSingleB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleA_MandatorySingleB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"optionalSingleA_StarListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"mandatorySingleA_mandatorySingleB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"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":"optionalSingleA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":"mandatorySingleA_StartListB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"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":"mandatorySingleA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"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":"StarListA_StarListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"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":"StarListA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":true,"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":"PlusListA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mandatorySingleRef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"starList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"plusList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleA_optionalSingleB","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleA_MandatorySingleB","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":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleA_StarListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mandatorySingleA_mandatorySingleB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"mandatorySingleA_StarListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mandatorySingleA_PlusListB","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"StarListA_StarListB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"StarListA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PlusListA_PlusListB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionalSingleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mandatorySingleRef","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":"starList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plusList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bigDecimal","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":"bigInteger","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"boolean","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":"booleanObject","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"byte","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":"byteArray","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"byteObject","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","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":"charObject","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":75,"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":"double","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":"doubleObject","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":"list","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":"enum","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"float","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":"floatObject","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"int","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":"integerObject","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaClass","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"object","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":false,"transient":false,"unique":true,"name":"long","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":"longObject","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"map","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":"resource","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceSet","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"short","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":"shortObject","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":"string","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":"treeIterator","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":6},{"source":2,"target":7},{"source":6,"target":4},{"source":6,"target":8},{"source":6,"target":2},{"source":8,"target":4},{"source":7,"target":5},{"source":7,"target":9},{"source":7,"target":2},{"source":9,"target":5},{"source":3,"target":1},{"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":10,"target":4},{"source":10,"target":24},{"source":10,"target":3},{"source":10,"target":25},{"source":24,"target":4},{"source":11,"target":4},{"source":11,"target":26},{"source":11,"target":3},{"source":11,"target":27},{"source":26,"target":4},{"source":12,"target":4},{"source":12,"target":28},{"source":12,"target":3},{"source":12,"target":29},{"source":28,"target":4},{"source":13,"target":4},{"source":13,"target":30},{"source":13,"target":3},{"source":13,"target":31},{"source":30,"target":4},{"source":14,"target":4},{"source":14,"target":32},{"source":14,"target":3},{"source":14,"target":33},{"source":32,"target":4},{"source":15,"target":4},{"source":15,"target":34},{"source":15,"target":3},{"source":15,"target":35},{"source":34,"target":4},{"source":16,"target":4},{"source":16,"target":36},{"source":16,"target":3},{"source":16,"target":37},{"source":36,"target":4},{"source":17,"target":4},{"source":17,"target":38},{"source":17,"target":3},{"source":17,"target":39},{"source":38,"target":4},{"source":18,"target":4},{"source":18,"target":40},{"source":18,"target":3},{"source":18,"target":41},{"source":40,"target":4},{"source":19,"target":4},{"source":19,"target":42},{"source":19,"target":3},{"source":19,"target":43},{"source":42,"target":4},{"source":20,"target":4},{"source":20,"target":44},{"source":20,"target":3},{"source":44,"target":4},{"source":21,"target":4},{"source":21,"target":45},{"source":21,"target":3},{"source":45,"target":4},{"source":22,"target":4},{"source":22,"target":46},{"source":22,"target":3},{"source":46,"target":4},{"source":23,"target":4},{"source":23,"target":47},{"source":23,"target":3},{"source":47,"target":4},{"source":4,"target":1},{"source":4,"target":25},{"source":4,"target":27},{"source":4,"target":29},{"source":4,"target":31},{"source":4,"target":33},{"source":4,"target":35},{"source":4,"target":37},{"source":4,"target":39},{"source":4,"target":41},{"source":4,"target":43},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":25,"target":3},{"source":25,"target":52},{"source":25,"target":4},{"source":25,"target":10},{"source":52,"target":3},{"source":27,"target":3},{"source":27,"target":53},{"source":27,"target":4},{"source":27,"target":11},{"source":53,"target":3},{"source":29,"target":3},{"source":29,"target":54},{"source":29,"target":4},{"source":29,"target":12},{"source":54,"target":3},{"source":31,"target":3},{"source":31,"target":55},{"source":31,"target":4},{"source":31,"target":13},{"source":55,"target":3},{"source":33,"target":3},{"source":33,"target":56},{"source":33,"target":4},{"source":33,"target":14},{"source":56,"target":3},{"source":35,"target":3},{"source":35,"target":57},{"source":35,"target":4},{"source":35,"target":15},{"source":57,"target":3},{"source":37,"target":3},{"source":37,"target":58},{"source":37,"target":4},{"source":37,"target":16},{"source":58,"target":3},{"source":39,"target":3},{"source":39,"target":59},{"source":39,"target":4},{"source":39,"target":17},{"source":59,"target":3},{"source":41,"target":3},{"source":41,"target":60},{"source":41,"target":4},{"source":41,"target":18},{"source":60,"target":3},{"source":43,"target":3},{"source":43,"target":61},{"source":43,"target":4},{"source":43,"target":19},{"source":61,"target":3},{"source":48,"target":3},{"source":48,"target":62},{"source":48,"target":4},{"source":62,"target":3},{"source":49,"target":3},{"source":49,"target":63},{"source":49,"target":4},{"source":63,"target":3},{"source":50,"target":3},{"source":50,"target":64},{"source":50,"target":4},{"source":64,"target":3},{"source":51,"target":3},{"source":51,"target":65},{"source":51,"target":4},{"source":65,"target":3},{"source":5,"target":1},{"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":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":66,"target":95},{"source":66,"target":5},{"source":67,"target":96},{"source":67,"target":5},{"source":68,"target":97},{"source":68,"target":5},{"source":69,"target":98},{"source":69,"target":5},{"source":70,"target":99},{"source":70,"target":5},{"source":71,"target":100},{"source":71,"target":5},{"source":72,"target":101},{"source":72,"target":5},{"source":73,"target":102},{"source":73,"target":5},{"source":74,"target":103},{"source":74,"target":5},{"source":75,"target":104},{"source":75,"target":5},{"source":76,"target":105},{"source":76,"target":5},{"source":77,"target":106},{"source":77,"target":5},{"source":78,"target":107},{"source":78,"target":5},{"source":79,"target":108},{"source":79,"target":5},{"source":80,"target":109},{"source":80,"target":5},{"source":81,"target":110},{"source":81,"target":5},{"source":82,"target":111},{"source":82,"target":5},{"source":83,"target":112},{"source":83,"target":5},{"source":84,"target":113},{"source":84,"target":5},{"source":85,"target":114},{"source":85,"target":5},{"source":86,"target":115},{"source":86,"target":5},{"source":87,"target":116},{"source":87,"target":5},{"source":88,"target":117},{"source":88,"target":5},{"source":89,"target":118},{"source":89,"target":5},{"source":90,"target":119},{"source":90,"target":5},{"source":91,"target":120},{"source":91,"target":5},{"source":92,"target":121},{"source":92,"target":5},{"source":93,"target":122},{"source":93,"target":5},{"source":94,"target":123},{"source":94,"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="b" nsURI="http://www.clearsy.com/B" nsPrefix="b"> <eClassifiers xsi:type="ecore:EClass" name="Abstraction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sees" eType="#//Sees" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteConstants" eType="#//ConcreteConstants" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" eType="#//Definitions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" eType="#//Operations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Machine" eSuperTypes="#//Abstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteVariables" eType="#//ConcreteVariables" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//Invariant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialisation" eType="#//Initialisation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertions" eType="#//Assertions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sets" eType="#//Sets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Abstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="refine" eType="#//Machine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" eType="#//Imports" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localOperations" eType="#//LocalOperations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sees"> <eStructuralFeatures xsi:type="ecore:EReference" name="seens" unique="false" upperBound="-1" eType="#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Imports"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" unique="false" upperBound="-1" eType="#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Values"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//ValueExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Variable"/> <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="ConcreteVariables"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <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="ConcreteConstants"> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invariant"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//InvariantExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvariantExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeEnum"> <eLiterals name="BOOL" literal="BOOL"/> <eLiterals name="INT" value="1" literal="INT"/> <eLiterals name="NAT" value="2" literal="NAT"/> <eLiterals name="NAT1" value="3" literal="NAT1"/> <eLiterals name="STRING" value="4" literal="STRING"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initialisation"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//InitialisationExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialisationExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Properties"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//PropertyExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//PropertyExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Range"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assertions"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//AssertionExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertionExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definitions"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//Definition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExpr"/> <eClassifiers xsi:type="ecore:EEnum" name="InequalityOp"> <eLiterals name="LESS" literal="&lt;"/> <eLiterals name="LESS_EQ" value="1" literal="&lt;="/> <eLiterals name="GREATER" value="2" literal=">"/> <eLiterals name="GREATER_EQ" value="3" literal=">="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefinitionCall" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//Definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//LogicalExpr #//Condition #//Arg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BoolLiteralEnum"> <eLiterals name="TRUE" literal="TRUE"/> <eLiterals name="FALSE" value="1" literal="FALSE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sets"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//Set" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Set"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elems" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operations"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Body"/> <eClassifiers xsi:type="ecore:EClass" name="Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Skip" eSuperTypes="#//Body #//Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Body #//Expr #//FinalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//IfCond" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"/> <eClassifiers xsi:type="ecore:EClass" name="Pre" eSuperTypes="#//Body"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//PreExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Var" eSuperTypes="#//Body #//Expr #//FinalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//Seq" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Begin" eSuperTypes="#//Body"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//BeginBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BeginBody"/> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Expr #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ReturnExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Expr #//FinalExpr"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnTypeExpr" eSuperTypes="#//Return"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnExpr"/> <eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//Expr #//FinalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//CaseExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Seq" eSuperTypes="#//Body #//BeginBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalExpr" eSuperTypes="#//BeginBody"/> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//Expr #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rets" unique="false" upperBound="-1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arg"/> <eClassifiers xsi:type="ecore:EClass" name="LocalOperations"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PrimitiveTypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ref" eSuperTypes="#//Type #//LogicalExpr #//Condition #//ReturnExpr #//Arg"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyTyped" eSuperTypes="#//PropertyExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyRange" eSuperTypes="#//PropertyExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpr" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplyExpr" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LogicalExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InequalityExpr" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LogicalExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//InequalityOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualExpr" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LogicalExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegExpr" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolTest" eSuperTypes="#//LogicalExpr #//ReturnExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeConstraint" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpr" eSuperTypes="#//LogicalExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="#//BoolLiteralEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondAnd" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondEq" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondLessThan" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondMinus" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondNeg" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//Condition #//ReturnExpr #//Arg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//BoolLiteralEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="#//BoolLiteralEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnTuple" eSuperTypes="#//Return"> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" unique="false" upperBound="-1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//LogicalExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnOr" eSuperTypes="#//ReturnTypeExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//ReturnTypeExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//ReturnExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ReturnExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgMinus" eSuperTypes="#//Arg"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Arg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Arg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/atlanmod/csy-traceability/b-metamodel/metamodels/B.ecore
ecore
b Abstraction name sees concreteConstants definitions properties operations Machine concreteVariables invariant initialisation assertions sets Implementation refine imports values localOperations Sees seens Imports imports Values exprs ValueExpr constant value ConcreteVariables variables Variable name ConcreteConstants constants Invariant exprs InvariantExpr variable type Type PrimitiveTypeEnum BOOL BOOL INT INT NAT NAT NAT1 NAT1 STRING STRING Initialisation exprs InitialisationExpr variable type Properties exprs expr PropertyExpr constant Range lowerBound upperBound Assertions exprs AssertionExpr constant type Definitions exprs Definition name args expr LogicalExpr InequalityOp LESS < LESS_EQ <= GREATER > GREATER_EQ >= DefinitionCall def args IntLiteral value BoolLiteralEnum TRUE TRUE FALSE FALSE Sets exprs Set name elems Operations operations Operation outputs name args body Body Expr Skip Statement If exprs else IfCond condition then Condition Pre exprs expr PreExpr var type Var vars in Begin expr BeginBody Assign var value Return ReturnTypeExpr var type ReturnExpr Case var cases CaseExpr test expr Seq exprs FinalExpr Call rets op args SimpleCall op args Arg LocalOperations operations PrimitiveType type Ref type var PropertyTyped type PropertyRange range AndExpr exprs ImplyExpr left right InequalityExpr left op right EqualExpr left right NegExpr expr BoolTest expr TypeConstraint var type ConstantExpr constant CondAnd exprs CondEq left right CondLessThan left right CondMinus left right CondNeg expr BoolLiteral value constant ReturnTuple vars value ReturnOr exprs Neg expr ArgMinus left right StringLiteral value
null
{"directed":true,"nodes":[{"nsPrefix":"b","nsURI":"http://www.clearsy.com/B","name":"b","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sees","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Imports","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpr","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteVariables","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteConstants","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invariant","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvariantExpr","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeEnum","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initialisation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialisationExpr","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertions","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertionExpr","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definitions","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpr","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InequalityOp","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionCall","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BoolLiteralEnum","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sets","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operations","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skip","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfCond","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pre","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreExpr","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Begin","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeginBody","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnTypeExpr","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExpr","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpr","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seq","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalExpr","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleCall","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arg","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalOperations","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTyped","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRange","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpr","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplyExpr","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InequalityExpr","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualExpr","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegExpr","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolTest","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstraint","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpr","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondAnd","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondEq","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondLessThan","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondMinus","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondNeg","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnTuple","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnOr","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgMinus","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sees","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":"concreteConstants","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":"definitions","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteVariables","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":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"sets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":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":"seens","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":false,"name":"imports","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":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"name":"BOOL","id":134,"value":0,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"INT","id":135,"value":1,"literal":"INT","eClass":"EEnumLiteral"},{"name":"NAT","id":136,"value":2,"literal":"NAT","eClass":"EEnumLiteral"},{"name":"NAT1","id":137,"value":3,"literal":"NAT1","eClass":"EEnumLiteral"},{"name":"STRING","id":138,"value":4,"literal":"STRING","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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"LESS","id":169,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_EQ","id":170,"value":1,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER","id":171,"value":2,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_EQ","id":172,"value":3,"literal":">=","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":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"name":"TRUE","id":183,"value":0,"literal":"TRUE","eClass":"EEnumLiteral"},{"name":"FALSE","id":184,"value":1,"literal":"FALSE","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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":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":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"value","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"},{"container":false,"ordered":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},{"container":false,"ordered":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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":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":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":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":"rets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"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":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":302,"derived":false},{"container":false,"ordered":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":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":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":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":325,"derived":false},{"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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":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":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":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":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":1,"target":0},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":80,"target":86},{"source":80,"target":1},{"source":81,"target":4},{"source":81,"target":87},{"source":81,"target":1},{"source":87,"target":4},{"source":82,"target":10},{"source":82,"target":88},{"source":82,"target":1},{"source":88,"target":10},{"source":83,"target":22},{"source":83,"target":89},{"source":83,"target":1},{"source":89,"target":22},{"source":84,"target":17},{"source":84,"target":90},{"source":84,"target":1},{"source":90,"target":17},{"source":85,"target":31},{"source":85,"target":91},{"source":85,"target":1},{"source":91,"target":31},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":92,"target":8},{"source":92,"target":98},{"source":92,"target":2},{"source":98,"target":8},{"source":93,"target":11},{"source":93,"target":99},{"source":93,"target":2},{"source":99,"target":11},{"source":94,"target":15},{"source":94,"target":100},{"source":94,"target":2},{"source":100,"target":15},{"source":95,"target":20},{"source":95,"target":101},{"source":95,"target":2},{"source":101,"target":20},{"source":96,"target":29},{"source":96,"target":102},{"source":96,"target":2},{"source":102,"target":29},{"source":97,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":103,"target":2},{"source":103,"target":108},{"source":103,"target":3},{"source":108,"target":2},{"source":104,"target":5},{"source":104,"target":109},{"source":104,"target":3},{"source":109,"target":5},{"source":105,"target":6},{"source":105,"target":110},{"source":105,"target":3},{"source":110,"target":6},{"source":106,"target":56},{"source":106,"target":111},{"source":106,"target":3},{"source":111,"target":56},{"source":107,"target":1},{"source":4,"target":0},{"source":4,"target":112},{"source":112,"target":1},{"source":112,"target":113},{"source":112,"target":4},{"source":113,"target":1},{"source":5,"target":0},{"source":5,"target":114},{"source":114,"target":1},{"source":114,"target":115},{"source":114,"target":5},{"source":115,"target":1},{"source":6,"target":0},{"source":6,"target":116},{"source":116,"target":7},{"source":116,"target":117},{"source":116,"target":6},{"source":117,"target":7},{"source":7,"target":0},{"source":7,"target":118},{"source":7,"target":119},{"source":118,"target":9},{"source":118,"target":120},{"source":118,"target":7},{"source":120,"target":9},{"source":119,"target":121},{"source":119,"target":7},{"source":8,"target":0},{"source":8,"target":122},{"source":122,"target":9},{"source":122,"target":123},{"source":122,"target":8},{"source":123,"target":9},{"source":9,"target":0},{"source":9,"target":124},{"source":124,"target":125},{"source":124,"target":9},{"source":10,"target":0},{"source":10,"target":126},{"source":126,"target":9},{"source":126,"target":127},{"source":126,"target":10},{"source":127,"target":9},{"source":11,"target":0},{"source":11,"target":128},{"source":128,"target":12},{"source":128,"target":129},{"source":128,"target":11},{"source":129,"target":12},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":131},{"source":130,"target":9},{"source":130,"target":132},{"source":130,"target":12},{"source":132,"target":9},{"source":131,"target":13},{"source":131,"target":133},{"source":131,"target":12},{"source":133,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":134},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":134,"target":14},{"source":135,"target":14},{"source":136,"target":14},{"source":137,"target":14},{"source":138,"target":14},{"source":15,"target":0},{"source":15,"target":139},{"source":139,"target":16},{"source":139,"target":140},{"source":139,"target":15},{"source":140,"target":16},{"source":16,"target":0},{"source":16,"target":141},{"source":16,"target":142},{"source":141,"target":9},{"source":141,"target":143},{"source":141,"target":16},{"source":143,"target":9},{"source":142,"target":13},{"source":142,"target":144},{"source":142,"target":16},{"source":144,"target":13},{"source":17,"target":0},{"source":17,"target":145},{"source":17,"target":146},{"source":145,"target":18},{"source":145,"target":147},{"source":145,"target":17},{"source":147,"target":18},{"source":146,"target":18},{"source":146,"target":148},{"source":146,"target":17},{"source":148,"target":18},{"source":18,"target":0},{"source":18,"target":149},{"source":149,"target":9},{"source":149,"target":150},{"source":149,"target":18},{"source":150,"target":9},{"source":19,"target":0},{"source":19,"target":151},{"source":19,"target":152},{"source":151,"target":153},{"source":151,"target":19},{"source":152,"target":9},{"source":152,"target":154},{"source":152,"target":19},{"source":154,"target":9},{"source":20,"target":0},{"source":20,"target":155},{"source":155,"target":21},{"source":155,"target":156},{"source":155,"target":20},{"source":156,"target":21},{"source":21,"target":0},{"source":21,"target":157},{"source":21,"target":158},{"source":157,"target":9},{"source":157,"target":159},{"source":157,"target":21},{"source":159,"target":9},{"source":158,"target":13},{"source":158,"target":160},{"source":158,"target":21},{"source":160,"target":13},{"source":22,"target":0},{"source":22,"target":161},{"source":161,"target":23},{"source":161,"target":162},{"source":161,"target":22},{"source":162,"target":23},{"source":23,"target":0},{"source":23,"target":163},{"source":23,"target":164},{"source":23,"target":165},{"source":163,"target":166},{"source":163,"target":23},{"source":164,"target":9},{"source":164,"target":167},{"source":164,"target":23},{"source":167,"target":9},{"source":165,"target":24},{"source":165,"target":168},{"source":165,"target":23},{"source":168,"target":24},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":169},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":169,"target":25},{"source":170,"target":25},{"source":171,"target":25},{"source":172,"target":25},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":173,"target":23},{"source":173,"target":176},{"source":173,"target":26},{"source":176,"target":23},{"source":174,"target":55},{"source":174,"target":177},{"source":174,"target":26},{"source":177,"target":55},{"source":175,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":39},{"source":27,"target":55},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":178,"target":182},{"source":178,"target":27},{"source":179,"target":24},{"source":180,"target":39},{"source":181,"target":55},{"source":28,"target":0},{"source":28,"target":183},{"source":28,"target":184},{"source":183,"target":28},{"source":184,"target":28},{"source":29,"target":0},{"source":29,"target":185},{"source":185,"target":30},{"source":185,"target":186},{"source":185,"target":29},{"source":186,"target":30},{"source":30,"target":0},{"source":30,"target":187},{"source":30,"target":188},{"source":187,"target":9},{"source":187,"target":189},{"source":187,"target":30},{"source":189,"target":9},{"source":188,"target":9},{"source":188,"target":190},{"source":188,"target":30},{"source":190,"target":9},{"source":31,"target":0},{"source":31,"target":191},{"source":191,"target":32},{"source":191,"target":192},{"source":191,"target":31},{"source":192,"target":32},{"source":32,"target":0},{"source":32,"target":193},{"source":32,"target":194},{"source":32,"target":195},{"source":32,"target":196},{"source":193,"target":9},{"source":193,"target":197},{"source":193,"target":32},{"source":197,"target":9},{"source":194,"target":198},{"source":194,"target":32},{"source":195,"target":9},{"source":195,"target":199},{"source":195,"target":32},{"source":199,"target":9},{"source":196,"target":33},{"source":196,"target":200},{"source":196,"target":32},{"source":200,"target":33},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":34},{"source":35,"target":201},{"source":35,"target":202},{"source":201,"target":33},{"source":202,"target":34},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":34},{"source":37,"target":52},{"source":37,"target":203},{"source":37,"target":204},{"source":37,"target":205},{"source":37,"target":206},{"source":37,"target":207},{"source":203,"target":38},{"source":203,"target":208},{"source":203,"target":37},{"source":208,"target":38},{"source":204,"target":34},{"source":204,"target":209},{"source":204,"target":37},{"source":209,"target":34},{"source":205,"target":33},{"source":206,"target":34},{"source":207,"target":52},{"source":38,"target":0},{"source":38,"target":210},{"source":38,"target":211},{"source":210,"target":39},{"source":210,"target":212},{"source":210,"target":38},{"source":212,"target":39},{"source":211,"target":34},{"source":211,"target":213},{"source":211,"target":38},{"source":213,"target":34},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":214},{"source":40,"target":215},{"source":40,"target":216},{"source":214,"target":41},{"source":214,"target":217},{"source":214,"target":40},{"source":217,"target":41},{"source":215,"target":34},{"source":215,"target":218},{"source":215,"target":40},{"source":218,"target":34},{"source":216,"target":33},{"source":41,"target":0},{"source":41,"target":219},{"source":41,"target":220},{"source":219,"target":9},{"source":219,"target":221},{"source":219,"target":41},{"source":221,"target":9},{"source":220,"target":13},{"source":220,"target":222},{"source":220,"target":41},{"source":222,"target":13},{"source":42,"target":0},{"source":42,"target":33},{"source":42,"target":34},{"source":42,"target":52},{"source":42,"target":223},{"source":42,"target":224},{"source":42,"target":225},{"source":42,"target":226},{"source":42,"target":227},{"source":223,"target":9},{"source":223,"target":228},{"source":223,"target":42},{"source":228,"target":9},{"source":224,"target":51},{"source":224,"target":229},{"source":224,"target":42},{"source":229,"target":51},{"source":225,"target":33},{"source":226,"target":34},{"source":227,"target":52},{"source":43,"target":0},{"source":43,"target":33},{"source":43,"target":230},{"source":43,"target":231},{"source":230,"target":44},{"source":230,"target":232},{"source":230,"target":43},{"source":232,"target":44},{"source":231,"target":33},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":34},{"source":45,"target":36},{"source":45,"target":233},{"source":45,"target":234},{"source":45,"target":235},{"source":45,"target":236},{"source":233,"target":9},{"source":233,"target":237},{"source":233,"target":45},{"source":237,"target":9},{"source":234,"target":48},{"source":234,"target":238},{"source":234,"target":45},{"source":238,"target":48},{"source":235,"target":34},{"source":236,"target":36},{"source":46,"target":0},{"source":46,"target":34},{"source":46,"target":52},{"source":46,"target":239},{"source":46,"target":240},{"source":239,"target":34},{"source":240,"target":52},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":241},{"source":47,"target":242},{"source":47,"target":243},{"source":241,"target":9},{"source":241,"target":244},{"source":241,"target":47},{"source":244,"target":9},{"source":242,"target":13},{"source":242,"target":245},{"source":242,"target":47},{"source":245,"target":13},{"source":243,"target":46},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":34},{"source":49,"target":52},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":246,"target":9},{"source":246,"target":250},{"source":246,"target":49},{"source":250,"target":9},{"source":247,"target":50},{"source":247,"target":251},{"source":247,"target":49},{"source":251,"target":50},{"source":248,"target":34},{"source":249,"target":52},{"source":50,"target":0},{"source":50,"target":252},{"source":50,"target":253},{"source":252,"target":9},{"source":252,"target":254},{"source":252,"target":50},{"source":254,"target":9},{"source":253,"target":34},{"source":253,"target":255},{"source":253,"target":50},{"source":255,"target":34},{"source":51,"target":0},{"source":51,"target":33},{"source":51,"target":44},{"source":51,"target":256},{"source":51,"target":257},{"source":51,"target":258},{"source":256,"target":259},{"source":256,"target":51},{"source":257,"target":33},{"source":258,"target":44},{"source":52,"target":0},{"source":52,"target":44},{"source":52,"target":260},{"source":260,"target":44},{"source":53,"target":0},{"source":53,"target":34},{"source":53,"target":36},{"source":53,"target":261},{"source":53,"target":262},{"source":53,"target":263},{"source":53,"target":264},{"source":53,"target":265},{"source":261,"target":9},{"source":261,"target":266},{"source":261,"target":53},{"source":266,"target":9},{"source":262,"target":32},{"source":262,"target":267},{"source":262,"target":53},{"source":267,"target":32},{"source":263,"target":55},{"source":263,"target":268},{"source":263,"target":53},{"source":268,"target":55},{"source":264,"target":34},{"source":265,"target":36},{"source":54,"target":0},{"source":54,"target":269},{"source":54,"target":270},{"source":269,"target":32},{"source":269,"target":271},{"source":269,"target":54},{"source":271,"target":32},{"source":270,"target":55},{"source":270,"target":272},{"source":270,"target":54},{"source":272,"target":55},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":273},{"source":273,"target":32},{"source":273,"target":274},{"source":273,"target":56},{"source":274,"target":32},{"source":57,"target":0},{"source":57,"target":13},{"source":57,"target":275},{"source":57,"target":276},{"source":275,"target":14},{"source":275,"target":277},{"source":275,"target":57},{"source":277,"target":14},{"source":276,"target":13},{"source":58,"target":0},{"source":58,"target":13},{"source":58,"target":24},{"source":58,"target":39},{"source":58,"target":48},{"source":58,"target":55},{"source":58,"target":278},{"source":58,"target":279},{"source":58,"target":280},{"source":58,"target":281},{"source":58,"target":282},{"source":58,"target":283},{"source":58,"target":284},{"source":278,"target":9},{"source":278,"target":285},{"source":278,"target":58},{"source":285,"target":9},{"source":279,"target":9},{"source":279,"target":286},{"source":279,"target":58},{"source":286,"target":9},{"source":280,"target":13},{"source":281,"target":24},{"source":282,"target":39},{"source":283,"target":48},{"source":284,"target":55},{"source":59,"target":0},{"source":59,"target":18},{"source":59,"target":287},{"source":59,"target":288},{"source":287,"target":13},{"source":287,"target":289},{"source":287,"target":59},{"source":289,"target":13},{"source":288,"target":18},{"source":60,"target":0},{"source":60,"target":18},{"source":60,"target":290},{"source":60,"target":291},{"source":290,"target":19},{"source":290,"target":292},{"source":290,"target":60},{"source":292,"target":19},{"source":291,"target":18},{"source":61,"target":0},{"source":61,"target":24},{"source":61,"target":293},{"source":61,"target":294},{"source":293,"target":24},{"source":293,"target":295},{"source":293,"target":61},{"source":295,"target":24},{"source":294,"target":24},{"source":62,"target":0},{"source":62,"target":24},{"source":62,"target":296},{"source":62,"target":297},{"source":62,"target":298},{"source":296,"target":24},{"source":296,"target":299},{"source":296,"target":62},{"source":299,"target":24},{"source":297,"target":24},{"source":297,"target":300},{"source":297,"target":62},{"source":300,"target":24},{"source":298,"target":24},{"source":63,"target":0},{"source":63,"target":24},{"source":63,"target":301},{"source":63,"target":302},{"source":63,"target":303},{"source":63,"target":304},{"source":301,"target":24},{"source":301,"target":305},{"source":301,"target":63},{"source":305,"target":24},{"source":302,"target":25},{"source":302,"target":306},{"source":302,"target":63},{"source":306,"target":25},{"source":303,"target":24},{"source":303,"target":307},{"source":303,"target":63},{"source":307,"target":24},{"source":304,"target":24},{"source":64,"target":0},{"source":64,"target":24},{"source":64,"target":308},{"source":64,"target":309},{"source":64,"target":310},{"source":308,"target":24},{"source":308,"target":311},{"source":308,"target":64},{"source":311,"target":24},{"source":309,"target":24},{"source":309,"target":312},{"source":309,"target":64},{"source":312,"target":24},{"source":310,"target":24},{"source":65,"target":0},{"source":65,"target":24},{"source":65,"target":313},{"source":65,"target":314},{"source":313,"target":24},{"source":313,"target":315},{"source":313,"target":65},{"source":315,"target":24},{"source":314,"target":24},{"source":66,"target":0},{"source":66,"target":24},{"source":66,"target":48},{"source":66,"target":316},{"source":66,"target":317},{"source":66,"target":318},{"source":316,"target":24},{"source":316,"target":319},{"source":316,"target":66},{"source":319,"target":24},{"source":317,"target":24},{"source":318,"target":48},{"source":67,"target":0},{"source":67,"target":24},{"source":67,"target":320},{"source":67,"target":321},{"source":67,"target":322},{"source":320,"target":9},{"source":320,"target":323},{"source":320,"target":67},{"source":323,"target":9},{"source":321,"target":13},{"source":321,"target":324},{"source":321,"target":67},{"source":324,"target":13},{"source":322,"target":24},{"source":68,"target":0},{"source":68,"target":24},{"source":68,"target":325},{"source":68,"target":326},{"source":325,"target":28},{"source":325,"target":327},{"source":325,"target":68},{"source":327,"target":28},{"source":326,"target":24},{"source":69,"target":0},{"source":69,"target":39},{"source":69,"target":328},{"source":69,"target":329},{"source":328,"target":39},{"source":328,"target":330},{"source":328,"target":69},{"source":330,"target":39},{"source":329,"target":39},{"source":70,"target":0},{"source":70,"target":39},{"source":70,"target":331},{"source":70,"target":332},{"source":70,"target":333},{"source":331,"target":39},{"source":331,"target":334},{"source":331,"target":70},{"source":334,"target":39},{"source":332,"target":39},{"source":332,"target":335},{"source":332,"target":70},{"source":335,"target":39},{"source":333,"target":39},{"source":71,"target":0},{"source":71,"target":39},{"source":71,"target":336},{"source":71,"target":337},{"source":71,"target":338},{"source":336,"target":39},{"source":336,"target":339},{"source":336,"target":71},{"source":339,"target":39},{"source":337,"target":39},{"source":337,"target":340},{"source":337,"target":71},{"source":340,"target":39},{"source":338,"target":39},{"source":72,"target":0},{"source":72,"target":39},{"source":72,"target":341},{"source":72,"target":342},{"source":72,"target":343},{"source":341,"target":39},{"source":341,"target":344},{"source":341,"target":72},{"source":344,"target":39},{"source":342,"target":39},{"source":342,"target":345},{"source":342,"target":72},{"source":345,"target":39},{"source":343,"target":39},{"source":73,"target":0},{"source":73,"target":39},{"source":73,"target":346},{"source":73,"target":347},{"source":346,"target":39},{"source":346,"target":348},{"source":346,"target":73},{"source":348,"target":39},{"source":347,"target":39},{"source":74,"target":0},{"source":74,"target":39},{"source":74,"target":48},{"source":74,"target":55},{"source":74,"target":349},{"source":74,"target":350},{"source":74,"target":351},{"source":74,"target":352},{"source":74,"target":353},{"source":349,"target":28},{"source":349,"target":354},{"source":349,"target":74},{"source":354,"target":28},{"source":350,"target":28},{"source":350,"target":355},{"source":350,"target":74},{"source":355,"target":28},{"source":351,"target":39},{"source":352,"target":48},{"source":353,"target":55},{"source":75,"target":0},{"source":75,"target":46},{"source":75,"target":356},{"source":75,"target":357},{"source":75,"target":358},{"source":356,"target":9},{"source":356,"target":359},{"source":356,"target":75},{"source":359,"target":9},{"source":357,"target":24},{"source":357,"target":360},{"source":357,"target":75},{"source":360,"target":24},{"source":358,"target":46},{"source":76,"target":0},{"source":76,"target":47},{"source":76,"target":361},{"source":76,"target":362},{"source":361,"target":47},{"source":361,"target":363},{"source":361,"target":76},{"source":363,"target":47},{"source":362,"target":47},{"source":77,"target":0},{"source":77,"target":48},{"source":77,"target":364},{"source":77,"target":365},{"source":364,"target":48},{"source":364,"target":366},{"source":364,"target":77},{"source":366,"target":48},{"source":365,"target":48},{"source":78,"target":0},{"source":78,"target":55},{"source":78,"target":367},{"source":78,"target":368},{"source":78,"target":369},{"source":367,"target":55},{"source":367,"target":370},{"source":367,"target":78},{"source":370,"target":55},{"source":368,"target":55},{"source":368,"target":371},{"source":368,"target":78},{"source":371,"target":55},{"source":369,"target":55},{"source":79,"target":0},{"source":79,"target":55},{"source":79,"target":372},{"source":79,"target":373},{"source":372,"target":374},{"source":372,"target":79},{"source":373,"target":55}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bibtex" nsURI="http://www.free.fr/mdwhatever/Bibtex" nsPrefix="bibtex"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="bibEntry" upperBound="-1" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="citeKey" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//CiteKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Title" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="year" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Year" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="month" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Month" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="note" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Note" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Key" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="journal" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Journal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="volume" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Volume" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="number" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="volume" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Volume" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="series" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Series" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edition" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Edition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Booklet" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="howpublished" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Howpublished" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conference" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booktitle" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Booktitle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inbook" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chapter" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Chapter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="volume" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Volume" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="series" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Series" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edition" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Edition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Incollection" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booktitle" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Booktitle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inproceedings" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booktitle" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Booktitle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="series" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Series" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Manual" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edition" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Edition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mastersthesis" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//School" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Misc" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="howpublished" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Howpublished" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Phdthesis" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//School" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proceedings" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Techreport" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="institution" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Institution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="number" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unpublished" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CiteKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="citeKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Booktitle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booktitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chapter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Crossref"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="crossref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="edition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Editor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Howpublished"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="howpublished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Institution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="institution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Journal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="journal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Month"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Note"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="note" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Number"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Organization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pages"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Publisher"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="School"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="school" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Series"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="series" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Title"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Volume"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Year"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/BibTeX.ecore
ecore
bibtex Model bibEntry BibType citeKey title year month note key Article author journal volume number pages Book publisher author editor volume series address edition Booklet author howpublished address Conference author booktitle editor pages organization publisher address Inbook publisher author editor chapter pages volume series address edition Incollection author booktitle editor pages organization publisher address Inproceedings author booktitle editor series pages organization publisher address Manual author organization address edition Mastersthesis author school address Misc author howpublished Phdthesis author school address Proceedings editor publisher organization address Techreport author institution type number address Unpublished author CiteKey citeKey Address address Author author Booktitle booktitle Chapter chapter Crossref crossref Edition edition Editor editor Howpublished howpublished Institution institution Journal journal Key key Month month Note note Number number Organization organization Pages pages Publisher publisher School school Series series Title title Type type Volume volume Year year
null
{"directed":true,"nodes":[{"nsPrefix":"bibtex","nsURI":"http://www.free.fr/mdwhatever/Bibtex","name":"bibtex","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":"BibType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booklet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inbook","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Incollection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inproceedings","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manual","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mastersthesis","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Misc","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phdthesis","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proceedings","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Techreport","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unpublished","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CiteKey","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booktitle","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chapter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Crossref","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Editor","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Howpublished","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Institution","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Journal","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Month","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pages","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Series","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Title","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volume","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Year","instanceClass":null,"abstract":false,"id":40,"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":"bibEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"citeKey","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":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"note","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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"journal","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":"volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","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":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","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":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"howpublished","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":"address","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","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":"organization","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":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","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"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"booktitle","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":"editor","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":"series","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":"pages","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":"organization","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":"publisher","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":"address","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"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","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":"edition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"school","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":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"howpublished","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"school","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":"address","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"institution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"citeKey","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"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":"address","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","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":"chapter","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"crossref","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"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":"edition","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"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":"howpublished","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"institution","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"journal","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"note","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"school","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"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":"series","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"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":"volume","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":41,"target":42},{"source":41,"target":1},{"source":2,"target":0},{"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":43,"target":49},{"source":43,"target":2},{"source":44,"target":50},{"source":44,"target":2},{"source":45,"target":51},{"source":45,"target":2},{"source":46,"target":52},{"source":46,"target":2},{"source":47,"target":53},{"source":47,"target":2},{"source":48,"target":54},{"source":48,"target":2},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":55,"target":61},{"source":55,"target":3},{"source":56,"target":62},{"source":56,"target":3},{"source":57,"target":63},{"source":57,"target":3},{"source":58,"target":64},{"source":58,"target":3},{"source":59,"target":65},{"source":59,"target":3},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":66,"target":74},{"source":66,"target":4},{"source":67,"target":75},{"source":67,"target":4},{"source":68,"target":76},{"source":68,"target":4},{"source":69,"target":77},{"source":69,"target":4},{"source":70,"target":78},{"source":70,"target":4},{"source":71,"target":79},{"source":71,"target":4},{"source":72,"target":80},{"source":72,"target":4},{"source":5,"target":0},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":81,"target":85},{"source":81,"target":5},{"source":82,"target":86},{"source":82,"target":5},{"source":83,"target":87},{"source":83,"target":5},{"source":6,"target":0},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":88,"target":96},{"source":88,"target":6},{"source":89,"target":97},{"source":89,"target":6},{"source":90,"target":98},{"source":90,"target":6},{"source":91,"target":99},{"source":91,"target":6},{"source":92,"target":100},{"source":92,"target":6},{"source":93,"target":101},{"source":93,"target":6},{"source":94,"target":102},{"source":94,"target":6},{"source":7,"target":0},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":103,"target":113},{"source":103,"target":7},{"source":104,"target":114},{"source":104,"target":7},{"source":105,"target":115},{"source":105,"target":7},{"source":106,"target":116},{"source":106,"target":7},{"source":107,"target":117},{"source":107,"target":7},{"source":108,"target":118},{"source":108,"target":7},{"source":109,"target":119},{"source":109,"target":7},{"source":110,"target":120},{"source":110,"target":7},{"source":111,"target":121},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":122,"target":130},{"source":122,"target":8},{"source":123,"target":131},{"source":123,"target":8},{"source":124,"target":132},{"source":124,"target":8},{"source":125,"target":133},{"source":125,"target":8},{"source":126,"target":134},{"source":126,"target":8},{"source":127,"target":135},{"source":127,"target":8},{"source":128,"target":136},{"source":128,"target":8},{"source":9,"target":0},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":137,"target":146},{"source":137,"target":9},{"source":138,"target":147},{"source":138,"target":9},{"source":139,"target":148},{"source":139,"target":9},{"source":140,"target":149},{"source":140,"target":9},{"source":141,"target":150},{"source":141,"target":9},{"source":142,"target":151},{"source":142,"target":9},{"source":143,"target":152},{"source":143,"target":9},{"source":144,"target":153},{"source":144,"target":9},{"source":10,"target":0},{"source":10,"target":154},{"source":10,"target":155},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":154,"target":159},{"source":154,"target":10},{"source":155,"target":160},{"source":155,"target":10},{"source":156,"target":161},{"source":156,"target":10},{"source":157,"target":162},{"source":157,"target":10},{"source":11,"target":0},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":163,"target":167},{"source":163,"target":11},{"source":164,"target":168},{"source":164,"target":11},{"source":165,"target":169},{"source":165,"target":11},{"source":12,"target":0},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":170,"target":173},{"source":170,"target":12},{"source":171,"target":174},{"source":171,"target":12},{"source":13,"target":0},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":175,"target":179},{"source":175,"target":13},{"source":176,"target":180},{"source":176,"target":13},{"source":177,"target":181},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":182},{"source":14,"target":183},{"source":14,"target":184},{"source":14,"target":185},{"source":14,"target":186},{"source":182,"target":187},{"source":182,"target":14},{"source":183,"target":188},{"source":183,"target":14},{"source":184,"target":189},{"source":184,"target":14},{"source":185,"target":190},{"source":185,"target":14},{"source":15,"target":0},{"source":15,"target":191},{"source":15,"target":192},{"source":15,"target":193},{"source":15,"target":194},{"source":15,"target":195},{"source":15,"target":196},{"source":191,"target":197},{"source":191,"target":15},{"source":192,"target":198},{"source":192,"target":15},{"source":193,"target":199},{"source":193,"target":15},{"source":194,"target":200},{"source":194,"target":15},{"source":195,"target":201},{"source":195,"target":15},{"source":16,"target":0},{"source":16,"target":202},{"source":16,"target":203},{"source":202,"target":204},{"source":202,"target":16},{"source":17,"target":0},{"source":17,"target":205},{"source":205,"target":206},{"source":205,"target":17},{"source":18,"target":0},{"source":18,"target":207},{"source":207,"target":208},{"source":207,"target":18},{"source":19,"target":0},{"source":19,"target":209},{"source":209,"target":210},{"source":209,"target":19},{"source":20,"target":0},{"source":20,"target":211},{"source":211,"target":212},{"source":211,"target":20},{"source":21,"target":0},{"source":21,"target":213},{"source":213,"target":214},{"source":213,"target":21},{"source":22,"target":0},{"source":22,"target":215},{"source":215,"target":216},{"source":215,"target":22},{"source":23,"target":0},{"source":23,"target":217},{"source":217,"target":218},{"source":217,"target":23},{"source":24,"target":0},{"source":24,"target":219},{"source":219,"target":220},{"source":219,"target":24},{"source":25,"target":0},{"source":25,"target":221},{"source":221,"target":222},{"source":221,"target":25},{"source":26,"target":0},{"source":26,"target":223},{"source":223,"target":224},{"source":223,"target":26},{"source":27,"target":0},{"source":27,"target":225},{"source":225,"target":226},{"source":225,"target":27},{"source":28,"target":0},{"source":28,"target":227},{"source":227,"target":228},{"source":227,"target":28},{"source":29,"target":0},{"source":29,"target":229},{"source":229,"target":230},{"source":229,"target":29},{"source":30,"target":0},{"source":30,"target":231},{"source":231,"target":232},{"source":231,"target":30},{"source":31,"target":0},{"source":31,"target":233},{"source":233,"target":234},{"source":233,"target":31},{"source":32,"target":0},{"source":32,"target":235},{"source":235,"target":236},{"source":235,"target":32},{"source":33,"target":0},{"source":33,"target":237},{"source":237,"target":238},{"source":237,"target":33},{"source":34,"target":0},{"source":34,"target":239},{"source":239,"target":240},{"source":239,"target":34},{"source":35,"target":0},{"source":35,"target":241},{"source":241,"target":242},{"source":241,"target":35},{"source":36,"target":0},{"source":36,"target":243},{"source":243,"target":244},{"source":243,"target":36},{"source":37,"target":0},{"source":37,"target":245},{"source":245,"target":246},{"source":245,"target":37},{"source":38,"target":0},{"source":38,"target":247},{"source":247,"target":248},{"source":247,"target":38},{"source":39,"target":0},{"source":39,"target":249},{"source":249,"target":250},{"source":249,"target":39},{"source":40,"target":0},{"source":40,"target":251},{"source":251,"target":252},{"source":251,"target":40}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpletypes" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/simpletypes" nsPrefix="simpletypes"> <eClassifiers xsi:type="ecore:EDataType" name="Bool" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Bool"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Byte" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ByteArray"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Date"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DoubleArray" instanceClassName="double[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DoubleArray"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ExtraLimitedString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExtraLimitedString"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="maxLength" value="5"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Int" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IntArray" instanceClassName="int[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IntArray"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LimitedDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LimitedDecimal"/> <details key="totalDigits" value="4"/> <details key="fractionDigits" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LimitedString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LimitedString"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="length" value="10"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Long" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleEnum"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleEnum"/> </eAnnotations> <eLiterals name="Enum1"/> <eLiterals name="Enum2" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SimpleEnumObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleEnum:Object"/> <details key="baseType" value="SimpleEnum"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleList"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="c1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Code"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boo" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="boo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byt" unique="false" lowerBound="1" upperBound="-1" eType="#//Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubl" unique="false" lowerBound="1" upperBound="-1" eType="#//Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubl"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floa" unique="false" lowerBound="1" upperBound="-1" eType="#//Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="floa"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inte" unique="false" lowerBound="1" upperBound="-1" eType="#//Int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inte"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long" unique="false" lowerBound="1" upperBound="-1" eType="#//Long"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@JoinTable(name=&quot;longNum&quot;)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="long"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shor" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enu" unique="false" lowerBound="1" upperBound="-1" eType="#//SimpleEnum" defaultValueLiteral="Enum1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enu"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dat" unique="false" lowerBound="1" upperBound="-1" eType="#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitedstring" unique="false" lowerBound="1" upperBound="-1" eType="#//LimitedString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="limitedstring"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stri" 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="stri"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intArray" lowerBound="1" eType="#//IntArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="intArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleArray" lowerBound="1" eType="#//DoubleArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubleArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringArray" lowerBound="1" eType="#//StringArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stringArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteArray" lowerBound="1" eType="#//ByteArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byteArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="c1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Code"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boo" 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="element"/> <details key="name" value="boo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubl" lowerBound="1" 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="element"/> <details key="name" value="doubl"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="float"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inte" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inte"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" 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="element"/> <details key="name" value="lon"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enu" lowerBound="1" eType="#//SimpleEnum" defaultValueLiteral="Enum1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enu"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dat" lowerBound="1" eType="#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitedstring" lowerBound="1" eType="#//LimitedString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="limitedstring"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitedDecimal" lowerBound="1" eType="#//LimitedDecimal" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="limitedDecimal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraLimitedString" lowerBound="1" eType="#//ExtraLimitedString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="extraLimitedString"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleTypeObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleTypeObject"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="c1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Code"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//BooleanObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="boo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ByteObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubl" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DoubleObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubl"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//FloatObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="float"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inte" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inte"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//LongObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lon"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ShortObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enu" lowerBound="1" eType="#//SimpleEnumObject" defaultValueLiteral="Enum1" unsettable="true"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@Enumerated(STRING)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enu"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dat" lowerBound="1" eType="#//Date" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dat"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="StringArray" instanceClassName="java.lang.String[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StringArray"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/prayasb/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/schemaconstructs/model/simpletypes.ecore
ecore
simpletypes Bool java.lang.Boolean java.lang.Boolean Byte java.lang.Byte java.lang.Byte ByteArray byte[] byte[] Date java.util.Date java.util.Date Double java.lang.Double java.lang.Double DoubleArray double[] double[] ExtraLimitedString java.lang.String java.lang.String Float java.lang.Float java.lang.Float Int java.lang.Integer java.lang.Integer IntArray int[] int[] LimitedDecimal java.math.BigDecimal java.math.BigDecimal LimitedString java.lang.String java.lang.String Long java.lang.Long java.lang.Long SimpleEnum Enum1 Enum1 Enum2 Enum2 SimpleEnumObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator SimpleList code c1 boo byt doubl floa inte long shor enu Enum1 dat limitedstring stri intArray doubleArray stringArray byteArray SimpleType code c1 boo byt doubl float inte lon shor enu Enum1 dat limitedstring limitedDecimal extraLimitedString SimpleTypeObject code c1 boo byt doubl float inte lon shor enu Enum1 dat StringArray java.lang.String[] java.lang.String[]
null
{"directed":true,"nodes":[{"nsPrefix":"simpletypes","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/simpletypes","name":"simpletypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Bool","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"Byte","instanceClass":"java.lang.Byte","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"ByteArray","instanceClass":"[B","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double[]","defaultValue":null,"instanceClassName":"double[]","name":"DoubleArray","instanceClass":"[D","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ExtraLimitedString","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Float","instanceClass":"java.lang.Float","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Int","instanceClass":"java.lang.Integer","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int[]","defaultValue":null,"instanceClassName":"int[]","name":"IntArray","instanceClass":"[I","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"LimitedDecimal","instanceClass":"java.math.BigDecimal","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LimitedString","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"Long","instanceClass":"java.lang.Long","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleEnum","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SimpleEnumObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleList","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTypeObject","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String[]","defaultValue":null,"instanceClassName":"java.lang.String[]","name":"StringArray","instanceClass":"[Ljava.lang.String;","id":19,"serializable":true,"eClass":"EDataType"},{"name":"Enum1","id":20,"value":0,"literal":"Enum1","eClass":"EEnumLiteral"},{"name":"Enum2","id":21,"value":1,"literal":"Enum2","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"c1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"c1","unsettable":true,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"boo","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"byt","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doubl","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"floa","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inte","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"long","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"shor","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":-1,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Enum1","unsettable":false,"transient":false,"unique":false,"name":"enu","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dat","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"limitedstring","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stri","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intArray","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleArray","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":"stringArray","changeable":true,"lowerBound":1,"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":"byteArray","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"},{"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":"c1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"c1","unsettable":true,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"boo","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":"byt","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"doubl","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"float","changeable":true,"lowerBound":1,"iD":false,"id":58,"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":"inte","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"lon","changeable":true,"lowerBound":1,"iD":false,"id":60,"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":"shor","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Enum1","unsettable":true,"transient":false,"unique":true,"name":"enu","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dat","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":"limitedstring","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"limitedDecimal","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraLimitedString","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"c1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"c1","unsettable":true,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"boo","changeable":true,"lowerBound":1,"iD":false,"id":81,"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":"byt","changeable":true,"lowerBound":1,"iD":false,"id":82,"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":"doubl","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"float","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"inte","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lon","changeable":true,"lowerBound":1,"iD":false,"id":86,"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":"shor","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Enum1","unsettable":true,"transient":false,"unique":true,"name":"enu","changeable":true,"lowerBound":1,"iD":false,"id":88,"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":"dat","changeable":true,"lowerBound":1,"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"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":20},{"source":14,"target":21},{"source":20,"target":14},{"source":21,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":22},{"source":16,"target":23},{"source":16,"target":24},{"source":16,"target":25},{"source":16,"target":26},{"source":16,"target":27},{"source":16,"target":28},{"source":16,"target":29},{"source":16,"target":30},{"source":16,"target":31},{"source":16,"target":32},{"source":16,"target":33},{"source":16,"target":34},{"source":16,"target":35},{"source":16,"target":36},{"source":16,"target":37},{"source":22,"target":38},{"source":22,"target":16},{"source":23,"target":39},{"source":23,"target":16},{"source":24,"target":2},{"source":24,"target":40},{"source":24,"target":16},{"source":40,"target":2},{"source":25,"target":5},{"source":25,"target":41},{"source":25,"target":16},{"source":41,"target":5},{"source":26,"target":8},{"source":26,"target":42},{"source":26,"target":16},{"source":42,"target":8},{"source":27,"target":9},{"source":27,"target":43},{"source":27,"target":16},{"source":43,"target":9},{"source":28,"target":13},{"source":28,"target":44},{"source":28,"target":16},{"source":44,"target":13},{"source":29,"target":45},{"source":29,"target":16},{"source":30,"target":14},{"source":30,"target":46},{"source":30,"target":16},{"source":46,"target":14},{"source":31,"target":4},{"source":31,"target":47},{"source":31,"target":16},{"source":47,"target":4},{"source":32,"target":12},{"source":32,"target":48},{"source":32,"target":16},{"source":48,"target":12},{"source":33,"target":49},{"source":33,"target":16},{"source":34,"target":10},{"source":34,"target":50},{"source":34,"target":16},{"source":50,"target":10},{"source":35,"target":6},{"source":35,"target":51},{"source":35,"target":16},{"source":51,"target":6},{"source":36,"target":19},{"source":36,"target":52},{"source":36,"target":16},{"source":52,"target":19},{"source":37,"target":3},{"source":37,"target":53},{"source":37,"target":16},{"source":53,"target":3},{"source":17,"target":0},{"source":17,"target":54},{"source":17,"target":55},{"source":17,"target":56},{"source":17,"target":57},{"source":17,"target":58},{"source":17,"target":59},{"source":17,"target":60},{"source":17,"target":61},{"source":17,"target":62},{"source":17,"target":63},{"source":17,"target":64},{"source":17,"target":65},{"source":17,"target":66},{"source":54,"target":67},{"source":54,"target":17},{"source":55,"target":68},{"source":55,"target":17},{"source":56,"target":69},{"source":56,"target":17},{"source":57,"target":70},{"source":57,"target":17},{"source":58,"target":71},{"source":58,"target":17},{"source":59,"target":72},{"source":59,"target":17},{"source":60,"target":73},{"source":60,"target":17},{"source":61,"target":74},{"source":61,"target":17},{"source":62,"target":14},{"source":62,"target":75},{"source":62,"target":17},{"source":75,"target":14},{"source":63,"target":4},{"source":63,"target":76},{"source":63,"target":17},{"source":76,"target":4},{"source":64,"target":12},{"source":64,"target":77},{"source":64,"target":17},{"source":77,"target":12},{"source":65,"target":11},{"source":65,"target":78},{"source":65,"target":17},{"source":78,"target":11},{"source":66,"target":7},{"source":66,"target":79},{"source":66,"target":17},{"source":79,"target":7},{"source":18,"target":0},{"source":18,"target":80},{"source":18,"target":81},{"source":18,"target":82},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":18,"target":86},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":80,"target":90},{"source":80,"target":18},{"source":81,"target":91},{"source":81,"target":18},{"source":82,"target":92},{"source":82,"target":18},{"source":83,"target":93},{"source":83,"target":18},{"source":84,"target":94},{"source":84,"target":18},{"source":85,"target":95},{"source":85,"target":18},{"source":86,"target":96},{"source":86,"target":18},{"source":87,"target":97},{"source":87,"target":18},{"source":88,"target":15},{"source":88,"target":98},{"source":88,"target":18},{"source":98,"target":15},{"source":89,"target":4},{"source":89,"target":99},{"source":89,"target":18},{"source":99,"target":4},{"source":19,"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="DependabilityintermediateModel" nsURI="http://if.dsi.unifi.it/Modeling/DIM" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Sistema" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true" eOpposite="#//Component/intermediateModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activities" upperBound="-1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measures" upperBound="-1" eType="#//DependabilityMeasure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="intermediateModel" lowerBound="1" eType="#//Sistema" eOpposite="#//Sistema/components"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FailureModes" lowerBound="1" upperBound="-1" eType="#//FailureMode" containment="true" eOpposite="#//FailureMode/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Errors" upperBound="-1" eType="#//Error" containment="true" eOpposite="#//Error/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Faults" lowerBound="1" upperBound="-1" eType="#//Fault" containment="true" eOpposite="#//Fault/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultsGeneratesErrors" lowerBound="1" upperBound="-1" eType="#//FaultsGenerateErrors" containment="true" eOpposite="#//FaultsGenerateErrors/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InternalPropagation" upperBound="-1" eType="#//InternalPropagation" containment="true" eOpposite="#//InternalPropagation/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ErrorsGeneratesFailures" lowerBound="1" upperBound="-1" eType="#//ErrorsProducesFailures" containment="true" eOpposite="#//ErrorsProducesFailures/Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Threat" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Fault" abstract="true" eSuperTypes="#//Threat"> <eStructuralFeatures xsi:type="ecore:EReference" name="Component" lowerBound="1" eType="#//Component" eOpposite="#//Component/Faults"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalFault" eSuperTypes="#//Fault"> <eStructuralFeatures xsi:type="ecore:EReference" name="Occurrence" lowerBound="1" eType="#//Distribution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PermanentProbability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="TransientDuration" lowerBound="1" eType="#//Distribution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalFault" eSuperTypes="#//Fault"> <eStructuralFeatures xsi:type="ecore:EReference" name="Source" lowerBound="1" eType="#//FailureMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Error" eSuperTypes="#//Threat"> <eStructuralFeatures xsi:type="ecore:EReference" name="VanishingTime" eType="#//Distribution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Component" lowerBound="1" eType="#//Component" eOpposite="#//Component/Errors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uniform" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Lower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Upper" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Distribution" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Exponential" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gaussian" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Mean" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Variance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deterministic" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gamma" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Alpha" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Beta" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Weibull" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Alpha" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Beta" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureMode" eSuperTypes="#//Threat"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Domain" eType="#//FailureDomain"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Detectability" eType="#//FailureDetectability"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Consistency" eType="#//FailureConsistency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Consequences" eType="#//FailureConsequences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Component" lowerBound="1" eType="#//Component" eOpposite="#//Component/FailureModes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FailureDomain"> <eLiterals name="Content"/> <eLiterals name="EarlyTiming" value="1"/> <eLiterals name="LateTiming" value="2"/> <eLiterals name="Halt" value="3"/> <eLiterals name="Erratic" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FailureDetectability"> <eLiterals name="Signaled"/> <eLiterals name="Unsignaled" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FailureConsequences"> <eLiterals name="Insignificant"/> <eLiterals name="Marginal" value="1"/> <eLiterals name="Critical" value="2"/> <eLiterals name="Catastrophic" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FailureConsistency"> <eLiterals name="Consistent"/> <eLiterals name="Inconsistent" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultsExpressionNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="faultsGenerateErrors" lowerBound="1" eType="#//FaultsGenerateErrors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultsExpressionAndNode" eSuperTypes="#//FaultsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultsExpression1" lowerBound="1" eType="#//FaultsExpressionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultsExpression2" lowerBound="1" eType="#//FaultsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultsExpressionOrNode" eSuperTypes="#//FaultsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultsExpression1" lowerBound="1" eType="#//FaultsExpressionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultsExpression2" lowerBound="1" eType="#//FaultsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultsExpressionFaultNode" eSuperTypes="#//FaultsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="Fault" lowerBound="1" eType="#//Fault"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultsExpressionNotNode" eSuperTypes="#//FaultsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultsExpression" lowerBound="1" eType="#//FaultsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorsExpressionNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="errorPropagation" lowerBound="1" eType="#//ErrorPropagation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorsExpressionErrorNode" eSuperTypes="#//ErrorsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="Error" lowerBound="1" eType="#//Error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorsExpressionNotNode" eSuperTypes="#//ErrorsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ErrorsExpression" lowerBound="1" eType="#//ErrorsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorsExpressionAndNode" eSuperTypes="#//ErrorsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ErrorsExpression1" lowerBound="1" eType="#//ErrorsExpressionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ErrorsExpression2" lowerBound="1" eType="#//ErrorsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorsExpressionOrNode" eSuperTypes="#//ErrorsExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ErrorsExpression1" lowerBound="1" eType="#//ErrorsExpressionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ErrorsExpression2" lowerBound="1" eType="#//ErrorsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultsGenerateErrors"> <eStructuralFeatures xsi:type="ecore:EReference" name="Source" lowerBound="1" upperBound="-1" eType="#//Fault"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Destination" lowerBound="1" upperBound="-1" eType="#//Error"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivationDelay" lowerBound="1" eType="#//Distribution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PropagationProbability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PropagationLogic" lowerBound="1" eType="#//FaultsExpressionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PropagationLogicStringFormat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Component" lowerBound="1" eType="#//Component" eOpposite="#//Component/FaultsGeneratesErrors"/> <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="InternalPropagation" eSuperTypes="#//ErrorPropagation"> <eStructuralFeatures xsi:type="ecore:EReference" name="Source" lowerBound="1" upperBound="-1" eType="#//Error"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Destination" lowerBound="1" upperBound="-1" eType="#//Error"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PropagationDelay" lowerBound="1" eType="#//Distribution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PropagationProbability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Component" lowerBound="1" eType="#//Component" eOpposite="#//Component/InternalPropagation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorPropagation"> <eStructuralFeatures xsi:type="ecore:EReference" name="PropagationLogic" lowerBound="1" eType="#//ErrorsExpressionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PropagationLogicStringFormat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FaultGuard" eType="#//FaultsExpressionNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorsProducesFailures" eSuperTypes="#//ErrorPropagation"> <eStructuralFeatures xsi:type="ecore:EReference" name="Source" lowerBound="1" upperBound="-1" eType="#//Error"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Destination" lowerBound="1" upperBound="-1" eType="#//FailureMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PropagationDelay" lowerBound="1" eType="#//Distribution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PropagationProbability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Component" lowerBound="1" eType="#//Component" eOpposite="#//Component/ErrorsGeneratesFailures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Duration" lowerBound="1" eType="#//Distribution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="When" lowerBound="1" eType="#//ScheduleExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaintenanceActivity" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SuccessProbability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepairActivity" eSuperTypes="#//MaintenanceActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="Target" lowerBound="1" upperBound="-1" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReplaceActivity" eSuperTypes="#//MaintenanceActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="Target" lowerBound="1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Replacement" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetectionActivity" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Coverage" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FalsePositiveRatio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DetectableErrors" upperBound="-1" eType="#//Error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DependabilityMeasure" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//FailureMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluations" lowerBound="1" upperBound="-1" eType="#//EvaluationType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SteadyState" eSuperTypes="#//EvaluationType"/> <eClassifiers xsi:type="ecore:EClass" name="InstantOfTime" eSuperTypes="#//EvaluationType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timePoint" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalOfTime" eSuperTypes="#//EvaluationType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="begin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reliability" eSuperTypes="#//DependabilityMeasure"/> <eClassifiers xsi:type="ecore:EClass" name="FailureProbability" eSuperTypes="#//DependabilityMeasure"/> <eClassifiers xsi:type="ecore:EClass" name="Availability" eSuperTypes="#//DependabilityMeasure"/> <eClassifiers xsi:type="ecore:EClass" name="Safety" eSuperTypes="#//DependabilityMeasure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hazardousLevel" lowerBound="1" eType="#//FailureConsequences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="T" lowerBound="1" eType="#//ScheduleExpressionTime" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EX" lowerBound="1" eType="#//ScheduleExpressionCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="L" eType="#//ScheduleExpressionLimit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionTime" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionImmediately" eSuperTypes="#//ScheduleExpressionTime"/> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionAtTime" eSuperTypes="#//ScheduleExpressionTime"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="t" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionPeriodic" eSuperTypes="#//ScheduleExpressionTime"> <eStructuralFeatures xsi:type="ecore:EReference" name="PeriodDuration" eType="#//Distribution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionCondition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionTrue" eSuperTypes="#//ScheduleExpressionCondition"/> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionAnd" eSuperTypes="#//ScheduleExpressionCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" lowerBound="1" eType="#//ScheduleExpressionCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" lowerBound="1" eType="#//ScheduleExpressionCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionOr" eSuperTypes="#//ScheduleExpressionCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" lowerBound="1" eType="#//ScheduleExpressionCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" lowerBound="1" eType="#//ScheduleExpressionCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionNot" eSuperTypes="#//ScheduleExpressionCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="e" lowerBound="1" eType="#//ScheduleExpressionCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionFailed" eSuperTypes="#//ScheduleExpressionCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="failureMode" lowerBound="1" eType="#//FailureMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionErrorDetected" eSuperTypes="#//ScheduleExpressionCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="error" lowerBound="1" eType="#//Error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionLimit" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionBefore" eSuperTypes="#//ScheduleExpressionLimit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="t" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionAfter" eSuperTypes="#//ScheduleExpressionLimit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="t" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleExpressionInterval" eSuperTypes="#//ScheduleExpressionLimit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="t1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="t2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalOfTimeAveraged" eSuperTypes="#//EvaluationType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="begin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/montex/CHESS-SBA/org.polarsys.chess.statebased/metamodels/IM2.ecore
ecore
DependabilityintermediateModel Sistema components Activities measures Component intermediateModel FailureModes Errors Faults FaultsGeneratesErrors InternalPropagation ErrorsGeneratesFailures Threat Fault Component InternalFault Occurrence PermanentProbability TransientDuration ExternalFault Source Error VanishingTime Component Uniform Lower Upper NamedElement Name Distribution Exponential Rate Gaussian Mean Variance Deterministic Value Gamma Alpha Beta Weibull Alpha Beta FailureMode Domain Detectability Consistency Consequences Component FailureDomain Content Content EarlyTiming EarlyTiming LateTiming LateTiming Halt Halt Erratic Erratic FailureDetectability Signaled Signaled Unsignaled Unsignaled FailureConsequences Insignificant Insignificant Marginal Marginal Critical Critical Catastrophic Catastrophic FailureConsistency Consistent Consistent Inconsistent Inconsistent FaultsExpressionNode faultsGenerateErrors FaultsExpressionAndNode FaultsExpression1 FaultsExpression2 FaultsExpressionOrNode FaultsExpression1 FaultsExpression2 FaultsExpressionFaultNode Fault FaultsExpressionNotNode FaultsExpression ErrorsExpressionNode errorPropagation ErrorsExpressionErrorNode Error ErrorsExpressionNotNode ErrorsExpression ErrorsExpressionAndNode ErrorsExpression1 ErrorsExpression2 ErrorsExpressionOrNode ErrorsExpression1 ErrorsExpression2 FaultsGenerateErrors Source Destination ActivationDelay PropagationProbability PropagationLogic Weight 1 PropagationLogicStringFormat Component Name InternalPropagation Source Destination PropagationDelay PropagationProbability Weight 1 Component ErrorPropagation PropagationLogic Name PropagationLogicStringFormat FaultGuard ErrorsProducesFailures Source Destination PropagationDelay Weight 1 PropagationProbability 1 Component Activity Duration When MaintenanceActivity SuccessProbability RepairActivity Target ReplaceActivity Target Replacement DetectionActivity Coverage FalsePositiveRatio DetectableErrors DependabilityMeasure target evaluations requiredMax requiredMin EvaluationType SteadyState InstantOfTime timePoint IntervalOfTime begin end Reliability FailureProbability Availability Safety hazardousLevel ScheduleExpression T EX L ScheduleExpressionTime ScheduleExpressionImmediately ScheduleExpressionAtTime t ScheduleExpressionPeriodic PeriodDuration ScheduleExpressionCondition ScheduleExpressionTrue ScheduleExpressionAnd e1 e2 ScheduleExpressionOr e1 e2 ScheduleExpressionNot e ScheduleExpressionFailed failureMode ScheduleExpressionErrorDetected error ScheduleExpressionLimit ScheduleExpressionBefore t ScheduleExpressionAfter t ScheduleExpressionInterval t1 t2 IntervalOfTimeAveraged begin end
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://if.dsi.unifi.it/Modeling/DIM","name":"DependabilityintermediateModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sistema","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Threat","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fault","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFault","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalFault","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Error","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uniform","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distribution","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponential","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gaussian","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deterministic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gamma","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Weibull","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureMode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureDomain","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureDetectability","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureConsequences","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureConsistency","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultsExpressionNode","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultsExpressionAndNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultsExpressionOrNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultsExpressionFaultNode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultsExpressionNotNode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorsExpressionNode","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorsExpressionErrorNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorsExpressionNotNode","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorsExpressionAndNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorsExpressionOrNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultsGenerateErrors","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalPropagation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorPropagation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorsProducesFailures","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaintenanceActivity","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepairActivity","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplaceActivity","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetectionActivity","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependabilityMeasure","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SteadyState","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantOfTime","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalOfTime","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reliability","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureProbability","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availability","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Safety","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionTime","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionImmediately","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionAtTime","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionPeriodic","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionCondition","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionTrue","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionAnd","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionOr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionNot","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionFailed","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionErrorDetected","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionLimit","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionBefore","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionAfter","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleExpressionInterval","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalOfTimeAveraged","instanceClass":null,"abstract":false,"id":65,"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":"components","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":"Activities","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":"measures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateModel","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FailureModes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Errors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":"Faults","changeable":true,"resolveProxies":true,"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":"FaultsGeneratesErrors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"InternalPropagation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":"ErrorsGeneratesFailures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Occurrence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"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":"PermanentProbability","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TransientDuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"VanishingTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"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":111,"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":"Upper","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":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":true,"id":116,"derived":false},{"id":117,"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":"Rate","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"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":"Mean","changeable":true,"lowerBound":1,"iD":false,"id":121,"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":"Variance","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"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":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"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":"Alpha","changeable":true,"lowerBound":1,"iD":false,"id":129,"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":"Beta","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"Alpha","changeable":true,"lowerBound":1,"iD":false,"id":134,"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":"Beta","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Detectability","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Consistency","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Consequences","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"name":"Content","id":149,"value":0,"literal":"Content","eClass":"EEnumLiteral"},{"name":"EarlyTiming","id":150,"value":1,"literal":"EarlyTiming","eClass":"EEnumLiteral"},{"name":"LateTiming","id":151,"value":2,"literal":"LateTiming","eClass":"EEnumLiteral"},{"name":"Halt","id":152,"value":3,"literal":"Halt","eClass":"EEnumLiteral"},{"name":"Erratic","id":153,"value":4,"literal":"Erratic","eClass":"EEnumLiteral"},{"name":"Signaled","id":154,"value":0,"literal":"Signaled","eClass":"EEnumLiteral"},{"name":"Unsignaled","id":155,"value":1,"literal":"Unsignaled","eClass":"EEnumLiteral"},{"name":"Insignificant","id":156,"value":0,"literal":"Insignificant","eClass":"EEnumLiteral"},{"name":"Marginal","id":157,"value":1,"literal":"Marginal","eClass":"EEnumLiteral"},{"name":"Critical","id":158,"value":2,"literal":"Critical","eClass":"EEnumLiteral"},{"name":"Catastrophic","id":159,"value":3,"literal":"Catastrophic","eClass":"EEnumLiteral"},{"name":"Consistent","id":160,"value":0,"literal":"Consistent","eClass":"EEnumLiteral"},{"name":"Inconsistent","id":161,"value":1,"literal":"Inconsistent","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":"faultsGenerateErrors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FaultsExpression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FaultsExpression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FaultsExpression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FaultsExpression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Fault","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FaultsExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"errorPropagation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Error","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ErrorsExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ErrorsExpression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ErrorsExpression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ErrorsExpression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ErrorsExpression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"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":"Destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivationDelay","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"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":"PropagationProbability","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PropagationLogic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"Weight","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"PropagationLogicStringFormat","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":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":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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"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":"Destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PropagationDelay","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"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":"PropagationProbability","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"Weight","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PropagationLogic","changeable":true,"resolveProxies":true,"lowerBound":1,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"PropagationLogicStringFormat","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FaultGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"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":"Source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"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":"Destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PropagationDelay","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"Weight","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"PropagationProbability","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":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":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"When","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"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":"SuccessProbability","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Replacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"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":"Coverage","changeable":true,"lowerBound":1,"iD":false,"id":263,"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":"FalsePositiveRatio","changeable":true,"lowerBound":1,"iD":false,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"DetectableErrors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"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":"evaluations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"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":"requiredMax","changeable":true,"lowerBound":0,"iD":false,"id":272,"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":"requiredMin","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timePoint","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"begin","changeable":true,"lowerBound":1,"iD":false,"id":283,"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":"end","changeable":true,"lowerBound":1,"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"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hazardousLevel","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"T","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EX","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"L","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PeriodDuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"failureMode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":"t","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"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":"t","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"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":"t1","changeable":true,"lowerBound":1,"iD":false,"id":333,"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":"t2","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"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":"begin","changeable":true,"lowerBound":1,"iD":false,"id":338,"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":"end","changeable":true,"lowerBound":1,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":1,"target":0},{"source":1,"target":9},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":66,"target":2},{"source":66,"target":70},{"source":66,"target":1},{"source":66,"target":71},{"source":70,"target":2},{"source":67,"target":35},{"source":67,"target":72},{"source":67,"target":1},{"source":72,"target":35},{"source":68,"target":40},{"source":68,"target":73},{"source":68,"target":1},{"source":73,"target":40},{"source":69,"target":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":71},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":71,"target":1},{"source":71,"target":81},{"source":71,"target":2},{"source":71,"target":66},{"source":81,"target":1},{"source":74,"target":16},{"source":74,"target":82},{"source":74,"target":2},{"source":74,"target":83},{"source":82,"target":16},{"source":75,"target":7},{"source":75,"target":84},{"source":75,"target":2},{"source":75,"target":85},{"source":84,"target":7},{"source":76,"target":4},{"source":76,"target":86},{"source":76,"target":2},{"source":76,"target":87},{"source":86,"target":4},{"source":77,"target":31},{"source":77,"target":88},{"source":77,"target":2},{"source":77,"target":89},{"source":88,"target":31},{"source":78,"target":32},{"source":78,"target":90},{"source":78,"target":2},{"source":78,"target":91},{"source":90,"target":32},{"source":79,"target":34},{"source":79,"target":92},{"source":79,"target":2},{"source":79,"target":93},{"source":92,"target":34},{"source":80,"target":9},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":94},{"source":94,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":87},{"source":4,"target":95},{"source":87,"target":2},{"source":87,"target":96},{"source":87,"target":4},{"source":87,"target":76},{"source":96,"target":2},{"source":95,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":97,"target":10},{"source":97,"target":101},{"source":97,"target":5},{"source":101,"target":10},{"source":98,"target":102},{"source":98,"target":5},{"source":99,"target":10},{"source":99,"target":103},{"source":99,"target":5},{"source":103,"target":10},{"source":100,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":104},{"source":6,"target":105},{"source":104,"target":16},{"source":104,"target":106},{"source":104,"target":6},{"source":106,"target":16},{"source":105,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":107},{"source":7,"target":85},{"source":7,"target":108},{"source":107,"target":10},{"source":107,"target":109},{"source":107,"target":7},{"source":109,"target":10},{"source":85,"target":2},{"source":85,"target":110},{"source":85,"target":7},{"source":85,"target":75},{"source":110,"target":2},{"source":108,"target":3},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":111,"target":114},{"source":111,"target":8},{"source":112,"target":115},{"source":112,"target":8},{"source":113,"target":10},{"source":9,"target":0},{"source":9,"target":116},{"source":116,"target":117},{"source":116,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":118},{"source":11,"target":119},{"source":118,"target":120},{"source":118,"target":11},{"source":119,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":121,"target":124},{"source":121,"target":12},{"source":122,"target":125},{"source":122,"target":12},{"source":123,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":126},{"source":13,"target":127},{"source":126,"target":128},{"source":126,"target":13},{"source":127,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":129},{"source":14,"target":130},{"source":14,"target":131},{"source":129,"target":132},{"source":129,"target":14},{"source":130,"target":133},{"source":130,"target":14},{"source":131,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":134,"target":137},{"source":134,"target":15},{"source":135,"target":138},{"source":135,"target":15},{"source":136,"target":10},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":83},{"source":16,"target":143},{"source":139,"target":17},{"source":139,"target":144},{"source":139,"target":16},{"source":144,"target":17},{"source":140,"target":18},{"source":140,"target":145},{"source":140,"target":16},{"source":145,"target":18},{"source":141,"target":20},{"source":141,"target":146},{"source":141,"target":16},{"source":146,"target":20},{"source":142,"target":19},{"source":142,"target":147},{"source":142,"target":16},{"source":147,"target":19},{"source":83,"target":2},{"source":83,"target":148},{"source":83,"target":16},{"source":83,"target":74},{"source":148,"target":2},{"source":143,"target":3},{"source":17,"target":0},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":17,"target":153},{"source":149,"target":17},{"source":150,"target":17},{"source":151,"target":17},{"source":152,"target":17},{"source":153,"target":17},{"source":18,"target":0},{"source":18,"target":154},{"source":18,"target":155},{"source":154,"target":18},{"source":155,"target":18},{"source":19,"target":0},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":156,"target":19},{"source":157,"target":19},{"source":158,"target":19},{"source":159,"target":19},{"source":20,"target":0},{"source":20,"target":160},{"source":20,"target":161},{"source":160,"target":20},{"source":161,"target":20},{"source":21,"target":0},{"source":21,"target":162},{"source":162,"target":31},{"source":162,"target":163},{"source":162,"target":21},{"source":163,"target":31},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":164},{"source":22,"target":165},{"source":22,"target":166},{"source":164,"target":21},{"source":164,"target":167},{"source":164,"target":22},{"source":167,"target":21},{"source":165,"target":21},{"source":165,"target":168},{"source":165,"target":22},{"source":168,"target":21},{"source":166,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":169},{"source":23,"target":170},{"source":23,"target":171},{"source":169,"target":21},{"source":169,"target":172},{"source":169,"target":23},{"source":172,"target":21},{"source":170,"target":21},{"source":170,"target":173},{"source":170,"target":23},{"source":173,"target":21},{"source":171,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":174},{"source":24,"target":175},{"source":174,"target":4},{"source":174,"target":176},{"source":174,"target":24},{"source":176,"target":4},{"source":175,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":177},{"source":25,"target":178},{"source":177,"target":21},{"source":177,"target":179},{"source":177,"target":25},{"source":179,"target":21},{"source":178,"target":21},{"source":26,"target":0},{"source":26,"target":180},{"source":180,"target":33},{"source":180,"target":181},{"source":180,"target":26},{"source":181,"target":33},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":182},{"source":27,"target":183},{"source":182,"target":7},{"source":182,"target":184},{"source":182,"target":27},{"source":184,"target":7},{"source":183,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":185},{"source":28,"target":186},{"source":185,"target":26},{"source":185,"target":187},{"source":185,"target":28},{"source":187,"target":26},{"source":186,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":188},{"source":29,"target":189},{"source":29,"target":190},{"source":188,"target":26},{"source":188,"target":191},{"source":188,"target":29},{"source":191,"target":26},{"source":189,"target":26},{"source":189,"target":192},{"source":189,"target":29},{"source":192,"target":26},{"source":190,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":193},{"source":30,"target":194},{"source":30,"target":195},{"source":193,"target":26},{"source":193,"target":196},{"source":193,"target":30},{"source":196,"target":26},{"source":194,"target":26},{"source":194,"target":197},{"source":194,"target":30},{"source":197,"target":26},{"source":195,"target":26},{"source":31,"target":0},{"source":31,"target":198},{"source":31,"target":199},{"source":31,"target":200},{"source":31,"target":201},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":204},{"source":31,"target":89},{"source":31,"target":205},{"source":198,"target":4},{"source":198,"target":206},{"source":198,"target":31},{"source":206,"target":4},{"source":199,"target":7},{"source":199,"target":207},{"source":199,"target":31},{"source":207,"target":7},{"source":200,"target":10},{"source":200,"target":208},{"source":200,"target":31},{"source":208,"target":10},{"source":201,"target":209},{"source":201,"target":31},{"source":202,"target":21},{"source":202,"target":210},{"source":202,"target":31},{"source":210,"target":21},{"source":203,"target":211},{"source":203,"target":31},{"source":204,"target":212},{"source":204,"target":31},{"source":89,"target":2},{"source":89,"target":213},{"source":89,"target":31},{"source":89,"target":77},{"source":213,"target":2},{"source":205,"target":214},{"source":205,"target":31},{"source":32,"target":0},{"source":32,"target":33},{"source":32,"target":215},{"source":32,"target":216},{"source":32,"target":217},{"source":32,"target":218},{"source":32,"target":219},{"source":32,"target":91},{"source":32,"target":220},{"source":215,"target":7},{"source":215,"target":221},{"source":215,"target":32},{"source":221,"target":7},{"source":216,"target":7},{"source":216,"target":222},{"source":216,"target":32},{"source":222,"target":7},{"source":217,"target":10},{"source":217,"target":223},{"source":217,"target":32},{"source":223,"target":10},{"source":218,"target":224},{"source":218,"target":32},{"source":219,"target":225},{"source":219,"target":32},{"source":91,"target":2},{"source":91,"target":226},{"source":91,"target":32},{"source":91,"target":78},{"source":226,"target":2},{"source":220,"target":33},{"source":33,"target":0},{"source":33,"target":227},{"source":33,"target":228},{"source":33,"target":229},{"source":33,"target":230},{"source":227,"target":26},{"source":227,"target":231},{"source":227,"target":33},{"source":231,"target":26},{"source":228,"target":232},{"source":228,"target":33},{"source":229,"target":233},{"source":229,"target":33},{"source":230,"target":21},{"source":230,"target":234},{"source":230,"target":33},{"source":234,"target":21},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":235},{"source":34,"target":236},{"source":34,"target":237},{"source":34,"target":238},{"source":34,"target":239},{"source":34,"target":93},{"source":34,"target":240},{"source":235,"target":7},{"source":235,"target":241},{"source":235,"target":34},{"source":241,"target":7},{"source":236,"target":16},{"source":236,"target":242},{"source":236,"target":34},{"source":242,"target":16},{"source":237,"target":10},{"source":237,"target":243},{"source":237,"target":34},{"source":243,"target":10},{"source":238,"target":244},{"source":238,"target":34},{"source":239,"target":245},{"source":239,"target":34},{"source":93,"target":2},{"source":93,"target":246},{"source":93,"target":34},{"source":93,"target":79},{"source":246,"target":2},{"source":240,"target":33},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":247},{"source":35,"target":248},{"source":35,"target":249},{"source":247,"target":10},{"source":247,"target":250},{"source":247,"target":35},{"source":250,"target":10},{"source":248,"target":49},{"source":248,"target":251},{"source":248,"target":35},{"source":251,"target":49},{"source":249,"target":9},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":252},{"source":36,"target":253},{"source":252,"target":254},{"source":252,"target":36},{"source":253,"target":35},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":255},{"source":37,"target":256},{"source":255,"target":2},{"source":255,"target":257},{"source":255,"target":37},{"source":257,"target":2},{"source":256,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":258},{"source":38,"target":259},{"source":38,"target":260},{"source":258,"target":2},{"source":258,"target":261},{"source":258,"target":38},{"source":261,"target":2},{"source":259,"target":2},{"source":259,"target":262},{"source":259,"target":38},{"source":262,"target":2},{"source":260,"target":36},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":263},{"source":39,"target":264},{"source":39,"target":265},{"source":39,"target":266},{"source":263,"target":267},{"source":263,"target":39},{"source":264,"target":268},{"source":264,"target":39},{"source":265,"target":7},{"source":265,"target":269},{"source":265,"target":39},{"source":269,"target":7},{"source":266,"target":35},{"source":40,"target":0},{"source":40,"target":9},{"source":40,"target":270},{"source":40,"target":271},{"source":40,"target":272},{"source":40,"target":273},{"source":40,"target":274},{"source":270,"target":16},{"source":270,"target":275},{"source":270,"target":40},{"source":275,"target":16},{"source":271,"target":41},{"source":271,"target":276},{"source":271,"target":40},{"source":276,"target":41},{"source":272,"target":277},{"source":272,"target":40},{"source":273,"target":278},{"source":273,"target":40},{"source":274,"target":9},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":279},{"source":279,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":280},{"source":43,"target":281},{"source":280,"target":282},{"source":280,"target":43},{"source":281,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":283},{"source":44,"target":284},{"source":44,"target":285},{"source":283,"target":286},{"source":283,"target":44},{"source":284,"target":287},{"source":284,"target":44},{"source":285,"target":41},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":288},{"source":288,"target":40},{"source":46,"target":0},{"source":46,"target":40},{"source":46,"target":289},{"source":289,"target":40},{"source":47,"target":0},{"source":47,"target":40},{"source":47,"target":290},{"source":290,"target":40},{"source":48,"target":0},{"source":48,"target":40},{"source":48,"target":291},{"source":48,"target":292},{"source":291,"target":19},{"source":291,"target":293},{"source":291,"target":48},{"source":293,"target":19},{"source":292,"target":40},{"source":49,"target":0},{"source":49,"target":294},{"source":49,"target":295},{"source":49,"target":296},{"source":294,"target":50},{"source":294,"target":297},{"source":294,"target":49},{"source":297,"target":50},{"source":295,"target":54},{"source":295,"target":298},{"source":295,"target":49},{"source":298,"target":54},{"source":296,"target":61},{"source":296,"target":299},{"source":296,"target":49},{"source":299,"target":61},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":300},{"source":300,"target":50},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":301},{"source":52,"target":302},{"source":301,"target":303},{"source":301,"target":52},{"source":302,"target":50},{"source":53,"target":0},{"source":53,"target":50},{"source":53,"target":304},{"source":53,"target":305},{"source":304,"target":10},{"source":304,"target":306},{"source":304,"target":53},{"source":306,"target":10},{"source":305,"target":50},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":307},{"source":307,"target":54},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":308},{"source":56,"target":309},{"source":56,"target":310},{"source":308,"target":54},{"source":308,"target":311},{"source":308,"target":56},{"source":311,"target":54},{"source":309,"target":54},{"source":309,"target":312},{"source":309,"target":56},{"source":312,"target":54},{"source":310,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":313},{"source":57,"target":314},{"source":57,"target":315},{"source":313,"target":54},{"source":313,"target":316},{"source":313,"target":57},{"source":316,"target":54},{"source":314,"target":54},{"source":314,"target":317},{"source":314,"target":57},{"source":317,"target":54},{"source":315,"target":54},{"source":58,"target":0},{"source":58,"target":54},{"source":58,"target":318},{"source":58,"target":319},{"source":318,"target":54},{"source":318,"target":320},{"source":318,"target":58},{"source":320,"target":54},{"source":319,"target":54},{"source":59,"target":0},{"source":59,"target":54},{"source":59,"target":321},{"source":59,"target":322},{"source":321,"target":16},{"source":321,"target":323},{"source":321,"target":59},{"source":323,"target":16},{"source":322,"target":54},{"source":60,"target":0},{"source":60,"target":54},{"source":60,"target":324},{"source":60,"target":325},{"source":324,"target":7},{"source":324,"target":326},{"source":324,"target":60},{"source":326,"target":7},{"source":325,"target":54},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":327},{"source":62,"target":328},{"source":327,"target":329},{"source":327,"target":62},{"source":328,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":330},{"source":63,"target":331},{"source":330,"target":332},{"source":330,"target":63},{"source":331,"target":61},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":333},{"source":64,"target":334},{"source":64,"target":335},{"source":333,"target":336},{"source":333,"target":64},{"source":334,"target":337},{"source":334,"target":64},{"source":335,"target":61},{"source":65,"target":0},{"source":65,"target":41},{"source":65,"target":338},{"source":65,"target":339},{"source":65,"target":340},{"source":338,"target":341},{"source":338,"target":65},{"source":339,"target":342},{"source":339,"target":65},{"source":340,"target":41}],"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="openome_model" nsURI="http:///edu/toronto/cs/openome_model.ecore" nsPrefix="edu.toronto.cs.openome_model"> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_a" upperBound="-1" eType="#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is_part_of" upperBound="-1" eType="#//Actor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="believes" upperBound="-1" eType="#//Belief"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agent" eSuperTypes="#//Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="plays" upperBound="-1" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="occupies" upperBound="-1" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" eType="#//Agent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndDecomposition" eSuperTypes="#//Decomposition"/> <eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Intention" eOpposite="#//Intention/contributesFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model" transient="true" eOpposite="#//Model/contributions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Intention" eOpposite="#//Intention/contributesTo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goal_model_symmetry" eType="#//GoalModelingContributionSymmetry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decomposition" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Intention" eOpposite="#//Intention/decompositions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Intention" eOpposite="#//Intention/parentDecompositions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model" transient="true" eOpposite="#//Model/decompositions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencyFrom" eType="#//Dependable" eOpposite="#//Dependable/dependencyTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencyTo" eType="#//Dependable" eOpposite="#//Dependable/dependencyFrom"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trust" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model" transient="true" eOpposite="#//Model/dependencies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//Intention"/> <eClassifiers xsi:type="ecore:EClass" name="Intention" eSuperTypes="#//Dependable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boundary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequential" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parallel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1" eType="#//Property" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Decomposition" eOpposite="#//Decomposition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentDecompositions" upperBound="-1" eType="#//Decomposition" eOpposite="#//Decomposition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Container" transient="true" eOpposite="#//Container/intentions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="QualitativeReasoningCombinedLabel" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="QualitativeReasoningSatisfiedLabel" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="QualitativeReasoningDenialLabel" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="QuantitativeReasoningCombinedLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="QuantitativeReasoningDeniedLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="QuantitativeReasoningSatisfiedLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributesTo" upperBound="-1" eType="#//Contribution" eOpposite="#//Contribution/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributesFrom" upperBound="-1" eType="#//Contribution" eOpposite="#//Contribution/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelBag" eType="#//LabelBag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialEvalLabel" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseLabelBag" eType="#//LabelBag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="humanJudgments" upperBound="-1" eType="#//HumanJudgment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intentions" upperBound="-1" eType="#//Intention" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributions" upperBound="-1" eType="#//Contribution" containment="true" resolveProxies="false" eOpposite="#//Contribution/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Dependency" containment="true" resolveProxies="false" eOpposite="#//Dependency/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Decomposition" containment="true" resolveProxies="false" eOpposite="#//Decomposition/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containers" upperBound="-1" eType="#//Container" containment="true" resolveProxies="false" eOpposite="#//Container/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" upperBound="-1" eType="#//Correlation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Association" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" upperBound="-1" eType="#//Alternative" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrDecomposition" eSuperTypes="#//Decomposition"/> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="covers" upperBound="-1" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Intention"/> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//Container"/> <eClassifiers xsi:type="ecore:EClass" name="Softgoal" eSuperTypes="#//Intention"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Intention"/> <eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" eSuperTypes="#//Dependable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//Actor" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intentions" upperBound="-1" eType="#//Intention" containment="true" resolveProxies="false" eOpposite="#//Intention/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model" transient="true" eOpposite="#//Model/containers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationTo" upperBound="-1" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationFrom" upperBound="-1" eType="#//Association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Belief" eSuperTypes="#//Intention"/> <eClassifiers xsi:type="ecore:EClass" name="Link" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Correlation" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Intention"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Intention"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencyFrom" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/dependencyTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencyTo" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/dependencyFrom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HelpContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Help"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HurtContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Hurt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MakeContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Make"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Break"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SomePlusContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Some+"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SomeMinusContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Some-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Unknown"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="AND"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrContribution" eSuperTypes="#//Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="OR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsAAssociation" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="ISA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoversAssociation" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Covers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsPartOfAssociation" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Is part of"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccupiesAssociation" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Occupies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaysAssociation" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="Plays"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="INSAssociation" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="INS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alternative"> <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="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=" "/> <eStructuralFeatures xsi:type="ecore:EReference" name="intentions" upperBound="-1" eType="#//Intention"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evalLabels" ordered="false" unique="false" upperBound="-1" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntentionToEvaluationLabelMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Intention" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EvaluationLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EvaluationLabel"> <eLiterals name="None"/> <eLiterals name="Unknown"/> <eLiterals name="Satisfied"/> <eLiterals name="PartiallySatisfied" literal="PartiallySatisfied"/> <eLiterals name="Denied"/> <eLiterals name="PartiallyDenied" literal="PartiallyDenied"/> <eLiterals name="Conflict"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GoalModelingContributionType"> <eLiterals name="None" literal=""/> <eLiterals name="PlusPlus" value="1" literal="++"/> <eLiterals name="Plus" value="2" literal="+"/> <eLiterals name="Minus" value="3" literal="-"/> <eLiterals name="MinusMinus" value="4" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GoalModelingContributionSymmetry"> <eLiterals name="Both" value="2"/> <eLiterals name="Sat"/> <eLiterals name="Den" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HumanJudgment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resultLabel" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelBag" eType="#//LabelBag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelBag"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelBagIntentions" upperBound="-1" eType="#//Intention"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelBagEvalLabels" ordered="false" unique="false" upperBound="-1" eType="#//EvaluationLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toResolve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allPositive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasFullPositive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasFullNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasUnknown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasConflict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allUnknown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allConflict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/viatra/EMF-IncQuery-Examples/openome/instances/openome_model.ecore
ecore
openome_model Actor is_a is_part_of believes Agent plays occupies ins AndDecomposition Contribution target model source goal_model_symmetry Decomposition source target model Dependency dependencyFrom dependencyTo trust label model Goal Intention name system true boundary false exclusive true sequential true parallel false property decompositions parentDecompositions container QualitativeReasoningCombinedLabel QualitativeReasoningSatisfiedLabel QualitativeReasoningDenialLabel QuantitativeReasoningCombinedLabel QuantitativeReasoningDeniedLabel QuantitativeReasoningSatisfiedLabel contributesTo contributesFrom labelBag initialEvalLabel reverseLabelBag humanJudgments Model name intentions contributions dependencies decompositions containers correlations associations alternatives OrDecomposition Position covers Property name value Resource Role Softgoal topic Task Container name sub intentions model associationTo associationFrom Belief Link Correlation target source Dependable dependencyFrom dependencyTo HelpContribution contributionType Help HurtContribution contributionType Hurt MakeContribution contributionType Make BreakContribution contributionType Break SomePlusContribution contributionType Some+ SomeMinusContribution contributionType Some- UnknownContribution contributionType Unknown AndContribution contributionType AND OrContribution contributionType OR Association source target IsAAssociation label ISA CoversAssociation label Covers IsPartOfAssociation label Is part of OccupiesAssociation label Occupies PlaysAssociation label Plays INSAssociation label INS Alternative name description intentions evalLabels direction IntentionToEvaluationLabelMap java.util.Map$Entry java.util.Map$Entry key value EvaluationLabel None None Unknown Unknown Satisfied Satisfied PartiallySatisfied PartiallySatisfied Denied Denied PartiallyDenied PartiallyDenied Conflict Conflict GoalModelingContributionType None PlusPlus ++ Plus + Minus - MinusMinus -- GoalModelingContributionSymmetry Both Both Sat Sat Den Den HumanJudgment resultLabel enabled labelBag LabelBag labelBagIntentions labelBagEvalLabels toResolve allPositive allNegative hasFullPositive hasFullNegative hasUnknown hasConflict allUnknown allConflict
null
{"directed":true,"nodes":[{"nsPrefix":"edu.toronto.cs.openome_model","nsURI":"http:///edu/toronto/cs/openome_model.ecore","name":"openome_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndDecomposition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intention","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrDecomposition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Softgoal","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Belief","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Correlation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependable","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HelpContribution","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HurtContribution","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MakeContribution","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakContribution","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomePlusContribution","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomeMinusContribution","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownContribution","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndContribution","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrContribution","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsAAssociation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoversAssociation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsPartOfAssociation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupiesAssociation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaysAssociation","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INSAssociation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alternative","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"IntentionToEvaluationLabelMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EvaluationLabel","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GoalModelingContributionType","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GoalModelingContributionSymmetry","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanJudgment","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBag","instanceClass":null,"abstract":false,"id":44,"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":"is_a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_part_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"believes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"plays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"occupies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ins","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":false,"ordered":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":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goal_model_symmetry","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contributions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parentDecompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"decompositions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trust","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyTo","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencyFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"system","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"boundary","changeable":true,"lowerBound":0,"iD":false,"id":99,"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":"exclusive","changeable":true,"lowerBound":0,"iD":false,"id":100,"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":"sequential","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"parallel","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":false,"lowerBound":0,"id":103,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"QualitativeReasoningCombinedLabel","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"QualitativeReasoningSatisfiedLabel","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"QualitativeReasoningDenialLabel","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"QuantitativeReasoningCombinedLabel","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"QuantitativeReasoningDeniedLabel","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":null,"unsettable":false,"transient":false,"unique":true,"name":"QuantitativeReasoningSatisfiedLabel","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialEvalLabel","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":"reverseLabelBag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"humanJudgments","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"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intentions","changeable":true,"resolveProxies":false,"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"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intentions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"resolveProxies":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"covers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topic","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sub","changeable":true,"resolveProxies":false,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":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":"Help","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Help","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Hurt","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Hurt","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Make","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Make","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Break","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Break","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Some+","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Some+","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Some-","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Some-","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Unknown","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Unknown","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"AND","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"AND","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"OR","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"OR","unsettable":false,"transient":false,"unique":true,"name":"contributionType","changeable":false,"lowerBound":1,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":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":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"ISA","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ISA","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Covers","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Covers","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Is part of","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Is part of","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Occupies","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Occupies","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Plays","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Plays","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"INS","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"INS","unsettable":false,"transient":false,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":238,"derived":false},{"ordered":true,"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":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intentions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"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":"evalLabels","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":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":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":false,"lowerBound":0,"id":248,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"name":"None","id":252,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Unknown","id":253,"value":0,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"Satisfied","id":254,"value":0,"literal":"Satisfied","eClass":"EEnumLiteral"},{"name":"PartiallySatisfied","id":255,"value":0,"literal":"PartiallySatisfied","eClass":"EEnumLiteral"},{"name":"Denied","id":256,"value":0,"literal":"Denied","eClass":"EEnumLiteral"},{"name":"PartiallyDenied","id":257,"value":0,"literal":"PartiallyDenied","eClass":"EEnumLiteral"},{"name":"Conflict","id":258,"value":0,"literal":"Conflict","eClass":"EEnumLiteral"},{"name":"None","id":259,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"PlusPlus","id":260,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"Plus","id":261,"value":2,"literal":"+","eClass":"EEnumLiteral"},{"name":"Minus","id":262,"value":3,"literal":"-","eClass":"EEnumLiteral"},{"name":"MinusMinus","id":263,"value":4,"literal":"--","eClass":"EEnumLiteral"},{"name":"Both","id":264,"value":2,"literal":"Both","eClass":"EEnumLiteral"},{"name":"Sat","id":265,"value":0,"literal":"Sat","eClass":"EEnumLiteral"},{"name":"Den","id":266,"value":1,"literal":"Den","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resultLabel","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelBagIntentions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"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":"labelBagEvalLabels","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toResolve","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allPositive","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allNegative","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasFullPositive","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasFullNegative","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasUnknown","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasConflict","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allUnknown","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allConflict","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":1,"target":0},{"source":1,"target":17},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":45,"target":1},{"source":45,"target":49},{"source":45,"target":1},{"source":49,"target":1},{"source":46,"target":1},{"source":46,"target":50},{"source":46,"target":1},{"source":50,"target":1},{"source":47,"target":18},{"source":47,"target":51},{"source":47,"target":1},{"source":51,"target":18},{"source":48,"target":17},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":52,"target":14},{"source":52,"target":56},{"source":52,"target":2},{"source":56,"target":14},{"source":53,"target":11},{"source":53,"target":57},{"source":53,"target":2},{"source":57,"target":11},{"source":54,"target":2},{"source":54,"target":58},{"source":54,"target":2},{"source":58,"target":2},{"source":55,"target":17},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":59},{"source":59,"target":5},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":60,"target":8},{"source":60,"target":65},{"source":60,"target":4},{"source":60,"target":66},{"source":65,"target":8},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":4},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":8},{"source":62,"target":69},{"source":62,"target":4},{"source":62,"target":70},{"source":69,"target":8},{"source":63,"target":42},{"source":63,"target":71},{"source":63,"target":4},{"source":71,"target":42},{"source":64,"target":19},{"source":5,"target":0},{"source":5,"target":19},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":72,"target":8},{"source":72,"target":76},{"source":72,"target":5},{"source":72,"target":77},{"source":76,"target":8},{"source":73,"target":8},{"source":73,"target":78},{"source":73,"target":5},{"source":73,"target":79},{"source":78,"target":8},{"source":74,"target":9},{"source":74,"target":80},{"source":74,"target":5},{"source":74,"target":81},{"source":80,"target":9},{"source":75,"target":19},{"source":6,"target":0},{"source":6,"target":19},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":82,"target":21},{"source":82,"target":88},{"source":82,"target":6},{"source":82,"target":89},{"source":88,"target":21},{"source":83,"target":21},{"source":83,"target":90},{"source":83,"target":6},{"source":83,"target":91},{"source":90,"target":21},{"source":84,"target":92},{"source":84,"target":6},{"source":85,"target":93},{"source":85,"target":6},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":6},{"source":86,"target":95},{"source":94,"target":9},{"source":87,"target":19},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":96},{"source":96,"target":8},{"source":8,"target":0},{"source":8,"target":21},{"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":8,"target":77},{"source":8,"target":79},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":70},{"source":8,"target":66},{"source":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":97,"target":116},{"source":97,"target":8},{"source":98,"target":117},{"source":98,"target":8},{"source":99,"target":118},{"source":99,"target":8},{"source":100,"target":119},{"source":100,"target":8},{"source":101,"target":120},{"source":101,"target":8},{"source":102,"target":121},{"source":102,"target":8},{"source":103,"target":12},{"source":103,"target":122},{"source":103,"target":8},{"source":122,"target":12},{"source":77,"target":5},{"source":77,"target":123},{"source":77,"target":8},{"source":77,"target":72},{"source":123,"target":5},{"source":79,"target":5},{"source":79,"target":124},{"source":79,"target":8},{"source":79,"target":73},{"source":124,"target":5},{"source":104,"target":17},{"source":104,"target":125},{"source":104,"target":8},{"source":104,"target":126},{"source":125,"target":17},{"source":105,"target":40},{"source":105,"target":127},{"source":105,"target":8},{"source":127,"target":40},{"source":106,"target":40},{"source":106,"target":128},{"source":106,"target":8},{"source":128,"target":40},{"source":107,"target":40},{"source":107,"target":129},{"source":107,"target":8},{"source":129,"target":40},{"source":108,"target":130},{"source":108,"target":8},{"source":109,"target":131},{"source":109,"target":8},{"source":110,"target":132},{"source":110,"target":8},{"source":70,"target":4},{"source":70,"target":133},{"source":70,"target":8},{"source":70,"target":62},{"source":133,"target":4},{"source":66,"target":4},{"source":66,"target":134},{"source":66,"target":8},{"source":66,"target":60},{"source":134,"target":4},{"source":111,"target":44},{"source":111,"target":135},{"source":111,"target":8},{"source":135,"target":44},{"source":112,"target":40},{"source":112,"target":136},{"source":112,"target":8},{"source":136,"target":40},{"source":113,"target":44},{"source":113,"target":137},{"source":113,"target":8},{"source":137,"target":44},{"source":114,"target":43},{"source":114,"target":138},{"source":114,"target":8},{"source":138,"target":43},{"source":115,"target":21},{"source":9,"target":0},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":68},{"source":9,"target":95},{"source":9,"target":81},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":139,"target":145},{"source":139,"target":9},{"source":140,"target":8},{"source":140,"target":146},{"source":140,"target":9},{"source":146,"target":8},{"source":68,"target":4},{"source":68,"target":147},{"source":68,"target":9},{"source":68,"target":61},{"source":147,"target":4},{"source":95,"target":6},{"source":95,"target":148},{"source":95,"target":9},{"source":95,"target":86},{"source":148,"target":6},{"source":81,"target":5},{"source":81,"target":149},{"source":81,"target":9},{"source":81,"target":74},{"source":149,"target":5},{"source":141,"target":17},{"source":141,"target":150},{"source":141,"target":9},{"source":141,"target":151},{"source":150,"target":17},{"source":142,"target":20},{"source":142,"target":152},{"source":142,"target":9},{"source":152,"target":20},{"source":143,"target":31},{"source":143,"target":153},{"source":143,"target":9},{"source":153,"target":31},{"source":144,"target":38},{"source":144,"target":154},{"source":144,"target":9},{"source":154,"target":38},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":155},{"source":155,"target":5},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":156},{"source":11,"target":157},{"source":156,"target":14},{"source":156,"target":158},{"source":156,"target":11},{"source":158,"target":14},{"source":157,"target":17},{"source":12,"target":0},{"source":12,"target":159},{"source":12,"target":160},{"source":159,"target":161},{"source":159,"target":12},{"source":160,"target":162},{"source":160,"target":12},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":163},{"source":163,"target":8},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":164},{"source":164,"target":17},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":165},{"source":15,"target":166},{"source":165,"target":167},{"source":165,"target":15},{"source":166,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":168},{"source":168,"target":8},{"source":17,"target":0},{"source":17,"target":21},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":126},{"source":17,"target":151},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":169,"target":174},{"source":169,"target":17},{"source":170,"target":1},{"source":170,"target":175},{"source":170,"target":17},{"source":175,"target":1},{"source":126,"target":8},{"source":126,"target":176},{"source":126,"target":17},{"source":126,"target":104},{"source":176,"target":8},{"source":151,"target":9},{"source":151,"target":177},{"source":151,"target":17},{"source":151,"target":141},{"source":177,"target":9},{"source":171,"target":31},{"source":171,"target":178},{"source":171,"target":17},{"source":178,"target":31},{"source":172,"target":31},{"source":172,"target":179},{"source":172,"target":17},{"source":179,"target":31},{"source":173,"target":21},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":180},{"source":180,"target":8},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":181},{"source":20,"target":182},{"source":20,"target":183},{"source":181,"target":8},{"source":181,"target":184},{"source":181,"target":20},{"source":184,"target":8},{"source":182,"target":8},{"source":182,"target":185},{"source":182,"target":20},{"source":185,"target":8},{"source":183,"target":19},{"source":21,"target":0},{"source":21,"target":91},{"source":21,"target":89},{"source":91,"target":6},{"source":91,"target":186},{"source":91,"target":21},{"source":91,"target":83},{"source":186,"target":6},{"source":89,"target":6},{"source":89,"target":187},{"source":89,"target":21},{"source":89,"target":82},{"source":187,"target":6},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":188},{"source":22,"target":189},{"source":188,"target":190},{"source":188,"target":22},{"source":189,"target":4},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":191},{"source":23,"target":192},{"source":191,"target":193},{"source":191,"target":23},{"source":192,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":194},{"source":24,"target":195},{"source":194,"target":196},{"source":194,"target":24},{"source":195,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":197},{"source":25,"target":198},{"source":197,"target":199},{"source":197,"target":25},{"source":198,"target":4},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":200},{"source":26,"target":201},{"source":200,"target":202},{"source":200,"target":26},{"source":201,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":203},{"source":27,"target":204},{"source":203,"target":205},{"source":203,"target":27},{"source":204,"target":4},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":206},{"source":28,"target":207},{"source":206,"target":208},{"source":206,"target":28},{"source":207,"target":4},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":209},{"source":29,"target":210},{"source":209,"target":211},{"source":209,"target":29},{"source":210,"target":4},{"source":30,"target":0},{"source":30,"target":4},{"source":30,"target":212},{"source":30,"target":213},{"source":212,"target":214},{"source":212,"target":30},{"source":213,"target":4},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":215,"target":17},{"source":215,"target":218},{"source":215,"target":31},{"source":218,"target":17},{"source":216,"target":17},{"source":216,"target":219},{"source":216,"target":31},{"source":219,"target":17},{"source":217,"target":19},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":220},{"source":32,"target":221},{"source":220,"target":222},{"source":220,"target":32},{"source":221,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":223},{"source":33,"target":224},{"source":223,"target":225},{"source":223,"target":33},{"source":224,"target":31},{"source":34,"target":0},{"source":34,"target":31},{"source":34,"target":226},{"source":34,"target":227},{"source":226,"target":228},{"source":226,"target":34},{"source":227,"target":31},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":229},{"source":35,"target":230},{"source":229,"target":231},{"source":229,"target":35},{"source":230,"target":31},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":232},{"source":36,"target":233},{"source":232,"target":234},{"source":232,"target":36},{"source":233,"target":31},{"source":37,"target":0},{"source":37,"target":31},{"source":37,"target":235},{"source":37,"target":236},{"source":235,"target":237},{"source":235,"target":37},{"source":236,"target":31},{"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":238,"target":243},{"source":238,"target":38},{"source":239,"target":244},{"source":239,"target":38},{"source":240,"target":8},{"source":240,"target":245},{"source":240,"target":38},{"source":245,"target":8},{"source":241,"target":40},{"source":241,"target":246},{"source":241,"target":38},{"source":246,"target":40},{"source":242,"target":247},{"source":242,"target":38},{"source":39,"target":0},{"source":39,"target":248},{"source":39,"target":249},{"source":248,"target":8},{"source":248,"target":250},{"source":248,"target":39},{"source":250,"target":8},{"source":249,"target":40},{"source":249,"target":251},{"source":249,"target":39},{"source":251,"target":40},{"source":40,"target":0},{"source":40,"target":252},{"source":40,"target":253},{"source":40,"target":254},{"source":40,"target":255},{"source":40,"target":256},{"source":40,"target":257},{"source":40,"target":258},{"source":252,"target":40},{"source":253,"target":40},{"source":254,"target":40},{"source":255,"target":40},{"source":256,"target":40},{"source":257,"target":40},{"source":258,"target":40},{"source":41,"target":0},{"source":41,"target":259},{"source":41,"target":260},{"source":41,"target":261},{"source":41,"target":262},{"source":41,"target":263},{"source":259,"target":41},{"source":260,"target":41},{"source":261,"target":41},{"source":262,"target":41},{"source":263,"target":41},{"source":42,"target":0},{"source":42,"target":264},{"source":42,"target":265},{"source":42,"target":266},{"source":264,"target":42},{"source":265,"target":42},{"source":266,"target":42},{"source":43,"target":0},{"source":43,"target":267},{"source":43,"target":268},{"source":43,"target":269},{"source":267,"target":40},{"source":267,"target":270},{"source":267,"target":43},{"source":270,"target":40},{"source":268,"target":271},{"source":268,"target":43},{"source":269,"target":44},{"source":269,"target":272},{"source":269,"target":43},{"source":272,"target":44},{"source":44,"target":0},{"source":44,"target":273},{"source":44,"target":274},{"source":44,"target":275},{"source":44,"target":276},{"source":44,"target":277},{"source":44,"target":278},{"source":44,"target":279},{"source":44,"target":280},{"source":44,"target":281},{"source":44,"target":282},{"source":44,"target":283},{"source":273,"target":8},{"source":273,"target":284},{"source":273,"target":44},{"source":284,"target":8},{"source":274,"target":40},{"source":274,"target":285},{"source":274,"target":44},{"source":285,"target":40},{"source":275,"target":286},{"source":275,"target":44},{"source":276,"target":287},{"source":276,"target":44},{"source":277,"target":288},{"source":277,"target":44},{"source":278,"target":289},{"source":278,"target":44},{"source":279,"target":290},{"source":279,"target":44},{"source":280,"target":291},{"source":280,"target":44},{"source":281,"target":292},{"source":281,"target":44},{"source":282,"target":293},{"source":282,"target":44},{"source":283,"target":294},{"source":283,"target":44}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="costs" nsURI="http://www.cwi.nl/ea/costs" nsPrefix="org.ect.ea.costs"> <eClassifiers xsi:type="ecore:EClass" name="CostsObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CostsAlgebra" abstract="true"> <eOperations name="choose" eType="#//CostsObject"> <eParameters name="c1" eType="#//CostsObject"/> <eParameters name="c2" eType="#//CostsObject"/> </eOperations> <eOperations name="combineSequentially" eType="#//CostsObject"> <eParameters name="c1" eType="#//CostsObject"/> <eParameters name="c2" eType="#//CostsObject"/> </eOperations> <eOperations name="combineParallel" eType="#//CostsObject"> <eParameters name="c1" eType="#//CostsObject"/> <eParameters name="c2" eType="#//CostsObject"/> </eOperations> </eClassifiers> <eSubpackages name="types" nsURI="http://www.cwi.nl/ea/costs/types" nsPrefix="org.ect.ea.costs.types"> <eClassifiers xsi:type="ecore:EClass" name="IntegerCosts" eSuperTypes="#//CostsObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringCosts" eSuperTypes="#//CostsObject"> <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="FloatCosts" eSuperTypes="#//CostsObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floatValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> </eSubpackages> <eSubpackages name="algebras" nsURI="http://www.cwi.nl/ea/costs/algebras" nsPrefix="org.ect.ea.costs.algebras"> <eClassifiers xsi:type="ecore:EClass" name="MemoryAlgebra" eSuperTypes="#//CostsAlgebra"/> <eClassifiers xsi:type="ecore:EClass" name="CPUAlgebra" eSuperTypes="#//CostsAlgebra"/> <eClassifiers xsi:type="ecore:EClass" name="BandwidthAlgebra" eSuperTypes="#//CostsAlgebra"/> <eClassifiers xsi:type="ecore:EClass" name="DelayAlgebra" eSuperTypes="#//CostsAlgebra"/> <eClassifiers xsi:type="ecore:EClass" name="ReliabilityAlgebra" eSuperTypes="#//CostsAlgebra"/> <eClassifiers xsi:type="ecore:EClass" name="SecurityAlgebra" eSuperTypes="#//CostsAlgebra"/> <eClassifiers xsi:type="ecore:EClass" name="ExponentialDelayAlgebra" eSuperTypes="#//CostsAlgebra"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ReoLanguage/ECT/src/ea-core/org.ect.ea.extensions.costs/model/ea-costs.ecore
ecore
costs CostsObject type value CostsAlgebra choose c1 c2 combineSequentially c1 c2 combineParallel c1 c2 types IntegerCosts integerValue StringCosts stringValue FloatCosts floatValue algebras MemoryAlgebra CPUAlgebra BandwidthAlgebra DelayAlgebra ReliabilityAlgebra SecurityAlgebra ExponentialDelayAlgebra
null
{"directed":true,"nodes":[{"nsPrefix":"org.ect.ea.costs","nsURI":"http://www.cwi.nl/ea/costs","name":"costs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CostsObject","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CostsAlgebra","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.ect.ea.costs.types","nsURI":"http://www.cwi.nl/ea/costs/types","name":"types","id":3,"eClass":"EPackage"},{"nsPrefix":"org.ect.ea.costs.algebras","nsURI":"http://www.cwi.nl/ea/costs/algebras","name":"algebras","id":4,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"lowerBound":0,"iD":false,"id":5,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":false,"lowerBound":0,"iD":false,"id":6,"derived":true},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"choose","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"combineSequentially","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"combineParallel","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c1","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"c2","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EParameter"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c1","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"c2","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c1","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"c2","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCosts","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringCosts","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatCosts","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"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":"floatValue","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryAlgebra","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPUAlgebra","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BandwidthAlgebra","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayAlgebra","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReliabilityAlgebra","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityAlgebra","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExponentialDelayAlgebra","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":6,"target":8},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":1},{"source":9,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":14},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":15},{"source":13,"target":9},{"source":15,"target":1},{"source":14,"target":1},{"source":14,"target":16},{"source":14,"target":9},{"source":16,"target":1},{"source":10,"target":1},{"source":10,"target":17},{"source":10,"target":2},{"source":10,"target":18},{"source":10,"target":19},{"source":17,"target":1},{"source":18,"target":1},{"source":18,"target":20},{"source":18,"target":10},{"source":20,"target":1},{"source":19,"target":1},{"source":19,"target":21},{"source":19,"target":10},{"source":21,"target":1},{"source":11,"target":1},{"source":11,"target":22},{"source":11,"target":2},{"source":11,"target":23},{"source":11,"target":24},{"source":22,"target":1},{"source":23,"target":1},{"source":23,"target":25},{"source":23,"target":11},{"source":25,"target":1},{"source":24,"target":1},{"source":24,"target":26},{"source":24,"target":11},{"source":26,"target":1},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":0},{"source":27,"target":3},{"source":27,"target":1},{"source":27,"target":30},{"source":27,"target":31},{"source":30,"target":32},{"source":30,"target":27},{"source":31,"target":1},{"source":28,"target":3},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":34},{"source":33,"target":35},{"source":33,"target":28},{"source":34,"target":1},{"source":29,"target":3},{"source":29,"target":1},{"source":29,"target":36},{"source":29,"target":37},{"source":36,"target":38},{"source":36,"target":29},{"source":37,"target":1},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":0},{"source":39,"target":4},{"source":39,"target":2},{"source":39,"target":46},{"source":46,"target":2},{"source":40,"target":4},{"source":40,"target":2},{"source":40,"target":47},{"source":47,"target":2},{"source":41,"target":4},{"source":41,"target":2},{"source":41,"target":48},{"source":48,"target":2},{"source":42,"target":4},{"source":42,"target":2},{"source":42,"target":49},{"source":49,"target":2},{"source":43,"target":4},{"source":43,"target":2},{"source":43,"target":50},{"source":50,"target":2},{"source":44,"target":4},{"source":44,"target":2},{"source":44,"target":51},{"source":51,"target":2},{"source":45,"target":4},{"source":45,"target":2},{"source":45,"target":52},{"source":52,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="parameters" nsURI="http:///uk/ac/gda/client/tomo/tomoparameters.ecore" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="AlignmentConfiguration"> <eOperations name="getMotorPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eParameters name="motorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="energy" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detectorProperties" lowerBound="1" eType="#//DetectorProperties" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scanMode" lowerBound="1" eType="#//ScanMode" defaultValueLiteral="Step" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleExposureTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flatExposureTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdUserId" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDateTime" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleWeight" eType="#//SampleWeight"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proposalId" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stitchParameters" lowerBound="1" eType="#//StitchParameters" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedToRun" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="motorPositions" upperBound="-1" eType="#//MotorPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inBeamPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outOfBeamPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tomoRotationAxis" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scanCollected" upperBound="-1" eType="#//ScanCollected" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetectorBin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binX" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetectorProperties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desired3DResolution" lowerBound="1" eType="#//Resolution" defaultValueLiteral="Full" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfFramerPerProjection" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acquisitionTimeDivider" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detectorRoi" lowerBound="1" eType="#//DetectorRoi" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detectorBin" lowerBound="1" eType="#//DetectorBin" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleParameters" lowerBound="1" eType="#//Module" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetectorRoi"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minX" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxX" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cameraMagnification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MotorPosition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameters"> <eOperations name="getAlignmentConfiguration" eType="#//AlignmentConfiguration"> <eParameters name="configurationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eParameters name="alignmentConfiguration" eType="#//AlignmentConfiguration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationSet" upperBound="-1" eType="#//AlignmentConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScanCollected"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scanNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScanMode"> <eLiterals name="Continuous"/> <eLiterals name="Step" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SampleWeight"> <eLiterals name="LESS_THAN_1" literal="LESS_THAN_1"/> <eLiterals name="ONE_TO_TEN" value="1" literal="ONE_TO_TEN"/> <eLiterals name="TEN_TO_TWENTY" value="2" literal="TEN_TO_TWENTY"/> <eLiterals name="TWENTY_TO_FIFTY" value="3" literal="TWENTY_TO_FIFTY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StitchParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stitchingThetaAngle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageAtTheta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageAtThetaPlus90" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Resolution"> <eLiterals name="Full" literal="Full"/> <eLiterals name="X2" value="1" literal="X2"/> <eLiterals name="X4" value="2" literal="X4"/> <eLiterals name="X8" value="3" literal="X8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TomoExperiment"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//Parameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTimeToRun" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1" unsettable="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/belkassaby/gda-tomography/uk.ac.gda.tomography/model/tomoparameters.ecore
ecore
parameters AlignmentConfiguration getMotorPosition motorName id energy description detectorProperties scanMode Step sampleExposureTime flatExposureTime createdUserId createdDateTime sampleWeight proposalId stitchParameters selectedToRun false motorPositions inBeamPosition outOfBeamPosition tomoRotationAxis 0 scanCollected DetectorBin binX binY DetectorProperties desired3DResolution Full numberOfFramerPerProjection acquisitionTimeDivider 1 detectorRoi detectorBin moduleParameters DetectorRoi minX maxX minY maxY Module moduleNumber cameraMagnification MotorPosition name position Parameters getAlignmentConfiguration configurationId getIndex alignmentConfiguration configurationSet ScanCollected scanNumber startTime endTime ScanMode Continuous Continuous Step Step SampleWeight LESS_THAN_1 LESS_THAN_1 ONE_TO_TEN ONE_TO_TEN TEN_TO_TWENTY TEN_TO_TWENTY TWENTY_TO_FIFTY TWENTY_TO_FIFTY StitchParameters stitchingThetaAngle imageAtTheta imageAtThetaPlus90 Resolution Full Full X2 X2 X4 X4 X8 X8 TomoExperiment parameters description totalTimeToRun version 1
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http:///uk/ac/gda/client/tomo/tomoparameters.ecore","name":"parameters","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetectorBin","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetectorProperties","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetectorRoi","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotorPosition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScanCollected","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScanMode","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SampleWeight","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StitchParameters","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Resolution","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TomoExperiment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMotorPosition","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"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":15,"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":"energy","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":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"detectorProperties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Step","unsettable":true,"transient":false,"unique":true,"name":"scanMode","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sampleExposureTime","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"flatExposureTime","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"createdUserId","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":false,"name":"createdDateTime","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sampleWeight","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":false,"name":"proposalId","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"stitchParameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"selectedToRun","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":"motorPositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inBeamPosition","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outOfBeamPosition","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"tomoRotationAxis","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":"scanCollected","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"motorName","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"binX","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"binY","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Full","unsettable":true,"transient":false,"unique":true,"name":"desired3DResolution","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"numberOfFramerPerProjection","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"acquisitionTimeDivider","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"detectorRoi","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"detectorBin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"moduleParameters","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minX","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxX","changeable":true,"lowerBound":1,"iD":false,"id":71,"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":"minY","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxY","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moduleNumber","changeable":true,"lowerBound":1,"iD":false,"id":78,"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":"cameraMagnification","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlignmentConfiguration","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIndex","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"configurationId","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":"alignmentConfiguration","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scanNumber","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","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":"endTime","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"name":"Continuous","id":102,"value":0,"literal":"Continuous","eClass":"EEnumLiteral"},{"name":"Step","id":103,"value":1,"literal":"Step","eClass":"EEnumLiteral"},{"name":"LESS_THAN_1","id":104,"value":0,"literal":"LESS_THAN_1","eClass":"EEnumLiteral"},{"name":"ONE_TO_TEN","id":105,"value":1,"literal":"ONE_TO_TEN","eClass":"EEnumLiteral"},{"name":"TEN_TO_TWENTY","id":106,"value":2,"literal":"TEN_TO_TWENTY","eClass":"EEnumLiteral"},{"name":"TWENTY_TO_FIFTY","id":107,"value":3,"literal":"TWENTY_TO_FIFTY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"stitchingThetaAngle","changeable":true,"lowerBound":1,"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":"imageAtTheta","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imageAtThetaPlus90","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"Full","id":114,"value":0,"literal":"Full","eClass":"EEnumLiteral"},{"name":"X2","id":115,"value":1,"literal":"X2","eClass":"EEnumLiteral"},{"name":"X4","id":116,"value":2,"literal":"X4","eClass":"EEnumLiteral"},{"name":"X8","id":117,"value":3,"literal":"X8","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"description","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":"totalTimeToRun","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"version","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":14,"target":33},{"source":14,"target":1},{"source":14,"target":34},{"source":34,"target":35},{"source":34,"target":14},{"source":15,"target":36},{"source":15,"target":1},{"source":16,"target":37},{"source":16,"target":1},{"source":17,"target":38},{"source":17,"target":1},{"source":18,"target":3},{"source":18,"target":39},{"source":18,"target":1},{"source":39,"target":3},{"source":19,"target":9},{"source":19,"target":40},{"source":19,"target":1},{"source":40,"target":9},{"source":20,"target":41},{"source":20,"target":1},{"source":21,"target":42},{"source":21,"target":1},{"source":22,"target":43},{"source":22,"target":1},{"source":23,"target":44},{"source":23,"target":1},{"source":24,"target":10},{"source":24,"target":45},{"source":24,"target":1},{"source":45,"target":10},{"source":25,"target":46},{"source":25,"target":1},{"source":26,"target":11},{"source":26,"target":47},{"source":26,"target":1},{"source":47,"target":11},{"source":27,"target":48},{"source":27,"target":1},{"source":28,"target":6},{"source":28,"target":49},{"source":28,"target":1},{"source":49,"target":6},{"source":29,"target":50},{"source":29,"target":1},{"source":30,"target":51},{"source":30,"target":1},{"source":31,"target":52},{"source":31,"target":1},{"source":32,"target":8},{"source":32,"target":53},{"source":32,"target":1},{"source":53,"target":8},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":54,"target":56},{"source":54,"target":2},{"source":55,"target":57},{"source":55,"target":2},{"source":3,"target":0},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":58,"target":12},{"source":58,"target":64},{"source":58,"target":3},{"source":64,"target":12},{"source":59,"target":65},{"source":59,"target":3},{"source":60,"target":66},{"source":60,"target":3},{"source":61,"target":4},{"source":61,"target":67},{"source":61,"target":3},{"source":67,"target":4},{"source":62,"target":2},{"source":62,"target":68},{"source":62,"target":3},{"source":68,"target":2},{"source":63,"target":5},{"source":63,"target":69},{"source":63,"target":3},{"source":69,"target":5},{"source":4,"target":0},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":70,"target":74},{"source":70,"target":4},{"source":71,"target":75},{"source":71,"target":4},{"source":72,"target":76},{"source":72,"target":4},{"source":73,"target":77},{"source":73,"target":4},{"source":5,"target":0},{"source":5,"target":78},{"source":5,"target":79},{"source":78,"target":80},{"source":78,"target":5},{"source":79,"target":81},{"source":79,"target":5},{"source":6,"target":0},{"source":6,"target":82},{"source":6,"target":83},{"source":82,"target":84},{"source":82,"target":6},{"source":83,"target":85},{"source":83,"target":6},{"source":7,"target":0},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":86,"target":1},{"source":86,"target":89},{"source":86,"target":7},{"source":86,"target":90},{"source":89,"target":1},{"source":90,"target":91},{"source":90,"target":86},{"source":87,"target":92},{"source":87,"target":7},{"source":87,"target":93},{"source":93,"target":1},{"source":93,"target":94},{"source":93,"target":87},{"source":94,"target":1},{"source":88,"target":1},{"source":88,"target":95},{"source":88,"target":7},{"source":95,"target":1},{"source":8,"target":0},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":96,"target":99},{"source":96,"target":8},{"source":97,"target":100},{"source":97,"target":8},{"source":98,"target":101},{"source":98,"target":8},{"source":9,"target":0},{"source":9,"target":102},{"source":9,"target":103},{"source":102,"target":9},{"source":103,"target":9},{"source":10,"target":0},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":104,"target":10},{"source":105,"target":10},{"source":106,"target":10},{"source":107,"target":10},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":108,"target":111},{"source":108,"target":11},{"source":109,"target":112},{"source":109,"target":11},{"source":110,"target":113},{"source":110,"target":11},{"source":12,"target":0},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":117},{"source":114,"target":12},{"source":115,"target":12},{"source":116,"target":12},{"source":117,"target":12},{"source":13,"target":0},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":13,"target":121},{"source":118,"target":7},{"source":118,"target":122},{"source":118,"target":13},{"source":122,"target":7},{"source":119,"target":123},{"source":119,"target":13},{"source":120,"target":124},{"source":120,"target":13},{"source":121,"target":125},{"source":121,"target":13}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> </ecore:EPackage> <ecore:EPackage name="DataTypes"> <eClassifiers xsi:type="ecore:EEnum" name="AssociationDirectionKind"> <eLiterals name="None" value="1"/> <eLiterals name="To" value="2"/> <eLiterals name="From" value="3"/> <eLiterals name="Both" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrientationKind"> <eLiterals name="Horizontal" value="1"/> <eLiterals name="Vertical" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevelKind"> <eLiterals name="Public" value="1"/> <eLiterals name="Private" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProcessTypeKind"> <eLiterals name="None" value="1"/> <eLiterals name="Private" value="2"/> <eLiterals name="Abstract" value="3"/> <eLiterals name="Collaboration" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StatusKind"> <eLiterals name="None" value="1"/> <eLiterals name="Ready" value="2"/> <eLiterals name="Active" value="3"/> <eLiterals name="Cancelled" value="4"/> <eLiterals name="Aborting" value="5"/> <eLiterals name="Aborted" value="6"/> <eLiterals name="Completing" value="7"/> <eLiterals name="Completed" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AdHocOrderingKind"> <eLiterals name="Sequential" value="1"/> <eLiterals name="Parallel" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModeKind"> <eLiterals name="Automatic" value="1"/> <eLiterals name="Manual" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GatewayTypeKind"> <eLiterals name="Xor" value="1"/> <eLiterals name="Or" value="2"/> <eLiterals name="Complex" value="3"/> <eLiterals name="And" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExecutionKind"> <eLiterals name="Asynchr" value="1"/> <eLiterals name="Synchr" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriggerKind"> <eLiterals name="None" value="1"/> <eLiterals name="Message" value="2"/> <eLiterals name="Timer" value="3"/> <eLiterals name="Rule" value="4"/> <eLiterals name="Link" value="5"/> <eLiterals name="Error" value="6"/> <eLiterals name="Cancel" value="7"/> <eLiterals name="Compensation" value="8"/> <eLiterals name="Terminate" value="9"/> <eLiterals name="Multiple" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImplementationKind"> <eLiterals name="WebService" value="1"/> <eLiterals name="Other" value="2"/> <eLiterals name="Unspecified" value="3"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="XPDL"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false" eType="/2/Script" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalPackages" ordered="false" upperBound="-1" eType="/2/ExternalPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclarations" ordered="false" upperBound="-1" eType="/2/TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" ordered="false" upperBound="-1" eType="/2/Participant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applications" ordered="false" upperBound="-1" eType="/2/Application" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFields" ordered="false" upperBound="-1" eType="/2/DataField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pools" ordered="false" upperBound="-1" eType="/2/Pool" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFlows" ordered="false" upperBound="-1" eType="/2/MessageFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="/2/Association" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" ordered="false" upperBound="-1" eType="/2/Artifact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workflowProcesses" ordered="false" upperBound="-1" eType="/2/Process" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageFlow" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetActivity" ordered="false" eType="/2/Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceActivity" ordered="false" eType="/2/Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPool" ordered="false" eType="/2/Pool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePool" ordered="false" eType="/2/Pool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associationDirection" ordered="false" unique="false" eType="/1/AssociationDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetArtifact" ordered="false" eType="/2/Artifact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceArtifact" ordered="false" eType="/2/Artifact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPool" ordered="false" eType="/2/Pool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePool" ordered="false" eType="/2/Pool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetActivity" ordered="false" eType="/2/Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceActivity" ordered="false" eType="/2/Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pool" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" ordered="false" unique="false" eType="/1/OrientationKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boundaryVisible" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lanes" ordered="false" upperBound="-1" eType="/2/Lane" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participant" ordered="false" eType="/2/Participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" ordered="false" eType="/2/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lane" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentLane" ordered="false" eType="/2/Lane"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentPool" ordered="false" eType="/2/Pool"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Participant" eSuperTypes="/2/Element"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textAnnotation" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataObject" ordered="false" eType="/2/DataObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="/2/Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredForStart" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="producedAtCompletion" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFields" ordered="false" upperBound="-1" eType="/2/DataField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="/2/Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="/2/Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="/2/Element"/> <eClassifiers xsi:type="ecore:EClass" name="Application" eSuperTypes="/2/Element"/> <eClassifiers xsi:type="ecore:EClass" name="ParametrizedApplication" eSuperTypes="/2/Application"/> <eClassifiers xsi:type="ecore:EClass" name="ReferencedApplication" eSuperTypes="/2/Application"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" ordered="false" eType="/2/ExternalReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStartActivity" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" unique="false" eType="/1/StatusKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startMode" ordered="false" unique="false" lowerBound="1" eType="/1/ModeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finishMode" ordered="false" unique="false" lowerBound="1" eType="/1/ModeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startQuantity" ordered="false" unique="false" eType="/0/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isATransaction" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFields" ordered="false" upperBound="-1" eType="/2/DataField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true" eSuperTypes="/2/Activity"/> <eClassifiers xsi:type="ecore:EClass" name="TaskService" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskReceive" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskManual" eSuperTypes="/2/Task"/> <eClassifiers xsi:type="ecore:EClass" name="TaskReference" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="taskRef" ordered="false" lowerBound="1" eType="/2/Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskScript" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false" lowerBound="1" eType="/2/Script" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskSend" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskUser" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskApplication" eSuperTypes="/2/Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRef" ordered="false" eType="/2/Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Route" eSuperTypes="/2/Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gatewayType" ordered="false" unique="false" eType="/1/GatewayTypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="markerVisiable" ordered="false" unique="false" eType="/0/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubFlow" eSuperTypes="/2/Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execution" ordered="false" unique="false" eType="/1/ExecutionKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceDataField" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRef" ordered="false" eType="/2/Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startActivitySet" ordered="false" eType="/2/ActivitySet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startActivity" ordered="false" eType="/2/Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockActivity" eSuperTypes="/2/Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="activitySet" ordered="false" lowerBound="1" eType="/2/ActivitySet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startActivity" ordered="false" eType="/2/Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="/2/Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerKind" ordered="false" unique="false" lowerBound="1" eType="/1/TriggerKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" eType="/2/Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ResultCompensation" eSuperTypes="/2/Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" eType="/2/Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultError" eSuperTypes="/2/Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errorCode" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultMultiple" eSuperTypes="/2/Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerResultLink" eSuperTypes="/2/Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="processRef" ordered="false" lowerBound="1" eType="/2/Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggerResultMessage" eSuperTypes="/2/Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerIntermediateMultiple" eSuperTypes="/2/Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerMultiple" eSuperTypes="/2/Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerRule" eSuperTypes="/2/Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggerTimer" eSuperTypes="/2/Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeDate" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeCycle" ordered="false" unique="false" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartEvent" eSuperTypes="/2/Event"/> <eClassifiers xsi:type="ecore:EClass" name="IntermediateEvent" eSuperTypes="/2/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="/2/Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndEvent" eSuperTypes="/2/Event"/> <eClassifiers xsi:type="ecore:EClass" name="Gateway" eSuperTypes="/2/Route"/> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" ordered="false" unique="false" eType="/1/AccessLevelKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processType" ordered="false" unique="false" eType="/1/ProcessTypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" unique="false" eType="/1/StatusKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressJoinFailure" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableInstanceCompensation" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adHoc" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocOrdering" ordered="false" unique="false" eType="/1/AdHocOrderingKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocCompletionCondition" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participant" ordered="false" upperBound="-1" eType="/2/Participant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applications" ordered="false" upperBound="-1" eType="/2/Application" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataField" ordered="false" lowerBound="1" eType="/2/DataField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitySets" ordered="false" upperBound="-1" eType="/2/ActivitySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" ordered="false" upperBound="-1" eType="/2/Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="/2/Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultStartActivitySet" ordered="false" eType="/2/ActivitySet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultStartActivity" ordered="false" eType="/2/Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" ordered="false" unique="false" eType="/0/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/2/Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/2/Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivitySet" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adHoc" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocOrdering" ordered="false" unique="false" eType="/1/AdHocOrderingKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocCompletionCondition" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultStartActivity" ordered="false" eType="/2/Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" ordered="false" upperBound="-1" eType="/2/Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="/2/Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xref" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" ordered="false" unique="false" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" ordered="false" upperBound="-1" eType="/2/Category" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalPackage" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="/2/Element"/> <eClassifiers xsi:type="ecore:EClass" name="DataField" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correlation" ordered="false" unique="false" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" ordered="false" lowerBound="1" eType="/2/TypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Script"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grammar" ordered="false" unique="false" eType="/0/String"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/slebok/zoo/zoo/dsl/business/xpdl/fetched/XPDL-1.14.ecore
ecore
PrimitiveTypes String Integer Boolean DataTypes AssociationDirectionKind None None To To From From Both Both OrientationKind Horizontal Horizontal Vertical Vertical AccessLevelKind Public Public Private Private ProcessTypeKind None None Private Private Abstract Abstract Collaboration Collaboration StatusKind None None Ready Ready Active Active Cancelled Cancelled Aborting Aborting Aborted Aborted Completing Completing Completed Completed AdHocOrderingKind Sequential Sequential Parallel Parallel ModeKind Automatic Automatic Manual Manual GatewayTypeKind Xor Xor Or Or Complex Complex And And ExecutionKind Asynchr Asynchr Synchr Synchr TriggerKind None None Message Message Timer Timer Rule Rule Link Link Error Error Cancel Cancel Compensation Compensation Terminate Terminate Multiple Multiple ImplementationKind WebService WebService Other Other Unspecified Unspecified XPDL Element id name Package script externalPackages typeDeclarations participants applications dataFields pools messageFlows associations artifacts workflowProcesses MessageFlow targetActivity sourceActivity targetPool sourcePool object Association associationDirection targetArtifact sourceArtifact targetPool sourcePool targetActivity sourceActivity object Pool orientation boundaryVisible lanes object participant process Lane object parentLane parentPool Participant Artifact textAnnotation group object dataObject DataObject state requiredForStart producedAtCompletion dataFields Group Annotation TypeDeclaration Application ParametrizedApplication ReferencedApplication externalReference Activity isStartActivity status startMode finishMode startQuantity isATransaction dataFields object Task TaskService implementation TaskReceive instantiate implementation TaskManual TaskReference taskRef TaskScript script TaskSend implementation TaskUser implementation TaskApplication packageRef Route gatewayType instantiate markerVisiable SubFlow execution instanceDataField packageRef startActivitySet startActivity BlockActivity activitySet startActivity Event triggerKind implementation trigger Trigger ResultCompensation activity ResultError errorCode ResultMultiple TriggerResultLink processRef TriggerResultMessage TriggerIntermediateMultiple TriggerMultiple TriggerRule ruleName TriggerTimer timeDate timeCycle StartEvent IntermediateEvent target EndEvent Gateway Process accessLevel processType status suppressJoinFailure enableInstanceCompensation adHoc adHocOrdering adHocCompletionCondition participant applications dataField activitySets activities transitions object defaultStartActivitySet defaultStartActivity Transition quantity object to from ActivitySet adHoc adHocOrdering adHocCompletionCondition defaultStartActivity activities transitions object ExternalReference xref location namespace Object categories ExternalPackage href Category DataField isArray correlation dataType Script type version grammar
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","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":"DataTypes","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationDirectionKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrientationKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevelKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcessTypeKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatusKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdHocOrderingKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModeKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GatewayTypeKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExecutionKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImplementationKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"name":"None","id":16,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"To","id":17,"value":2,"literal":"To","eClass":"EEnumLiteral"},{"name":"From","id":18,"value":3,"literal":"From","eClass":"EEnumLiteral"},{"name":"Both","id":19,"value":4,"literal":"Both","eClass":"EEnumLiteral"},{"name":"Horizontal","id":20,"value":1,"literal":"Horizontal","eClass":"EEnumLiteral"},{"name":"Vertical","id":21,"value":2,"literal":"Vertical","eClass":"EEnumLiteral"},{"name":"Public","id":22,"value":1,"literal":"Public","eClass":"EEnumLiteral"},{"name":"Private","id":23,"value":2,"literal":"Private","eClass":"EEnumLiteral"},{"name":"None","id":24,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Private","id":25,"value":2,"literal":"Private","eClass":"EEnumLiteral"},{"name":"Abstract","id":26,"value":3,"literal":"Abstract","eClass":"EEnumLiteral"},{"name":"Collaboration","id":27,"value":4,"literal":"Collaboration","eClass":"EEnumLiteral"},{"name":"None","id":28,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Ready","id":29,"value":2,"literal":"Ready","eClass":"EEnumLiteral"},{"name":"Active","id":30,"value":3,"literal":"Active","eClass":"EEnumLiteral"},{"name":"Cancelled","id":31,"value":4,"literal":"Cancelled","eClass":"EEnumLiteral"},{"name":"Aborting","id":32,"value":5,"literal":"Aborting","eClass":"EEnumLiteral"},{"name":"Aborted","id":33,"value":6,"literal":"Aborted","eClass":"EEnumLiteral"},{"name":"Completing","id":34,"value":7,"literal":"Completing","eClass":"EEnumLiteral"},{"name":"Completed","id":35,"value":8,"literal":"Completed","eClass":"EEnumLiteral"},{"name":"Sequential","id":36,"value":1,"literal":"Sequential","eClass":"EEnumLiteral"},{"name":"Parallel","id":37,"value":2,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"Automatic","id":38,"value":1,"literal":"Automatic","eClass":"EEnumLiteral"},{"name":"Manual","id":39,"value":2,"literal":"Manual","eClass":"EEnumLiteral"},{"name":"Xor","id":40,"value":1,"literal":"Xor","eClass":"EEnumLiteral"},{"name":"Or","id":41,"value":2,"literal":"Or","eClass":"EEnumLiteral"},{"name":"Complex","id":42,"value":3,"literal":"Complex","eClass":"EEnumLiteral"},{"name":"And","id":43,"value":4,"literal":"And","eClass":"EEnumLiteral"},{"name":"Asynchr","id":44,"value":1,"literal":"Asynchr","eClass":"EEnumLiteral"},{"name":"Synchr","id":45,"value":2,"literal":"Synchr","eClass":"EEnumLiteral"},{"name":"None","id":46,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Message","id":47,"value":2,"literal":"Message","eClass":"EEnumLiteral"},{"name":"Timer","id":48,"value":3,"literal":"Timer","eClass":"EEnumLiteral"},{"name":"Rule","id":49,"value":4,"literal":"Rule","eClass":"EEnumLiteral"},{"name":"Link","id":50,"value":5,"literal":"Link","eClass":"EEnumLiteral"},{"name":"Error","id":51,"value":6,"literal":"Error","eClass":"EEnumLiteral"},{"name":"Cancel","id":52,"value":7,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"Compensation","id":53,"value":8,"literal":"Compensation","eClass":"EEnumLiteral"},{"name":"Terminate","id":54,"value":9,"literal":"Terminate","eClass":"EEnumLiteral"},{"name":"Multiple","id":55,"value":10,"literal":"Multiple","eClass":"EEnumLiteral"},{"name":"WebService","id":56,"value":1,"literal":"WebService","eClass":"EEnumLiteral"},{"name":"Other","id":57,"value":2,"literal":"Other","eClass":"EEnumLiteral"},{"name":"Unspecified","id":58,"value":3,"literal":"Unspecified","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"XPDL","id":59,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageFlow","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pool","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lane","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametrizedApplication","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedApplication","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskService","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskReceive","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskManual","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskReference","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskScript","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskSend","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUser","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskApplication","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubFlow","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockActivity","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultCompensation","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultError","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultMultiple","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerResultLink","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerResultMessage","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerIntermediateMultiple","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerMultiple","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerRule","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerTimer","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartEvent","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateEvent","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndEvent","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gateway","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivitySet","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReference","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalPackage","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataField","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":111,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"typeDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"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":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"applications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"dataFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"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":"pools","changeable":true,"resolveProxies":true,"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":"messageFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"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":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"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":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"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":"workflowProcesses","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"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":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":"targetActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"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":"sourceActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"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":"targetPool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"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":"sourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"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":"object","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"},{"id":149,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"associationDirection","changeable":true,"lowerBound":0,"iD":false,"id":150,"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":"targetArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"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":"sourceArtifact","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":"targetPool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"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":"sourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"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":"targetActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"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":"sourceActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"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":167,"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":"boundaryVisible","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lanes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"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":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"parentLane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"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":"parentPool","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"textAnnotation","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":"group","changeable":true,"lowerBound":0,"iD":false,"id":189,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"dataObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":197,"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":"requiredForStart","changeable":true,"lowerBound":1,"iD":false,"id":198,"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":"producedAtCompletion","changeable":true,"lowerBound":1,"iD":false,"id":199,"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":"dataFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"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":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":"externalReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"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":"isStartActivity","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"startMode","changeable":true,"lowerBound":1,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"finishMode","changeable":true,"lowerBound":1,"iD":false,"id":217,"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":"startQuantity","changeable":true,"lowerBound":0,"iD":false,"id":218,"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":"isATransaction","changeable":true,"lowerBound":0,"iD":false,"id":219,"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":"dataFields","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":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"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":"instantiate","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":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":"taskRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"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":"packageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"gatewayType","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"instantiate","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"markerVisiable","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"execution","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":"instanceDataField","changeable":true,"lowerBound":0,"iD":false,"id":264,"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":"packageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"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":"startActivitySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"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":"startActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":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":"activitySet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"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":"startActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"triggerKind","changeable":true,"lowerBound":1,"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":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":280,"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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"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":"errorCode","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"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":"processRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"ruleName","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"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":"timeDate","changeable":true,"lowerBound":0,"iD":false,"id":302,"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":"timeCycle","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"processType","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"suppressJoinFailure","changeable":true,"lowerBound":0,"iD":false,"id":316,"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":"enableInstanceCompensation","changeable":true,"lowerBound":0,"iD":false,"id":317,"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":"adHoc","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHocOrdering","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"adHocCompletionCondition","changeable":true,"lowerBound":0,"iD":false,"id":320,"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":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"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":"applications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"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":"dataField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":323,"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":"activitySets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"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":"defaultStartActivitySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"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":"defaultStartActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":348,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"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":"adHoc","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHocOrdering","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":"adHocCompletionCondition","changeable":true,"lowerBound":0,"iD":false,"id":359,"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":"defaultStartActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"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":"activities","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":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"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":"object","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"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"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":"xref","changeable":true,"lowerBound":0,"iD":false,"id":372,"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":"location","changeable":true,"lowerBound":1,"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":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"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":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"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":"href","changeable":true,"lowerBound":1,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"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":"isArray","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":"correlation","changeable":true,"lowerBound":0,"iD":false,"id":386,"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":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"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":"type","changeable":true,"lowerBound":1,"iD":false,"id":392,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":393,"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":"grammar","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"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":5,"target":4},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":16,"target":5},{"source":17,"target":5},{"source":18,"target":5},{"source":19,"target":5},{"source":6,"target":4},{"source":6,"target":20},{"source":6,"target":21},{"source":20,"target":6},{"source":21,"target":6},{"source":7,"target":4},{"source":7,"target":22},{"source":7,"target":23},{"source":22,"target":7},{"source":23,"target":7},{"source":8,"target":4},{"source":8,"target":24},{"source":8,"target":25},{"source":8,"target":26},{"source":8,"target":27},{"source":24,"target":8},{"source":25,"target":8},{"source":26,"target":8},{"source":27,"target":8},{"source":9,"target":4},{"source":9,"target":28},{"source":9,"target":29},{"source":9,"target":30},{"source":9,"target":31},{"source":9,"target":32},{"source":9,"target":33},{"source":9,"target":34},{"source":9,"target":35},{"source":28,"target":9},{"source":29,"target":9},{"source":30,"target":9},{"source":31,"target":9},{"source":32,"target":9},{"source":33,"target":9},{"source":34,"target":9},{"source":35,"target":9},{"source":10,"target":4},{"source":10,"target":36},{"source":10,"target":37},{"source":36,"target":10},{"source":37,"target":10},{"source":11,"target":4},{"source":11,"target":38},{"source":11,"target":39},{"source":38,"target":11},{"source":39,"target":11},{"source":12,"target":4},{"source":12,"target":40},{"source":12,"target":41},{"source":12,"target":42},{"source":12,"target":43},{"source":40,"target":12},{"source":41,"target":12},{"source":42,"target":12},{"source":43,"target":12},{"source":13,"target":4},{"source":13,"target":44},{"source":13,"target":45},{"source":44,"target":13},{"source":45,"target":13},{"source":14,"target":4},{"source":14,"target":46},{"source":14,"target":47},{"source":14,"target":48},{"source":14,"target":49},{"source":14,"target":50},{"source":14,"target":51},{"source":14,"target":52},{"source":14,"target":53},{"source":14,"target":54},{"source":14,"target":55},{"source":46,"target":14},{"source":47,"target":14},{"source":48,"target":14},{"source":49,"target":14},{"source":50,"target":14},{"source":51,"target":14},{"source":52,"target":14},{"source":53,"target":14},{"source":54,"target":14},{"source":55,"target":14},{"source":15,"target":4},{"source":15,"target":56},{"source":15,"target":57},{"source":15,"target":58},{"source":56,"target":15},{"source":57,"target":15},{"source":58,"target":15},{"source":59,"target":60},{"source":59,"target":61},{"source":59,"target":62},{"source":59,"target":63},{"source":59,"target":64},{"source":59,"target":65},{"source":59,"target":66},{"source":59,"target":67},{"source":59,"target":68},{"source":59,"target":69},{"source":59,"target":70},{"source":59,"target":71},{"source":59,"target":72},{"source":59,"target":73},{"source":59,"target":74},{"source":59,"target":75},{"source":59,"target":76},{"source":59,"target":77},{"source":59,"target":78},{"source":59,"target":79},{"source":59,"target":80},{"source":59,"target":81},{"source":59,"target":82},{"source":59,"target":83},{"source":59,"target":84},{"source":59,"target":85},{"source":59,"target":86},{"source":59,"target":87},{"source":59,"target":88},{"source":59,"target":89},{"source":59,"target":90},{"source":59,"target":91},{"source":59,"target":92},{"source":59,"target":93},{"source":59,"target":94},{"source":59,"target":95},{"source":59,"target":96},{"source":59,"target":97},{"source":59,"target":98},{"source":59,"target":99},{"source":59,"target":100},{"source":59,"target":101},{"source":59,"target":102},{"source":59,"target":103},{"source":59,"target":104},{"source":59,"target":105},{"source":59,"target":106},{"source":59,"target":107},{"source":59,"target":108},{"source":59,"target":109},{"source":59,"target":110},{"source":59,"target":111},{"source":60,"target":59},{"source":60,"target":112},{"source":60,"target":113},{"source":112,"target":1},{"source":112,"target":114},{"source":112,"target":60},{"source":114,"target":1},{"source":113,"target":1},{"source":113,"target":115},{"source":113,"target":60},{"source":115,"target":1},{"source":61,"target":59},{"source":61,"target":60},{"source":61,"target":116},{"source":61,"target":117},{"source":61,"target":118},{"source":61,"target":119},{"source":61,"target":120},{"source":61,"target":121},{"source":61,"target":122},{"source":61,"target":123},{"source":61,"target":124},{"source":61,"target":125},{"source":61,"target":126},{"source":61,"target":127},{"source":116,"target":111},{"source":116,"target":128},{"source":116,"target":61},{"source":128,"target":111},{"source":117,"target":108},{"source":117,"target":129},{"source":117,"target":61},{"source":129,"target":108},{"source":118,"target":71},{"source":118,"target":130},{"source":118,"target":61},{"source":130,"target":71},{"source":119,"target":66},{"source":119,"target":131},{"source":119,"target":61},{"source":131,"target":66},{"source":120,"target":72},{"source":120,"target":132},{"source":120,"target":61},{"source":132,"target":72},{"source":121,"target":110},{"source":121,"target":133},{"source":121,"target":61},{"source":133,"target":110},{"source":122,"target":64},{"source":122,"target":134},{"source":122,"target":61},{"source":134,"target":64},{"source":123,"target":62},{"source":123,"target":135},{"source":123,"target":61},{"source":135,"target":62},{"source":124,"target":63},{"source":124,"target":136},{"source":124,"target":61},{"source":136,"target":63},{"source":125,"target":67},{"source":125,"target":137},{"source":125,"target":61},{"source":137,"target":67},{"source":126,"target":103},{"source":126,"target":138},{"source":126,"target":61},{"source":138,"target":103},{"source":127,"target":60},{"source":62,"target":59},{"source":62,"target":60},{"source":62,"target":139},{"source":62,"target":140},{"source":62,"target":141},{"source":62,"target":142},{"source":62,"target":143},{"source":62,"target":144},{"source":139,"target":75},{"source":139,"target":145},{"source":139,"target":62},{"source":145,"target":75},{"source":140,"target":75},{"source":140,"target":146},{"source":140,"target":62},{"source":146,"target":75},{"source":141,"target":64},{"source":141,"target":147},{"source":141,"target":62},{"source":147,"target":64},{"source":142,"target":64},{"source":142,"target":148},{"source":142,"target":62},{"source":148,"target":64},{"source":143,"target":107},{"source":143,"target":149},{"source":143,"target":62},{"source":149,"target":107},{"source":144,"target":60},{"source":63,"target":59},{"source":63,"target":60},{"source":63,"target":150},{"source":63,"target":151},{"source":63,"target":152},{"source":63,"target":153},{"source":63,"target":154},{"source":63,"target":155},{"source":63,"target":156},{"source":63,"target":157},{"source":63,"target":158},{"source":150,"target":5},{"source":150,"target":159},{"source":150,"target":63},{"source":159,"target":5},{"source":151,"target":67},{"source":151,"target":160},{"source":151,"target":63},{"source":160,"target":67},{"source":152,"target":67},{"source":152,"target":161},{"source":152,"target":63},{"source":161,"target":67},{"source":153,"target":64},{"source":153,"target":162},{"source":153,"target":63},{"source":162,"target":64},{"source":154,"target":64},{"source":154,"target":163},{"source":154,"target":63},{"source":163,"target":64},{"source":155,"target":75},{"source":155,"target":164},{"source":155,"target":63},{"source":164,"target":75},{"source":156,"target":75},{"source":156,"target":165},{"source":156,"target":63},{"source":165,"target":75},{"source":157,"target":107},{"source":157,"target":166},{"source":157,"target":63},{"source":166,"target":107},{"source":158,"target":60},{"source":64,"target":59},{"source":64,"target":60},{"source":64,"target":167},{"source":64,"target":168},{"source":64,"target":169},{"source":64,"target":170},{"source":64,"target":171},{"source":64,"target":172},{"source":64,"target":173},{"source":167,"target":6},{"source":167,"target":174},{"source":167,"target":64},{"source":174,"target":6},{"source":168,"target":3},{"source":168,"target":175},{"source":168,"target":64},{"source":175,"target":3},{"source":169,"target":65},{"source":169,"target":176},{"source":169,"target":64},{"source":176,"target":65},{"source":170,"target":107},{"source":170,"target":177},{"source":170,"target":64},{"source":177,"target":107},{"source":171,"target":66},{"source":171,"target":178},{"source":171,"target":64},{"source":178,"target":66},{"source":172,"target":103},{"source":172,"target":179},{"source":172,"target":64},{"source":179,"target":103},{"source":173,"target":60},{"source":65,"target":59},{"source":65,"target":60},{"source":65,"target":180},{"source":65,"target":181},{"source":65,"target":182},{"source":65,"target":183},{"source":180,"target":107},{"source":180,"target":184},{"source":180,"target":65},{"source":184,"target":107},{"source":181,"target":65},{"source":181,"target":185},{"source":181,"target":65},{"source":185,"target":65},{"source":182,"target":64},{"source":182,"target":186},{"source":182,"target":65},{"source":186,"target":64},{"source":183,"target":60},{"source":66,"target":59},{"source":66,"target":60},{"source":66,"target":187},{"source":187,"target":60},{"source":67,"target":59},{"source":67,"target":60},{"source":67,"target":188},{"source":67,"target":189},{"source":67,"target":190},{"source":67,"target":191},{"source":67,"target":192},{"source":188,"target":1},{"source":188,"target":193},{"source":188,"target":67},{"source":193,"target":1},{"source":189,"target":1},{"source":189,"target":194},{"source":189,"target":67},{"source":194,"target":1},{"source":190,"target":107},{"source":190,"target":195},{"source":190,"target":67},{"source":195,"target":107},{"source":191,"target":68},{"source":191,"target":196},{"source":191,"target":67},{"source":196,"target":68},{"source":192,"target":60},{"source":68,"target":59},{"source":68,"target":67},{"source":68,"target":197},{"source":68,"target":198},{"source":68,"target":199},{"source":68,"target":200},{"source":68,"target":201},{"source":197,"target":1},{"source":197,"target":202},{"source":197,"target":68},{"source":202,"target":1},{"source":198,"target":3},{"source":198,"target":203},{"source":198,"target":68},{"source":203,"target":3},{"source":199,"target":3},{"source":199,"target":204},{"source":199,"target":68},{"source":204,"target":3},{"source":200,"target":110},{"source":200,"target":205},{"source":200,"target":68},{"source":205,"target":110},{"source":201,"target":67},{"source":69,"target":59},{"source":69,"target":67},{"source":69,"target":206},{"source":206,"target":67},{"source":70,"target":59},{"source":70,"target":67},{"source":70,"target":207},{"source":207,"target":67},{"source":71,"target":59},{"source":71,"target":60},{"source":71,"target":208},{"source":208,"target":60},{"source":72,"target":59},{"source":72,"target":60},{"source":72,"target":209},{"source":209,"target":60},{"source":73,"target":59},{"source":73,"target":72},{"source":73,"target":210},{"source":210,"target":72},{"source":74,"target":59},{"source":74,"target":72},{"source":74,"target":211},{"source":74,"target":212},{"source":211,"target":106},{"source":211,"target":213},{"source":211,"target":74},{"source":213,"target":106},{"source":212,"target":72},{"source":75,"target":59},{"source":75,"target":60},{"source":75,"target":214},{"source":75,"target":215},{"source":75,"target":216},{"source":75,"target":217},{"source":75,"target":218},{"source":75,"target":219},{"source":75,"target":220},{"source":75,"target":221},{"source":75,"target":222},{"source":214,"target":3},{"source":214,"target":223},{"source":214,"target":75},{"source":223,"target":3},{"source":215,"target":9},{"source":215,"target":224},{"source":215,"target":75},{"source":224,"target":9},{"source":216,"target":11},{"source":216,"target":225},{"source":216,"target":75},{"source":225,"target":11},{"source":217,"target":11},{"source":217,"target":226},{"source":217,"target":75},{"source":226,"target":11},{"source":218,"target":2},{"source":218,"target":227},{"source":218,"target":75},{"source":227,"target":2},{"source":219,"target":3},{"source":219,"target":228},{"source":219,"target":75},{"source":228,"target":3},{"source":220,"target":110},{"source":220,"target":229},{"source":220,"target":75},{"source":229,"target":110},{"source":221,"target":107},{"source":221,"target":230},{"source":221,"target":75},{"source":230,"target":107},{"source":222,"target":60},{"source":76,"target":59},{"source":76,"target":75},{"source":76,"target":231},{"source":231,"target":75},{"source":77,"target":59},{"source":77,"target":76},{"source":77,"target":232},{"source":77,"target":233},{"source":232,"target":15},{"source":232,"target":234},{"source":232,"target":77},{"source":234,"target":15},{"source":233,"target":76},{"source":78,"target":59},{"source":78,"target":76},{"source":78,"target":235},{"source":78,"target":236},{"source":78,"target":237},{"source":235,"target":3},{"source":235,"target":238},{"source":235,"target":78},{"source":238,"target":3},{"source":236,"target":15},{"source":236,"target":239},{"source":236,"target":78},{"source":239,"target":15},{"source":237,"target":76},{"source":79,"target":59},{"source":79,"target":76},{"source":79,"target":240},{"source":240,"target":76},{"source":80,"target":59},{"source":80,"target":76},{"source":80,"target":241},{"source":80,"target":242},{"source":241,"target":76},{"source":241,"target":243},{"source":241,"target":80},{"source":243,"target":76},{"source":242,"target":76},{"source":81,"target":59},{"source":81,"target":76},{"source":81,"target":244},{"source":81,"target":245},{"source":244,"target":111},{"source":244,"target":246},{"source":244,"target":81},{"source":246,"target":111},{"source":245,"target":76},{"source":82,"target":59},{"source":82,"target":76},{"source":82,"target":247},{"source":82,"target":248},{"source":247,"target":15},{"source":247,"target":249},{"source":247,"target":82},{"source":249,"target":15},{"source":248,"target":76},{"source":83,"target":59},{"source":83,"target":76},{"source":83,"target":250},{"source":83,"target":251},{"source":250,"target":15},{"source":250,"target":252},{"source":250,"target":83},{"source":252,"target":15},{"source":251,"target":76},{"source":84,"target":59},{"source":84,"target":76},{"source":84,"target":253},{"source":84,"target":254},{"source":253,"target":61},{"source":253,"target":255},{"source":253,"target":84},{"source":255,"target":61},{"source":254,"target":76},{"source":85,"target":59},{"source":85,"target":75},{"source":85,"target":256},{"source":85,"target":257},{"source":85,"target":258},{"source":85,"target":259},{"source":256,"target":12},{"source":256,"target":260},{"source":256,"target":85},{"source":260,"target":12},{"source":257,"target":3},{"source":257,"target":261},{"source":257,"target":85},{"source":261,"target":3},{"source":258,"target":3},{"source":258,"target":262},{"source":258,"target":85},{"source":262,"target":3},{"source":259,"target":75},{"source":86,"target":59},{"source":86,"target":75},{"source":86,"target":263},{"source":86,"target":264},{"source":86,"target":265},{"source":86,"target":266},{"source":86,"target":267},{"source":86,"target":268},{"source":263,"target":13},{"source":263,"target":269},{"source":263,"target":86},{"source":269,"target":13},{"source":264,"target":1},{"source":264,"target":270},{"source":264,"target":86},{"source":270,"target":1},{"source":265,"target":61},{"source":265,"target":271},{"source":265,"target":86},{"source":271,"target":61},{"source":266,"target":105},{"source":266,"target":272},{"source":266,"target":86},{"source":272,"target":105},{"source":267,"target":75},{"source":267,"target":273},{"source":267,"target":86},{"source":273,"target":75},{"source":268,"target":75},{"source":87,"target":59},{"source":87,"target":75},{"source":87,"target":274},{"source":87,"target":275},{"source":87,"target":276},{"source":274,"target":105},{"source":274,"target":277},{"source":274,"target":87},{"source":277,"target":105},{"source":275,"target":75},{"source":275,"target":278},{"source":275,"target":87},{"source":278,"target":75},{"source":276,"target":75},{"source":88,"target":59},{"source":88,"target":75},{"source":88,"target":279},{"source":88,"target":280},{"source":88,"target":281},{"source":88,"target":282},{"source":279,"target":14},{"source":279,"target":283},{"source":279,"target":88},{"source":283,"target":14},{"source":280,"target":15},{"source":280,"target":284},{"source":280,"target":88},{"source":284,"target":15},{"source":281,"target":89},{"source":281,"target":285},{"source":281,"target":88},{"source":285,"target":89},{"source":282,"target":75},{"source":89,"target":59},{"source":90,"target":59},{"source":90,"target":89},{"source":90,"target":286},{"source":90,"target":287},{"source":286,"target":75},{"source":286,"target":288},{"source":286,"target":90},{"source":288,"target":75},{"source":287,"target":89},{"source":91,"target":59},{"source":91,"target":89},{"source":91,"target":289},{"source":91,"target":290},{"source":289,"target":1},{"source":289,"target":291},{"source":289,"target":91},{"source":291,"target":1},{"source":290,"target":89},{"source":92,"target":59},{"source":92,"target":89},{"source":92,"target":292},{"source":292,"target":89},{"source":93,"target":59},{"source":93,"target":89},{"source":93,"target":293},{"source":93,"target":294},{"source":293,"target":103},{"source":293,"target":295},{"source":293,"target":93},{"source":295,"target":103},{"source":294,"target":89},{"source":94,"target":59},{"source":94,"target":89},{"source":94,"target":296},{"source":296,"target":89},{"source":95,"target":59},{"source":95,"target":89},{"source":95,"target":297},{"source":297,"target":89},{"source":96,"target":59},{"source":96,"target":89},{"source":96,"target":298},{"source":298,"target":89},{"source":97,"target":59},{"source":97,"target":89},{"source":97,"target":299},{"source":97,"target":300},{"source":299,"target":1},{"source":299,"target":301},{"source":299,"target":97},{"source":301,"target":1},{"source":300,"target":89},{"source":98,"target":59},{"source":98,"target":89},{"source":98,"target":302},{"source":98,"target":303},{"source":98,"target":304},{"source":302,"target":1},{"source":302,"target":305},{"source":302,"target":98},{"source":305,"target":1},{"source":303,"target":1},{"source":303,"target":306},{"source":303,"target":98},{"source":306,"target":1},{"source":304,"target":89},{"source":99,"target":59},{"source":99,"target":88},{"source":99,"target":307},{"source":307,"target":88},{"source":100,"target":59},{"source":100,"target":88},{"source":100,"target":308},{"source":100,"target":309},{"source":308,"target":75},{"source":308,"target":310},{"source":308,"target":100},{"source":310,"target":75},{"source":309,"target":88},{"source":101,"target":59},{"source":101,"target":88},{"source":101,"target":311},{"source":311,"target":88},{"source":102,"target":59},{"source":102,"target":85},{"source":102,"target":312},{"source":312,"target":85},{"source":103,"target":59},{"source":103,"target":60},{"source":103,"target":313},{"source":103,"target":314},{"source":103,"target":315},{"source":103,"target":316},{"source":103,"target":317},{"source":103,"target":318},{"source":103,"target":319},{"source":103,"target":320},{"source":103,"target":321},{"source":103,"target":322},{"source":103,"target":323},{"source":103,"target":324},{"source":103,"target":325},{"source":103,"target":326},{"source":103,"target":327},{"source":103,"target":328},{"source":103,"target":329},{"source":103,"target":330},{"source":313,"target":7},{"source":313,"target":331},{"source":313,"target":103},{"source":331,"target":7},{"source":314,"target":8},{"source":314,"target":332},{"source":314,"target":103},{"source":332,"target":8},{"source":315,"target":9},{"source":315,"target":333},{"source":315,"target":103},{"source":333,"target":9},{"source":316,"target":3},{"source":316,"target":334},{"source":316,"target":103},{"source":334,"target":3},{"source":317,"target":3},{"source":317,"target":335},{"source":317,"target":103},{"source":335,"target":3},{"source":318,"target":3},{"source":318,"target":336},{"source":318,"target":103},{"source":336,"target":3},{"source":319,"target":10},{"source":319,"target":337},{"source":319,"target":103},{"source":337,"target":10},{"source":320,"target":1},{"source":320,"target":338},{"source":320,"target":103},{"source":338,"target":1},{"source":321,"target":66},{"source":321,"target":339},{"source":321,"target":103},{"source":339,"target":66},{"source":322,"target":72},{"source":322,"target":340},{"source":322,"target":103},{"source":340,"target":72},{"source":323,"target":110},{"source":323,"target":341},{"source":323,"target":103},{"source":341,"target":110},{"source":324,"target":105},{"source":324,"target":342},{"source":324,"target":103},{"source":342,"target":105},{"source":325,"target":75},{"source":325,"target":343},{"source":325,"target":103},{"source":343,"target":75},{"source":326,"target":104},{"source":326,"target":344},{"source":326,"target":103},{"source":344,"target":104},{"source":327,"target":107},{"source":327,"target":345},{"source":327,"target":103},{"source":345,"target":107},{"source":328,"target":105},{"source":328,"target":346},{"source":328,"target":103},{"source":346,"target":105},{"source":329,"target":75},{"source":329,"target":347},{"source":329,"target":103},{"source":347,"target":75},{"source":330,"target":60},{"source":104,"target":59},{"source":104,"target":60},{"source":104,"target":348},{"source":104,"target":349},{"source":104,"target":350},{"source":104,"target":351},{"source":104,"target":352},{"source":348,"target":2},{"source":348,"target":353},{"source":348,"target":104},{"source":353,"target":2},{"source":349,"target":107},{"source":349,"target":354},{"source":349,"target":104},{"source":354,"target":107},{"source":350,"target":75},{"source":350,"target":355},{"source":350,"target":104},{"source":355,"target":75},{"source":351,"target":75},{"source":351,"target":356},{"source":351,"target":104},{"source":356,"target":75},{"source":352,"target":60},{"source":105,"target":59},{"source":105,"target":60},{"source":105,"target":357},{"source":105,"target":358},{"source":105,"target":359},{"source":105,"target":360},{"source":105,"target":361},{"source":105,"target":362},{"source":105,"target":363},{"source":105,"target":364},{"source":357,"target":3},{"source":357,"target":365},{"source":357,"target":105},{"source":365,"target":3},{"source":358,"target":10},{"source":358,"target":366},{"source":358,"target":105},{"source":366,"target":10},{"source":359,"target":1},{"source":359,"target":367},{"source":359,"target":105},{"source":367,"target":1},{"source":360,"target":75},{"source":360,"target":368},{"source":360,"target":105},{"source":368,"target":75},{"source":361,"target":75},{"source":361,"target":369},{"source":361,"target":105},{"source":369,"target":75},{"source":362,"target":104},{"source":362,"target":370},{"source":362,"target":105},{"source":370,"target":104},{"source":363,"target":107},{"source":363,"target":371},{"source":363,"target":105},{"source":371,"target":107},{"source":364,"target":60},{"source":106,"target":59},{"source":106,"target":372},{"source":106,"target":373},{"source":106,"target":374},{"source":372,"target":1},{"source":372,"target":375},{"source":372,"target":106},{"source":375,"target":1},{"source":373,"target":1},{"source":373,"target":376},{"source":373,"target":106},{"source":376,"target":1},{"source":374,"target":1},{"source":374,"target":377},{"source":374,"target":106},{"source":377,"target":1},{"source":107,"target":59},{"source":107,"target":60},{"source":107,"target":378},{"source":107,"target":379},{"source":378,"target":109},{"source":378,"target":380},{"source":378,"target":107},{"source":380,"target":109},{"source":379,"target":60},{"source":108,"target":59},{"source":108,"target":60},{"source":108,"target":381},{"source":108,"target":382},{"source":381,"target":1},{"source":381,"target":383},{"source":381,"target":108},{"source":383,"target":1},{"source":382,"target":60},{"source":109,"target":59},{"source":109,"target":60},{"source":109,"target":384},{"source":384,"target":60},{"source":110,"target":59},{"source":110,"target":60},{"source":110,"target":385},{"source":110,"target":386},{"source":110,"target":387},{"source":110,"target":388},{"source":385,"target":3},{"source":385,"target":389},{"source":385,"target":110},{"source":389,"target":3},{"source":386,"target":3},{"source":386,"target":390},{"source":386,"target":110},{"source":390,"target":3},{"source":387,"target":71},{"source":387,"target":391},{"source":387,"target":110},{"source":391,"target":71},{"source":388,"target":60},{"source":111,"target":59},{"source":111,"target":392},{"source":111,"target":393},{"source":111,"target":394},{"source":392,"target":1},{"source":392,"target":395},{"source":392,"target":111},{"source":395,"target":1},{"source":393,"target":1},{"source":393,"target":396},{"source":393,"target":111},{"source":396,"target":1},{"source":394,"target":1},{"source":394,"target":397},{"source":394,"target":111},{"source":397,"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="tp6" nsURI="http://aigle-tp6.v0" nsPrefix="tp6"> <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="size=100,100"/> </eAnnotations> <eAnnotations source="diastyle.node.green"> <details key="parent=dashedred"/> <details key="background=green"/> <details key="shape = rounded"/> <details key="size=150,150"/> <details key="layout=free"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue"> <details key="background=darkblue"/> <details key="arrowsize=4"/> <details key="direction=right"/> </eAnnotations> <eAnnotations source="diastyle.edge.foobar"> <details key="parent=blue"/> <details key="arrowsize=40"/> </eAnnotations> <eAnnotations source="diastyle.node.dashedblue"> <details key="background=blue"/> <details key="parent=dashedred"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow"> <details key="parent=e1"/> <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=5"/> </eAnnotations> <eAnnotations source="diastyle.edge.e1"> <details key="background=black"/> <details key="arrowsize=5"/> </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"/> <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="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="label=forName"/> <details key="lnk=collaborations"/> <details key="ref=res_position"/> <details key="cref=skills"/> <details key="style=green"/> <details key="style.ref.res_position=e1"/> </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="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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborations" upperBound="-1" eType="#//Collaboration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name"/> <details key="kref=paragraphs" value=""/> <details key="lnk=keywords"/> <details key="style=bluenode"/> <details key="style.kref.paragraphs=lightgray"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//PaperKeywords" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="style=blue22"/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure"> <eAnnotations source="diagraph"> <details key="pov"/> </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="positions" upperBound="-1" eType="#//Position" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </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="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="Collaboration"> <eAnnotations source="diagraph"> <details key="label=ratio" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//Role" defaultValueLiteral="Autheur"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=key" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kPapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeywords"> <eAnnotations source="diagraph"> <details key="label=weight" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="kref=allKeywords" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allKeywords" upperBound="-1" eType="#//Keyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Role"> <eLiterals name="Autheur"/> <eLiterals name="Correcteur"/> <eLiterals name="Validateur"/> <eLiterals name="Revieweur"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/bnastov/OBEO-Designer/TP6/idm.aigle.banstov.obeo.tp6/model/tp6.ecore
ecore
tp6 Researcher name forName res_papers skills res_position collaborations Paper paragraphs authors citedBy name keywords Paragraph name id content PublicationStructure researchers papers positions knowledgeMan Skill description Position name description parent Collaboration ratio col_paper role Autheur Keyword key description kPapers PaperKeywords weight keyword KnowledgeManager allKeywords name Role Autheur Autheur Correcteur Correcteur Validateur Validateur Revieweur Revieweur
null
{"directed":true,"nodes":[{"nsPrefix":"tp6","nsURI":"http://aigle-tp6.v0","name":"tp6","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeywords","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Role","instanceClass":null,"id":11,"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":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":"forName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","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":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collaborations","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","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":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"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":36,"derived":false},{"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":"researchers","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":"papers","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":"positions","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":"knowledgeMan","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":"description","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},{"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},{"container":false,"ordered":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":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Autheur","unsettable":false,"transient":false,"unique":true,"name":"role","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":"key","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kPapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":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":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allKeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"Autheur","id":76,"value":0,"literal":"Autheur","eClass":"EEnumLiteral"},{"name":"Correcteur","id":77,"value":0,"literal":"Correcteur","eClass":"EEnumLiteral"},{"name":"Validateur","id":78,"value":0,"literal":"Validateur","eClass":"EEnumLiteral"},{"name":"Revieweur","id":79,"value":0,"literal":"Revieweur","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":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":12,"target":18},{"source":12,"target":1},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":14,"target":21},{"source":20,"target":2},{"source":15,"target":5},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":5},{"source":16,"target":6},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":6},{"source":17,"target":7},{"source":17,"target":24},{"source":17,"target":1},{"source":24,"target":7},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":21},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":3},{"source":21,"target":1},{"source":21,"target":30},{"source":21,"target":2},{"source":21,"target":14},{"source":30,"target":1},{"source":26,"target":2},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":28,"target":9},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":9},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":37},{"source":34,"target":3},{"source":35,"target":38},{"source":35,"target":3},{"source":36,"target":39},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":40,"target":1},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":1},{"source":41,"target":2},{"source":41,"target":45},{"source":41,"target":4},{"source":45,"target":2},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":4},{"source":46,"target":6},{"source":43,"target":10},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":10},{"source":5,"target":0},{"source":5,"target":48},{"source":48,"target":49},{"source":48,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":50,"target":53},{"source":50,"target":6},{"source":51,"target":54},{"source":51,"target":6},{"source":52,"target":6},{"source":52,"target":55},{"source":52,"target":6},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":56,"target":59},{"source":56,"target":7},{"source":57,"target":2},{"source":57,"target":60},{"source":57,"target":7},{"source":60,"target":2},{"source":58,"target":11},{"source":58,"target":61},{"source":58,"target":7},{"source":61,"target":11},{"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":66},{"source":63,"target":8},{"source":64,"target":2},{"source":64,"target":67},{"source":64,"target":8},{"source":67,"target":2},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":70},{"source":68,"target":9},{"source":69,"target":8},{"source":69,"target":71},{"source":69,"target":9},{"source":71,"target":8},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":73},{"source":72,"target":8},{"source":72,"target":74},{"source":72,"target":10},{"source":74,"target":8},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":76,"target":11},{"source":77,"target":11},{"source":78,"target":11},{"source":79,"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="control" nsURI="http://www.example.org" nsPrefix="control"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessVar" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ProcessVar #//ValueSpecifier"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ontology" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ontologyURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateConstraint" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspBinding" 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="OuterProcess" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="construct" eType="#//ControlConstruct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1" eType="#//Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1" eType="#//Output" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPrecondition" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1" eType="#//Result" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerLocals" upperBound="-1" eType="#//Loc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerLinks" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ontologies" upperBound="-1" eType="#//Ontology" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateConstraints" lowerBound="1" eType="#//TemplateConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractProcess" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1" eType="#//Input" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1" eType="#//Output" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoteProcess" eSuperTypes="#//AbstractProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1" eType="#//Result" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateProcess" eSuperTypes="#//AbstractProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstruct" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructList" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyOrder" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SplitJoin" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="untilCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="untilProcess" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatWhile" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="whileCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="whileProcess" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Perform" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="theProcess" lowerBound="1" eType="#//AbstractProcess" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Produce" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecifierElement" abstract="true" eSuperTypes="#//ValueSpecifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSource" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueForm" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueFunction" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" abstract="true" eSuperTypes="#//ProcessVar"/> <eClassifiers xsi:type="ecore:EClass" name="SetBinding" abstract="true" eSuperTypes="#//Binding"/> <eClassifiers xsi:type="ecore:EClass" name="InputBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="valueSource"/> <details key="target" value="toParam"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="120,181,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueSource" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toParam"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="255,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Output"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocBinding" eSuperTypes="#//SetBinding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toLoc"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="0,0,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toLoc" eType="#//Loc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toLink"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="0,0,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toLink" eType="#//Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="outputBindingSource" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="specifierElement"/> <details key="style" value="dash"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="255,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifierElement" eType="#//ValueSpecifierElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inCondition" upperBound="-1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResultVar" eType="#//ResultVar" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEffect" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingSource" upperBound="-1" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultVar" eSuperTypes="#//ProcessVar"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Local" eSuperTypes="#//ProcessVar"/> <eClassifiers xsi:type="ecore:EClass" name="Loc" eSuperTypes="#//Local"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ProcessVar"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasBeenWritten" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstructBag" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstructList" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructList" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Expr"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicLanguage" eType="#//ExpressionLanguage" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpressionLanguage"> <eLiterals name="KIF"/> <eLiterals name="SWRL" value="1"/> <eLiterals name="DRS" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelRunnable/broken models/control.ecore
ecore
control NamedElement name ProcessVar parameterType parameterValue Parameter Ontology ontologyURI TemplateConstraint aspCode aspBinding Input Output OuterProcess construct hasInput hasOutput hasPrecondition hasResult bindings outerLocals outerLinks ontologies templateConstraints serviceName serviceURI serviceDescription AbstractProcess hasInput hasOutput RemoteProcess remoteURI remoteURL hasResult expressions TemplateProcess slotName ControlConstruct Sequence components Choice components AnyOrder components Split components SplitJoin components IfThenElse ifCondition then else RepeatUntil untilCondition untilProcess RepeatWhile whileCondition whileProcess Perform theProcess Produce producedBindingValueSpecifier Set producedBindingValueSpecifier ValueSpecifier ValueSpecifierElement ValueSource body ValueForm body ValueFunction body Binding SetBinding InputBinding toParam valueSource OutputBinding toParam origin LocBinding toLoc origin LinkBinding toLink origin outputBindingSource source specifierElement Result inCondition hasResultVar hasEffect bindingSource ResultVar Local Loc Link hasBeenWritten ControlConstructBag first rest ControlConstructList first rest Condition Expr name logicLanguage 1 bodyLiteral version ExpressionLanguage KIF KIF SWRL SWRL DRS DRS
null
{"directed":true,"nodes":[{"nsPrefix":"control","nsURI":"http://www.example.org","name":"control","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":"ProcessVar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ontology","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateConstraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuterProcess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProcess","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteProcess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateProcess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstruct","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyOrder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitJoin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWhile","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perform","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Produce","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifier","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifierElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueForm","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetBinding","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBinding","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputBinding","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocBinding","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkBinding","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"outputBindingSource","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultVar","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Local","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructBag","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructList","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionLanguage","instanceClass":null,"id":45,"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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","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":"parameterValue","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ontologyURI","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":"aspCode","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":"aspBinding","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"construct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasOutput","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":"hasPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerLocals","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":"outerLinks","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":"ontologies","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"templateConstraints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","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":"serviceURI","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":"serviceDescription","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasOutput","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":"remoteURI","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":"remoteURL","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slotName","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLoc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifierElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasEffect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasBeenWritten","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"logicLanguage","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bodyLiteral","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"name":"KIF","id":225,"value":0,"literal":"KIF","eClass":"EEnumLiteral"},{"name":"SWRL","id":226,"value":1,"literal":"SWRL","eClass":"EEnumLiteral"},{"name":"DRS","id":227,"value":2,"literal":"DRS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":46,"target":47},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":48,"target":51},{"source":48,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":53},{"source":3,"target":54},{"source":53,"target":2},{"source":54,"target":24},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":62},{"source":59,"target":5},{"source":60,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":63,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":64},{"source":64,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"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":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":65,"target":12},{"source":65,"target":79},{"source":65,"target":8},{"source":79,"target":12},{"source":66,"target":6},{"source":66,"target":80},{"source":66,"target":8},{"source":80,"target":6},{"source":67,"target":7},{"source":67,"target":81},{"source":67,"target":8},{"source":81,"target":7},{"source":68,"target":44},{"source":68,"target":82},{"source":68,"target":8},{"source":82,"target":44},{"source":69,"target":36},{"source":69,"target":83},{"source":69,"target":8},{"source":83,"target":36},{"source":70,"target":29},{"source":70,"target":84},{"source":70,"target":8},{"source":84,"target":29},{"source":71,"target":39},{"source":71,"target":85},{"source":71,"target":8},{"source":85,"target":39},{"source":72,"target":40},{"source":72,"target":86},{"source":72,"target":8},{"source":86,"target":40},{"source":73,"target":4},{"source":73,"target":87},{"source":73,"target":8},{"source":87,"target":4},{"source":74,"target":5},{"source":74,"target":88},{"source":74,"target":8},{"source":88,"target":5},{"source":75,"target":89},{"source":75,"target":8},{"source":76,"target":90},{"source":76,"target":8},{"source":77,"target":91},{"source":77,"target":8},{"source":78,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":92,"target":6},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":6},{"source":93,"target":7},{"source":93,"target":96},{"source":93,"target":9},{"source":96,"target":7},{"source":94,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":97,"target":102},{"source":97,"target":10},{"source":98,"target":103},{"source":98,"target":10},{"source":99,"target":36},{"source":99,"target":104},{"source":99,"target":10},{"source":104,"target":36},{"source":100,"target":44},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":44},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":106},{"source":11,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":9},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":109},{"source":109,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":110},{"source":13,"target":111},{"source":110,"target":42},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":42},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":41},{"source":113,"target":115},{"source":113,"target":14},{"source":115,"target":41},{"source":114,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":116},{"source":15,"target":117},{"source":116,"target":41},{"source":116,"target":118},{"source":116,"target":15},{"source":118,"target":41},{"source":117,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":119},{"source":16,"target":120},{"source":119,"target":41},{"source":119,"target":121},{"source":119,"target":16},{"source":121,"target":41},{"source":120,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":41},{"source":122,"target":124},{"source":122,"target":17},{"source":124,"target":41},{"source":123,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":125,"target":44},{"source":125,"target":129},{"source":125,"target":18},{"source":129,"target":44},{"source":126,"target":12},{"source":126,"target":130},{"source":126,"target":18},{"source":130,"target":12},{"source":127,"target":12},{"source":127,"target":131},{"source":127,"target":18},{"source":131,"target":12},{"source":128,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":132,"target":44},{"source":132,"target":135},{"source":132,"target":19},{"source":135,"target":44},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":19},{"source":136,"target":12},{"source":134,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":137,"target":44},{"source":137,"target":140},{"source":137,"target":20},{"source":140,"target":44},{"source":138,"target":12},{"source":138,"target":141},{"source":138,"target":20},{"source":141,"target":12},{"source":139,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":142},{"source":21,"target":143},{"source":142,"target":9},{"source":142,"target":144},{"source":142,"target":21},{"source":144,"target":9},{"source":143,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":145},{"source":22,"target":146},{"source":145,"target":25},{"source":145,"target":147},{"source":145,"target":22},{"source":147,"target":25},{"source":146,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":148},{"source":23,"target":149},{"source":148,"target":25},{"source":148,"target":150},{"source":148,"target":23},{"source":150,"target":25},{"source":149,"target":12},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":151},{"source":151,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":25},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":152,"target":155},{"source":152,"target":26},{"source":153,"target":1},{"source":154,"target":25},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":25},{"source":27,"target":156},{"source":27,"target":157},{"source":27,"target":158},{"source":156,"target":159},{"source":156,"target":27},{"source":157,"target":1},{"source":158,"target":25},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":25},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":160,"target":163},{"source":160,"target":28},{"source":161,"target":1},{"source":162,"target":25},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":164},{"source":164,"target":2},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":165},{"source":165,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":166,"target":6},{"source":166,"target":169},{"source":166,"target":31},{"source":169,"target":6},{"source":167,"target":3},{"source":167,"target":170},{"source":167,"target":31},{"source":170,"target":3},{"source":168,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":171},{"source":32,"target":172},{"source":32,"target":173},{"source":171,"target":7},{"source":171,"target":174},{"source":171,"target":32},{"source":174,"target":7},{"source":172,"target":24},{"source":172,"target":175},{"source":172,"target":32},{"source":175,"target":24},{"source":173,"target":29},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":176},{"source":33,"target":177},{"source":33,"target":178},{"source":176,"target":39},{"source":176,"target":179},{"source":176,"target":33},{"source":179,"target":39},{"source":177,"target":24},{"source":177,"target":180},{"source":177,"target":33},{"source":180,"target":24},{"source":178,"target":30},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":181,"target":40},{"source":181,"target":184},{"source":181,"target":34},{"source":184,"target":40},{"source":182,"target":24},{"source":182,"target":185},{"source":182,"target":34},{"source":185,"target":24},{"source":183,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":186},{"source":35,"target":187},{"source":35,"target":188},{"source":186,"target":3},{"source":186,"target":189},{"source":186,"target":35},{"source":189,"target":3},{"source":187,"target":25},{"source":187,"target":190},{"source":187,"target":35},{"source":190,"target":25},{"source":188,"target":29},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":191,"target":44},{"source":191,"target":196},{"source":191,"target":36},{"source":196,"target":44},{"source":192,"target":37},{"source":192,"target":197},{"source":192,"target":36},{"source":197,"target":37},{"source":193,"target":44},{"source":193,"target":198},{"source":193,"target":36},{"source":198,"target":44},{"source":194,"target":25},{"source":194,"target":199},{"source":194,"target":36},{"source":199,"target":25},{"source":195,"target":1},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":200},{"source":200,"target":2},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":201},{"source":201,"target":2},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":202},{"source":202,"target":38},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":203},{"source":40,"target":204},{"source":203,"target":205},{"source":203,"target":40},{"source":204,"target":2},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":206},{"source":41,"target":207},{"source":41,"target":208},{"source":206,"target":12},{"source":206,"target":209},{"source":206,"target":41},{"source":209,"target":12},{"source":207,"target":41},{"source":207,"target":210},{"source":207,"target":41},{"source":210,"target":41},{"source":208,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":211},{"source":42,"target":212},{"source":42,"target":213},{"source":211,"target":12},{"source":211,"target":214},{"source":211,"target":42},{"source":214,"target":12},{"source":212,"target":42},{"source":212,"target":215},{"source":212,"target":42},{"source":215,"target":42},{"source":213,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":216},{"source":216,"target":44},{"source":44,"target":0},{"source":44,"target":217},{"source":44,"target":218},{"source":44,"target":219},{"source":44,"target":220},{"source":217,"target":221},{"source":217,"target":44},{"source":218,"target":45},{"source":218,"target":222},{"source":218,"target":44},{"source":222,"target":45},{"source":219,"target":223},{"source":219,"target":44},{"source":220,"target":224},{"source":220,"target":44},{"source":45,"target":0},{"source":45,"target":225},{"source":45,"target":226},{"source":45,"target":227},{"source":225,"target":45},{"source":226,"target":45},{"source":227,"target":45}],"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://hu-berlin.de/sam/emfhbase/testmodel" nsPrefix="tm"> <eClassifiers xsi:type="ecore:EClass" name="TestObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regularContents" upperBound="-1" eType="#//TestObject" containment="true"> <eAnnotations source="_tt_xkilGEemj3ZP_e3zW7A"> <details key="fragments" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentedContents" upperBound="-1" eType="#//TestObject" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_tuAYoClGEemj3ZP_e3zW7A" value="_tuAYoSlGEemj3ZP_e3zW7A"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="crossReferences" unique="false" upperBound="-1" eType="#//TestObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumAttribute" eType="#//TestEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestObjectIndex"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_tt_xkylGEemj3ZP_e3zW7A" value="_tt_xlClGEemj3ZP_e3zW7A"/> </eAnnotations> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../de.hub.emffrag/metamodels/emffrag.ecore#//IndexedMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//TestObject"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestContainmentIndex"> <eGenericSuperTypes eClassifier="ecore:EClass ../../../../de.hub.emffrag/metamodels/emffrag.ecore#//ContainmentIndexedMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//TestObject"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TestEnum"> <eLiterals name="literal1"/> <eLiterals name="literal2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestObjectWithIndexes" eSuperTypes="#//TestObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="indexedReferences" unique="false" upperBound="-1" eType="#//TestObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexedContents" upperBound="-1" eType="#//TestObject" containment="true"> <eAnnotations source="de.hub.emffrag"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_tuAYoilGEemj3ZP_e3zW7A" value="_tuAYoylGEemj3ZP_e3zW7A"/> </eAnnotations> <details key="indexes" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelRunnable/mutants/d11.ecore
ecore
testmodel TestObject name regularContents fragmentedContents crossReferences enumAttribute TestObjectIndex TestContainmentIndex TestEnum literal1 literal1 literal2 literal2 TestObjectWithIndexes indexedReferences indexedContents
null
{"directed":true,"nodes":[{"nsPrefix":"tm","nsURI":"http://hu-berlin.de/sam/emfhbase/testmodel","name":"testmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestObjectIndex","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestContainmentIndex","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TestEnum","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestObjectWithIndexes","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regularContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentedContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"crossReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enumAttribute","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"name":"literal1","id":22,"value":0,"literal":"literal1","eClass":"EEnumLiteral"},{"name":"literal2","id":23,"value":0,"literal":"literal2","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"indexedReferences","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":"indexedContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":1},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":1},{"source":8,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":1},{"source":9,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":1},{"source":10,"target":4},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":4},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":17},{"source":16,"target":18},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":19},{"source":19,"target":20},{"source":19,"target":21},{"source":21,"target":1},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":22,"target":4},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":1},{"source":25,"target":1},{"source":25,"target":28},{"source":25,"target":5},{"source":28,"target":1},{"source":26,"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="anatlyzerext" nsURI="http://a2l/anatlyzer_ext" nsPrefix="anatlyzer_ext"> <eClassifiers xsi:type="ecore:EClass" name="NavRefAsSet" eSuperTypes="../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/NavigationOrAttributeCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="MutableIteratorExp" eSuperTypes="../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/IteratorExp"/> <eClassifiers xsi:type="ecore:EClass" name="MutableCollectionOperationCallExp" eSuperTypes="../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/CollectionOperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="ShortCircuitOperatorCallExp" eSuperTypes="../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="IteratorChainExp" eSuperTypes="../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/PropertyCallExp"> <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="iterator" lowerBound="1" eType="ecore:EClass ../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preChain" upperBound="-1" eType="#//IteratorChainElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chain" upperBound="-1" eType="#//IteratorChainElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorChainElement"> <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="iterator" eType="ecore:EClass ../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass ../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AllInstancesIndexed" eSuperTypes="../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="original" lowerBound="1" eType="ecore:EClass ../../anatlyzer.atl.typing/model/generated/merged.ecore#//OCL/IteratorExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optimisationHint" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/anatlyzer/a2l/plugins/lintra.atlcompiler/model/anatlyzer_ext.ecore
ecore
anatlyzerext NavRefAsSet MutableIteratorExp MutableCollectionOperationCallExp ShortCircuitOperatorCallExp IteratorChainExp name iterator preChain chain IteratorChainElement name iterator body AllInstancesIndexed original optimisationHint indexType
null
{"directed":true,"nodes":[{"nsPrefix":"anatlyzer_ext","nsURI":"http://a2l/anatlyzer_ext","name":"anatlyzerext","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavRefAsSet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutableIteratorExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutableCollectionOperationCallExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortCircuitOperatorCallExp","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorChainExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorChainElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllInstancesIndexed","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"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":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":"preChain","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":"chain","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"},{"id":20,"eClass":"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":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"original","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"optimisationHint","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexType","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":2,"target":0},{"source":2,"target":9},{"source":3,"target":0},{"source":3,"target":10},{"source":4,"target":0},{"source":4,"target":11},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":12,"target":17},{"source":12,"target":5},{"source":13,"target":18},{"source":13,"target":5},{"source":14,"target":6},{"source":14,"target":19},{"source":14,"target":5},{"source":19,"target":6},{"source":15,"target":6},{"source":15,"target":20},{"source":15,"target":5},{"source":20,"target":6},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":21,"target":24},{"source":21,"target":6},{"source":22,"target":25},{"source":22,"target":6},{"source":23,"target":26},{"source":23,"target":6},{"source":7,"target":0},{"source":7,"target":27},{"source":7,"target":28},{"source":7,"target":29},{"source":7,"target":30},{"source":27,"target":31},{"source":27,"target":7},{"source":28,"target":32},{"source":28,"target":7},{"source":29,"target":33},{"source":29,"target":7}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Grammar" nsURI="grammar/1.0" nsPrefix="grammar"> <eClassifiers xsi:type="ecore:EClass" name="Grammar" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonTerminalRule" eSuperTypes="#//Rule"/> <eClassifiers xsi:type="ecore:EClass" name="TerminalRule" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" lowerBound="1" upperBound="-1" eType="#//Token" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TerminalMacro" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="macro" lowerBound="1" eType="#//MacroToken" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharClass" eSuperTypes="#//MacroToken"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//MacroToken"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroToken" abstract="true" eSuperTypes="#//Token"/> <eClassifiers xsi:type="ecore:EClass" name="Occurrence" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" lowerBound="1" eType="#//Multiplicity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplicity"> <eLiterals name="once" literal="1"/> <eLiterals name="ZeroToN" value="1" literal="*"/> <eLiterals name="OnceOrMore" value="2" literal="+"/> <eLiterals name="NeverOrOnce" value="3" literal="?"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GrammarDetails" eSuperTypes="#//Grammar"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shouldLexerUseReflection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token" abstract="true" eSuperTypes="#//Occurrence"/> <eClassifiers xsi:type="ecore:EClass" name="MacroRef" eSuperTypes="#//Token"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//TerminalMacro"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/grammar.ecore
ecore
Grammar Grammar rules NamedElement name NonTerminalRule TerminalRule tokens Rule TerminalMacro macro CharClass value Literal value MacroToken Occurrence multiplicity Multiplicity once 1 ZeroToN * OnceOrMore + NeverOrOnce ? GrammarDetails shouldLexerUseReflection false Token MacroRef to
null
{"directed":true,"nodes":[{"nsPrefix":"grammar","nsURI":"grammar/1.0","name":"Grammar","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grammar","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonTerminalRule","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalMacro","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroToken","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Occurrence","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplicity","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GrammarDetails","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroRef","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"macro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"name":"once","id":37,"value":0,"literal":"1","eClass":"EEnumLiteral"},{"name":"ZeroToN","id":38,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"OnceOrMore","id":39,"value":2,"literal":"+","eClass":"EEnumLiteral"},{"name":"NeverOrOnce","id":40,"value":3,"literal":"?","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"shouldLexerUseReflection","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":2},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":5},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":5},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":18},{"source":18,"target":19},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":20},{"source":20,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":13},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":13},{"source":22,"target":5},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":24},{"source":24,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":9},{"source":25,"target":27},{"source":25,"target":6},{"source":27,"target":9},{"source":26,"target":5},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":30},{"source":28,"target":7},{"source":29,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":31},{"source":8,"target":32},{"source":31,"target":33},{"source":31,"target":8},{"source":32,"target":9},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":34},{"source":34,"target":13},{"source":10,"target":0},{"source":10,"target":35},{"source":35,"target":11},{"source":35,"target":36},{"source":35,"target":10},{"source":36,"target":11},{"source":11,"target":0},{"source":11,"target":37},{"source":11,"target":38},{"source":11,"target":39},{"source":11,"target":40},{"source":37,"target":11},{"source":38,"target":11},{"source":39,"target":11},{"source":40,"target":11},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":41},{"source":12,"target":42},{"source":41,"target":43},{"source":41,"target":12},{"source":42,"target":1},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":44},{"source":44,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":45},{"source":14,"target":46},{"source":45,"target":6},{"source":45,"target":47},{"source":45,"target":14},{"source":47,"target":6},{"source":46,"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="henshin" nsURI="http://www.eclipse.org/emf/2011/Henshin" nsPrefix="henshin"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true" interface="true"> <eOperations name="getGraph" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement"> <eOperations name="getUnit" eType="#//Unit"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSubModule" eType="#//Module"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getAllRules" upperBound="-1" eType="#//Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subModules" upperBound="-1" eType="#//Module" containment="true" eOpposite="#//Module/superModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superModule" eType="#//Module" eOpposite="#//Module/subModules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="units" upperBound="-1" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty parameterNamesUnique parameterMappingsPointToDirectSubUnit"/> </eAnnotations> <eOperations name="getModule" eType="#//Module"/> <eOperations name="getSubUnits" ordered="false" upperBound="-1" eType="#//Unit"> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getParameter" eType="#//Parameter"> <eParameters name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterMappings" upperBound="-1" eType="#//ParameterMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Unit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingsFromLeft2Right createdNodesNotAbstract createdEdgesNotDerived deletedEdgesNotDerived uniqueNodeNames varParametersOccurOnLeftSide multiRuleParametersSameKind"/> </eAnnotations> <eOperations name="getKernelRule" eType="#//Rule"/> <eOperations name="getRootRule" eType="#//Rule"/> <eOperations name="getMultiRule" eType="#//Rule"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMultiRulePath" upperBound="-1" eType="#//Rule"> <eParameters name="multiRule" eType="#//Rule"/> </eOperations> <eOperations name="getAllMultiRules" upperBound="-1" eType="#//Rule"/> <eOperations name="getAllMappings" upperBound="-1" eType="#//Mapping"/> <eOperations name="getActionNodes" upperBound="-1" eType="#//Node"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionEdges" upperBound="-1" eType="#//Edge"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getParameterNodes" upperBound="-1" eType="#//Node"/> <eOperations name="getAllJavaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="isMultiRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createNode" eType="#//Node"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="createEdge" eType="#//Edge"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="canCreateEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" eType="#//Edge"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="attribute" eType="#//Attribute"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConditions" upperBound="-1" eType="#//AttributeCondition" containment="true" eOpposite="#//AttributeCondition/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkDangling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="injectiveMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiRules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiMappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="liftedRule" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty nameNotTypeName nameNotKindAlias unknownKindDeprecated nameNotKeyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//Unit" eOpposite="#//Unit/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterMapping" eSuperTypes="#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="inParameterMappingIsCausal outParameterMappingIsCausal inoutParameterMappingIsCausal varParameterMappingIsCausal"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//NamedElement"> <eOperations name="getRule" eType="#//Rule"/> <eOperations name="getNode" eType="#//Node"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNodes" ordered="false" upperBound="-1" eType="#//Node"> <eParameters name="nodeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getEdges" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="edgeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getNestedConditions" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getNACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="isLhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isRhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" lowerBound="1" eType="#//Edge"/> </eOperations> <eOperations name="removeNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="nestedCondition" eType="#//NestedCondition"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//NamedElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueAttributeTypes atMostOneContainer NodeDeletionDanglingEdge NodeCreationWithoutContainment"/> </eAnnotations> <eOperations name="getAllEdges" upperBound="-1" eType="#//Edge"/> <eOperations name="getOutgoing" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getIncoming" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getOutgoing" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="target" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getIncoming" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="source" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eOperations> <eOperations name="getActionAttributes" upperBound="-1" eType="#//Attribute"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionNode" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//ModelElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="equalParentGraphs indexValidJavaScript indexAllParametersAreDeclared noContainmentCycles EOppositeContainments oppositeEdgeConsidered noParallelEdgesOfSameType containmentEdgeDeletion containmentEdgeCreation"/> </eAnnotations> <eOperations name="getActionEdge" eType="#//Edge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/edges"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexConstant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ModelElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="valueValidJavaScript valueAllParametersAreDeclared"/> </eAnnotations> <eOperations name="getActionAttribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" eOpposite="#//Node/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" changeable="false" transient="true" defaultValueLiteral="ACED0005740000" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" transient="true" defaultValueLiteral="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCondition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="conditionTextNotEmpty conditionValidJavaScript conditionAllParametersAreDeclared"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Rule" eOpposite="#//Rule/attributeConditions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnit" lowerBound="1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnits" unique="false" upperBound="-1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndependentUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="SequentialUnit" eSuperTypes="#//MultiUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalUnit" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriorityUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="IteratedUnit" eSuperTypes="#//UnaryUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="iterationsNotEmpty iterationsValidJavaScript iterationsAllParametersAreDeclared"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iterations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopUnit" eSuperTypes="#//UnaryUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true" interface="true"> <eOperations name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isFalse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedCondition" eSuperTypes="#//ModelElement #//Formula"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingOriginContainedInParentCondition mappingImageContainedInCurrent"/> </eAnnotations> <eOperations name="getHost" eType="#//Graph"/> <eOperations name="isPAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conclusion" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryFormula"/> <eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="org.eclipse.emf.henshin.model.Action"/> <eClassifiers xsi:type="ecore:EEnum" name="ParameterKind"> <eLiterals name="UNKNOWN"/> <eLiterals name="IN" value="1"/> <eLiterals name="OUT" value="2"/> <eLiterals name="INOUT" value="3"/> <eLiterals name="VAR" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//Formula"/> </ecore:EPackage>
github:ecore:/data/HeliumApple/HenshinForLiftedRule/org.eclipse.emf.henshin.model/model/henshin.ecore
ecore
henshin ModelElement annotations Annotation key value NamedElement name description GraphElement getGraph action Module getUnit name getSubModule name getAllRules subModules superModule imports units instances Unit getModule getSubUnits deep getParameter parameter parameters parameterMappings activated true Rule getKernelRule getRootRule getMultiRule name getMultiRulePath multiRule getAllMultiRules getAllMappings getActionNodes action getActionEdges action getParameterNodes getAllJavaImports isMultiRule createNode type createEdge source target type canCreateEdge source target type removeEdge edge removeMapped removeNode node removeMapped removeAttribute attribute removeMapped lhs rhs attributeConditions mappings checkDangling true injectiveMatching true multiRules multiMappings javaImports liftedRule false Parameter unit type kind ParameterMapping source target Graph getRule getNode name getNodes nodeType getEdges edgeType getNestedConditions getPAC name getNAC name getPACs getNACs isLhs isRhs isNestedCondition createPAC name createNAC name removeNode node removeEdge edge removeNestedCondition nestedCondition nodes edges formula Node getAllEdges getOutgoing type getIncoming type getOutgoing type target getIncoming type source getAttribute type getActionAttributes action getActionNode type attributes graph incoming outgoing Edge getActionEdge source target type graph index indexConstant Attribute getActionAttribute type value node constant ACED0005740000 null false AttributeCondition rule conditionText Mapping origin image UnaryUnit subUnit MultiUnit subUnits IndependentUnit SequentialUnit strict true rollback true ConditionalUnit if then else PriorityUnit IteratedUnit iterations strict false rollback true LoopUnit Formula isTrue isFalse NestedCondition getHost isPAC isNAC conclusion mappings UnaryFormula child BinaryFormula left right And Or Xor Not Action org.eclipse.emf.henshin.model.Action org.eclipse.emf.henshin.model.Action ParameterKind UNKNOWN UNKNOWN IN IN OUT OUT INOUT INOUT VAR VAR True
null
{"directed":true,"nodes":[{"nsPrefix":"henshin","nsURI":"http://www.eclipse.org/emf/2011/Henshin","name":"henshin","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUnit","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiUnit","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialUnit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedCondition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFormula","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFormula","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.henshin.model.Action","defaultValue":null,"instanceClassName":"org.eclipse.emf.henshin.model.Action","name":"Action","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGraph","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnit","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubModule","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllRules","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"imports","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":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","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"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModule","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSubUnits","lowerBound":0,"id":73,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"parameterMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"activated","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","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":"parameter","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKernelRule","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootRule","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMultiRule","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMultiRulePath","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMultiRules","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionNodes","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionEdges","lowerBound":0,"id":97,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParameterNodes","lowerBound":0,"id":98,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllJavaImports","lowerBound":0,"id":99,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiRule","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreateEdge","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAttribute","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"checkDangling","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"injectiveMatching","changeable":true,"lowerBound":0,"iD":false,"id":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":"multiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"javaImports","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"liftedRule","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiRule","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","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":"action","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":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":180,"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":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRule","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNodes","lowerBound":0,"id":193,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEdges","lowerBound":0,"id":194,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedConditions","lowerBound":0,"id":195,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPAC","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNAC","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPACs","lowerBound":0,"id":198,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNACs","lowerBound":0,"id":199,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLhs","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRhs","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNestedCondition","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPAC","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNAC","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestedCondition","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"edges","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":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nodeType","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edgeType","lowerBound":1,"id":220,"many":false,"required":true,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":1,"id":244,"many":false,"required":true,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nestedCondition","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEdges","lowerBound":0,"id":254,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":255,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getIncoming","lowerBound":0,"id":256,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncoming","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionAttributes","lowerBound":0,"id":260,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionNode","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":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":264,"derived":false},{"container":false,"ordered":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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":270,"many":false,"required":true,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":276,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":277,"many":false,"required":true,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":281,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":282,"many":false,"required":true,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":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":299,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionEdge","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"indexConstant","changeable":false,"lowerBound":0,"iD":false,"id":303,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionAttribute","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ACED0005740000","unsettable":false,"transient":true,"unique":true,"name":"constant","changeable":false,"lowerBound":0,"iD":false,"id":316,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"null","changeable":false,"lowerBound":0,"iD":false,"id":317,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionText","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"subUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"lowerBound":0,"iD":false,"id":355,"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":"strict","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTrue","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFalse","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EOperation"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHost","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPAC","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNAC","lowerBound":0,"id":369,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"name":"UNKNOWN","id":393,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"IN","id":394,"value":1,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":395,"value":2,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":396,"value":3,"literal":"INOUT","eClass":"EEnumLiteral"},{"name":"VAR","id":397,"value":4,"literal":"VAR","eClass":"EEnumLiteral"},{"id":398,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":35},{"source":35,"target":2},{"source":35,"target":36},{"source":35,"target":1},{"source":36,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":41},{"source":38,"target":2},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":46},{"source":43,"target":3},{"source":44,"target":1},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":10},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":10},{"source":48,"target":32},{"source":48,"target":50},{"source":48,"target":4},{"source":50,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":51,"target":6},{"source":51,"target":60},{"source":51,"target":5},{"source":51,"target":61},{"source":60,"target":6},{"source":61,"target":62},{"source":61,"target":51},{"source":52,"target":5},{"source":52,"target":63},{"source":52,"target":5},{"source":52,"target":64},{"source":63,"target":5},{"source":64,"target":65},{"source":64,"target":52},{"source":53,"target":7},{"source":53,"target":66},{"source":53,"target":5},{"source":66,"target":7},{"source":54,"target":5},{"source":54,"target":67},{"source":54,"target":5},{"source":54,"target":55},{"source":67,"target":5},{"source":55,"target":5},{"source":55,"target":68},{"source":55,"target":5},{"source":55,"target":54},{"source":68,"target":5},{"source":56,"target":69},{"source":56,"target":5},{"source":57,"target":6},{"source":57,"target":70},{"source":57,"target":5},{"source":70,"target":6},{"source":58,"target":10},{"source":58,"target":71},{"source":58,"target":5},{"source":71,"target":10},{"source":59,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":72,"target":5},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":5},{"source":73,"target":6},{"source":73,"target":80},{"source":73,"target":6},{"source":73,"target":81},{"source":80,"target":6},{"source":81,"target":82},{"source":81,"target":73},{"source":74,"target":8},{"source":74,"target":83},{"source":74,"target":6},{"source":74,"target":84},{"source":83,"target":8},{"source":84,"target":85},{"source":84,"target":74},{"source":75,"target":8},{"source":75,"target":86},{"source":75,"target":6},{"source":75,"target":87},{"source":86,"target":8},{"source":76,"target":9},{"source":76,"target":88},{"source":76,"target":6},{"source":88,"target":9},{"source":77,"target":89},{"source":77,"target":6},{"source":78,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":90,"target":7},{"source":90,"target":118},{"source":90,"target":7},{"source":118,"target":7},{"source":91,"target":7},{"source":91,"target":119},{"source":91,"target":7},{"source":119,"target":7},{"source":92,"target":7},{"source":92,"target":120},{"source":92,"target":7},{"source":92,"target":121},{"source":120,"target":7},{"source":121,"target":122},{"source":121,"target":92},{"source":93,"target":7},{"source":93,"target":123},{"source":93,"target":7},{"source":93,"target":124},{"source":123,"target":7},{"source":124,"target":7},{"source":124,"target":125},{"source":124,"target":93},{"source":125,"target":7},{"source":94,"target":7},{"source":94,"target":126},{"source":94,"target":7},{"source":126,"target":7},{"source":95,"target":15},{"source":95,"target":127},{"source":95,"target":7},{"source":127,"target":15},{"source":96,"target":11},{"source":96,"target":128},{"source":96,"target":7},{"source":96,"target":129},{"source":128,"target":11},{"source":129,"target":32},{"source":129,"target":130},{"source":129,"target":96},{"source":130,"target":32},{"source":97,"target":12},{"source":97,"target":131},{"source":97,"target":7},{"source":97,"target":132},{"source":131,"target":12},{"source":132,"target":32},{"source":132,"target":133},{"source":132,"target":97},{"source":133,"target":32},{"source":98,"target":11},{"source":98,"target":134},{"source":98,"target":7},{"source":134,"target":11},{"source":99,"target":135},{"source":99,"target":7},{"source":100,"target":136},{"source":100,"target":7},{"source":101,"target":11},{"source":101,"target":137},{"source":101,"target":7},{"source":101,"target":138},{"source":137,"target":11},{"source":138,"target":139},{"source":138,"target":101},{"source":102,"target":12},{"source":102,"target":140},{"source":102,"target":7},{"source":102,"target":141},{"source":102,"target":142},{"source":102,"target":143},{"source":140,"target":12},{"source":141,"target":11},{"source":141,"target":144},{"source":141,"target":102},{"source":144,"target":11},{"source":142,"target":11},{"source":142,"target":145},{"source":142,"target":102},{"source":145,"target":11},{"source":143,"target":146},{"source":143,"target":102},{"source":103,"target":147},{"source":103,"target":7},{"source":103,"target":148},{"source":103,"target":149},{"source":103,"target":150},{"source":148,"target":11},{"source":148,"target":151},{"source":148,"target":103},{"source":151,"target":11},{"source":149,"target":11},{"source":149,"target":152},{"source":149,"target":103},{"source":152,"target":11},{"source":150,"target":153},{"source":150,"target":103},{"source":104,"target":154},{"source":104,"target":7},{"source":104,"target":155},{"source":104,"target":156},{"source":155,"target":12},{"source":155,"target":157},{"source":155,"target":104},{"source":157,"target":12},{"source":156,"target":158},{"source":156,"target":104},{"source":105,"target":159},{"source":105,"target":7},{"source":105,"target":160},{"source":105,"target":161},{"source":160,"target":11},{"source":160,"target":162},{"source":160,"target":105},{"source":162,"target":11},{"source":161,"target":163},{"source":161,"target":105},{"source":106,"target":164},{"source":106,"target":7},{"source":106,"target":165},{"source":106,"target":166},{"source":165,"target":13},{"source":165,"target":167},{"source":165,"target":106},{"source":167,"target":13},{"source":166,"target":168},{"source":166,"target":106},{"source":107,"target":10},{"source":107,"target":169},{"source":107,"target":7},{"source":169,"target":10},{"source":108,"target":10},{"source":108,"target":170},{"source":108,"target":7},{"source":170,"target":10},{"source":109,"target":14},{"source":109,"target":171},{"source":109,"target":7},{"source":109,"target":172},{"source":171,"target":14},{"source":110,"target":15},{"source":110,"target":173},{"source":110,"target":7},{"source":173,"target":15},{"source":111,"target":174},{"source":111,"target":7},{"source":112,"target":175},{"source":112,"target":7},{"source":113,"target":7},{"source":113,"target":176},{"source":113,"target":7},{"source":176,"target":7},{"source":114,"target":15},{"source":114,"target":177},{"source":114,"target":7},{"source":177,"target":15},{"source":115,"target":178},{"source":115,"target":7},{"source":116,"target":179},{"source":116,"target":7},{"source":117,"target":6},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":87},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":182},{"source":87,"target":6},{"source":87,"target":183},{"source":87,"target":8},{"source":87,"target":75},{"source":183,"target":6},{"source":180,"target":184},{"source":180,"target":8},{"source":181,"target":33},{"source":181,"target":185},{"source":181,"target":8},{"source":185,"target":33},{"source":182,"target":3},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":186},{"source":9,"target":187},{"source":9,"target":188},{"source":186,"target":8},{"source":186,"target":189},{"source":186,"target":9},{"source":189,"target":8},{"source":187,"target":8},{"source":187,"target":190},{"source":187,"target":9},{"source":190,"target":8},{"source":188,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":191},{"source":10,"target":192},{"source":10,"target":193},{"source":10,"target":194},{"source":10,"target":195},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":10,"target":206},{"source":10,"target":207},{"source":10,"target":208},{"source":10,"target":209},{"source":10,"target":210},{"source":10,"target":211},{"source":191,"target":7},{"source":191,"target":212},{"source":191,"target":10},{"source":212,"target":7},{"source":192,"target":11},{"source":192,"target":213},{"source":192,"target":10},{"source":192,"target":214},{"source":213,"target":11},{"source":214,"target":215},{"source":214,"target":192},{"source":193,"target":11},{"source":193,"target":216},{"source":193,"target":10},{"source":193,"target":217},{"source":216,"target":11},{"source":217,"target":218},{"source":217,"target":193},{"source":194,"target":12},{"source":194,"target":219},{"source":194,"target":10},{"source":194,"target":220},{"source":219,"target":12},{"source":220,"target":221},{"source":220,"target":194},{"source":195,"target":25},{"source":195,"target":222},{"source":195,"target":10},{"source":222,"target":25},{"source":196,"target":25},{"source":196,"target":223},{"source":196,"target":10},{"source":196,"target":224},{"source":223,"target":25},{"source":224,"target":225},{"source":224,"target":196},{"source":197,"target":25},{"source":197,"target":226},{"source":197,"target":10},{"source":197,"target":227},{"source":226,"target":25},{"source":227,"target":228},{"source":227,"target":197},{"source":198,"target":25},{"source":198,"target":229},{"source":198,"target":10},{"source":229,"target":25},{"source":199,"target":25},{"source":199,"target":230},{"source":199,"target":10},{"source":230,"target":25},{"source":200,"target":231},{"source":200,"target":10},{"source":201,"target":232},{"source":201,"target":10},{"source":202,"target":233},{"source":202,"target":10},{"source":203,"target":25},{"source":203,"target":234},{"source":203,"target":10},{"source":203,"target":235},{"source":234,"target":25},{"source":235,"target":236},{"source":235,"target":203},{"source":204,"target":25},{"source":204,"target":237},{"source":204,"target":10},{"source":204,"target":238},{"source":237,"target":25},{"source":238,"target":239},{"source":238,"target":204},{"source":205,"target":240},{"source":205,"target":10},{"source":205,"target":241},{"source":241,"target":11},{"source":241,"target":242},{"source":241,"target":205},{"source":242,"target":11},{"source":206,"target":243},{"source":206,"target":10},{"source":206,"target":244},{"source":244,"target":12},{"source":244,"target":245},{"source":244,"target":206},{"source":245,"target":12},{"source":207,"target":246},{"source":207,"target":10},{"source":207,"target":247},{"source":247,"target":25},{"source":247,"target":248},{"source":247,"target":207},{"source":248,"target":25},{"source":208,"target":11},{"source":208,"target":249},{"source":208,"target":10},{"source":208,"target":250},{"source":249,"target":11},{"source":209,"target":12},{"source":209,"target":251},{"source":209,"target":10},{"source":209,"target":252},{"source":251,"target":12},{"source":210,"target":24},{"source":210,"target":253},{"source":210,"target":10},{"source":253,"target":24},{"source":211,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":4},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":11,"target":257},{"source":11,"target":258},{"source":11,"target":259},{"source":11,"target":260},{"source":11,"target":261},{"source":11,"target":262},{"source":11,"target":263},{"source":11,"target":250},{"source":11,"target":264},{"source":11,"target":265},{"source":11,"target":266},{"source":11,"target":267},{"source":254,"target":12},{"source":254,"target":268},{"source":254,"target":11},{"source":268,"target":12},{"source":255,"target":12},{"source":255,"target":269},{"source":255,"target":11},{"source":255,"target":270},{"source":269,"target":12},{"source":270,"target":271},{"source":270,"target":255},{"source":256,"target":12},{"source":256,"target":272},{"source":256,"target":11},{"source":256,"target":273},{"source":272,"target":12},{"source":273,"target":274},{"source":273,"target":256},{"source":257,"target":12},{"source":257,"target":275},{"source":257,"target":11},{"source":257,"target":276},{"source":257,"target":277},{"source":275,"target":12},{"source":276,"target":278},{"source":276,"target":257},{"source":277,"target":11},{"source":277,"target":279},{"source":277,"target":257},{"source":279,"target":11},{"source":258,"target":12},{"source":258,"target":280},{"source":258,"target":11},{"source":258,"target":281},{"source":258,"target":282},{"source":280,"target":12},{"source":281,"target":283},{"source":281,"target":258},{"source":282,"target":11},{"source":282,"target":284},{"source":282,"target":258},{"source":284,"target":11},{"source":259,"target":13},{"source":259,"target":285},{"source":259,"target":11},{"source":259,"target":286},{"source":285,"target":13},{"source":286,"target":287},{"source":286,"target":259},{"source":260,"target":13},{"source":260,"target":288},{"source":260,"target":11},{"source":260,"target":289},{"source":288,"target":13},{"source":289,"target":32},{"source":289,"target":290},{"source":289,"target":260},{"source":290,"target":32},{"source":261,"target":11},{"source":261,"target":291},{"source":261,"target":11},{"source":291,"target":11},{"source":262,"target":292},{"source":262,"target":11},{"source":263,"target":13},{"source":263,"target":293},{"source":263,"target":11},{"source":263,"target":294},{"source":293,"target":13},{"source":250,"target":10},{"source":250,"target":295},{"source":250,"target":11},{"source":250,"target":208},{"source":295,"target":10},{"source":264,"target":12},{"source":264,"target":296},{"source":264,"target":11},{"source":264,"target":297},{"source":296,"target":12},{"source":265,"target":12},{"source":265,"target":298},{"source":265,"target":11},{"source":265,"target":299},{"source":298,"target":12},{"source":266,"target":3},{"source":267,"target":4},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":300},{"source":12,"target":299},{"source":12,"target":297},{"source":12,"target":301},{"source":12,"target":252},{"source":12,"target":302},{"source":12,"target":303},{"source":12,"target":304},{"source":12,"target":305},{"source":300,"target":12},{"source":300,"target":306},{"source":300,"target":12},{"source":306,"target":12},{"source":299,"target":11},{"source":299,"target":307},{"source":299,"target":12},{"source":299,"target":265},{"source":307,"target":11},{"source":297,"target":11},{"source":297,"target":308},{"source":297,"target":12},{"source":297,"target":264},{"source":308,"target":11},{"source":301,"target":309},{"source":301,"target":12},{"source":252,"target":10},{"source":252,"target":310},{"source":252,"target":12},{"source":252,"target":209},{"source":310,"target":10},{"source":302,"target":311},{"source":302,"target":12},{"source":303,"target":312},{"source":303,"target":12},{"source":304,"target":1},{"source":305,"target":4},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":313},{"source":13,"target":314},{"source":13,"target":315},{"source":13,"target":294},{"source":13,"target":316},{"source":13,"target":317},{"source":13,"target":318},{"source":13,"target":319},{"source":313,"target":13},{"source":313,"target":320},{"source":313,"target":13},{"source":320,"target":13},{"source":314,"target":321},{"source":314,"target":13},{"source":315,"target":322},{"source":315,"target":13},{"source":294,"target":11},{"source":294,"target":323},{"source":294,"target":13},{"source":294,"target":263},{"source":323,"target":11},{"source":316,"target":324},{"source":316,"target":13},{"source":317,"target":325},{"source":317,"target":13},{"source":318,"target":1},{"source":319,"target":4},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":172},{"source":14,"target":326},{"source":14,"target":327},{"source":172,"target":7},{"source":172,"target":328},{"source":172,"target":14},{"source":172,"target":109},{"source":328,"target":7},{"source":326,"target":329},{"source":326,"target":14},{"source":327,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":330},{"source":15,"target":331},{"source":15,"target":332},{"source":330,"target":11},{"source":330,"target":333},{"source":330,"target":15},{"source":333,"target":11},{"source":331,"target":11},{"source":331,"target":334},{"source":331,"target":15},{"source":334,"target":11},{"source":332,"target":1},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":335},{"source":16,"target":336},{"source":335,"target":6},{"source":335,"target":337},{"source":335,"target":16},{"source":337,"target":6},{"source":336,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":338},{"source":17,"target":339},{"source":338,"target":6},{"source":338,"target":340},{"source":338,"target":17},{"source":340,"target":6},{"source":339,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":341},{"source":341,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":342},{"source":19,"target":343},{"source":19,"target":344},{"source":342,"target":345},{"source":342,"target":19},{"source":343,"target":346},{"source":343,"target":19},{"source":344,"target":17},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":347},{"source":20,"target":348},{"source":20,"target":349},{"source":20,"target":350},{"source":347,"target":6},{"source":347,"target":351},{"source":347,"target":20},{"source":351,"target":6},{"source":348,"target":6},{"source":348,"target":352},{"source":348,"target":20},{"source":352,"target":6},{"source":349,"target":6},{"source":349,"target":353},{"source":349,"target":20},{"source":353,"target":6},{"source":350,"target":6},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":354},{"source":354,"target":17},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":355},{"source":22,"target":356},{"source":22,"target":357},{"source":22,"target":358},{"source":355,"target":359},{"source":355,"target":22},{"source":356,"target":360},{"source":356,"target":22},{"source":357,"target":361},{"source":357,"target":22},{"source":358,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":362},{"source":362,"target":16},{"source":24,"target":0},{"source":24,"target":363},{"source":24,"target":364},{"source":363,"target":365},{"source":363,"target":24},{"source":364,"target":366},{"source":364,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":367},{"source":25,"target":368},{"source":25,"target":369},{"source":25,"target":370},{"source":25,"target":371},{"source":25,"target":372},{"source":25,"target":373},{"source":367,"target":10},{"source":367,"target":374},{"source":367,"target":25},{"source":374,"target":10},{"source":368,"target":375},{"source":368,"target":25},{"source":369,"target":376},{"source":369,"target":25},{"source":370,"target":10},{"source":370,"target":377},{"source":370,"target":25},{"source":377,"target":10},{"source":371,"target":15},{"source":371,"target":378},{"source":371,"target":25},{"source":378,"target":15},{"source":372,"target":1},{"source":373,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":379},{"source":26,"target":380},{"source":26,"target":381},{"source":379,"target":24},{"source":379,"target":382},{"source":379,"target":26},{"source":382,"target":24},{"source":380,"target":1},{"source":381,"target":24},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":383},{"source":27,"target":384},{"source":27,"target":385},{"source":27,"target":386},{"source":383,"target":24},{"source":383,"target":387},{"source":383,"target":27},{"source":387,"target":24},{"source":384,"target":24},{"source":384,"target":388},{"source":384,"target":27},{"source":388,"target":24},{"source":385,"target":1},{"source":386,"target":24},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":389},{"source":389,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":390},{"source":390,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":391},{"source":391,"target":27},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":392},{"source":392,"target":26},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":393},{"source":33,"target":394},{"source":33,"target":395},{"source":33,"target":396},{"source":33,"target":397},{"source":393,"target":33},{"source":394,"target":33},{"source":395,"target":33},{"source":396,"target":33},{"source":397,"target":33},{"source":34,"target":0},{"source":34,"target":24},{"source":34,"target":398},{"source":398,"target":24}],"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="reconfigurationrule" nsURI="http://palladiosimulator.org/simulizar/reconfiguration/1.0" nsPrefix="reconf"> <eClassifiers xsi:type="ecore:EClass" name="ModelTransformation" abstract="true"> <eTypeParameters name="ExecutableTransformationElement"> <eBounds eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="modelTransformation"> <eGenericType eTypeParameter="#//ModelTransformation/ExecutableTransformationElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reconfiguration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="strategies" upperBound="-1" eType="#//Strategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tactic" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Priority of the reconfiguration rule represented as Integer. Values from 0 to n are the priority in a ruleset which determine the order of which a reconfiguration rule is executed. Lower values are higher priority, earlier execution. The value -1 means unspecified priority and is equal to the latest execution within the ruleset. The order in which multiple rules with unspecified priority are executed is non-deterministic."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" upperBound="-1" containment="true"> <eGenericType eClassifier="#//ModelTransformation"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" upperBound="-1" containment="true"> <eGenericType eClassifier="#//ModelTransformation"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Strategy" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="slos" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.servicelevelobjective/model/servicelevelobjective.ecore#//ServiceLevelObjectiveRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tactics" upperBound="-1" eType="#//Tactic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Analyzer-SimuLizar/bundles/org.palladiosimulator.simulizar.reconfigurationrule/model/reconfigurationrule.ecore
ecore
reconfigurationrule ModelTransformation ExecutableTransformationElement modelTransformation Reconfiguration strategies Tactic priority -1 condition action Strategy slos tactics NamedElement name
null
{"directed":true,"nodes":[{"nsPrefix":"reconf","nsURI":"http://palladiosimulator.org/simulizar/reconfiguration/1.0","name":"reconfigurationrule","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTransformation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reconfiguration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tactic","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strategy","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"},{"name":"ExecutableTransformationElement","id":6,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelTransformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slos","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":"tactics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":8},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":6},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":4},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":4},{"source":11,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":13,"target":17},{"source":13,"target":3},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":19},{"source":18,"target":1},{"source":15,"target":1},{"source":15,"target":20},{"source":15,"target":3},{"source":20,"target":21},{"source":20,"target":1},{"source":16,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":25},{"source":22,"target":4},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":4},{"source":26,"target":3},{"source":24,"target":5},{"source":5,"target":0},{"source":5,"target":27},{"source":27,"target":28},{"source":27,"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="myumlclassdiagram" nsURI="http://myumlclassdiagram/1.0" nsPrefix="myumlclassdiagram"> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Classes" upperBound="-1" eType="#//Class" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/Owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Methods" upperBound="-1" eType="#//Method" containment="true" eOpposite="#//Method/Owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Visibility" eType="#//EVisibility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EType"> <eLiterals name="integer"/> <eLiterals name="string" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//EType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Visibility" eType="#//EVisibility"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Owner" lowerBound="1" eType="#//Class" eOpposite="#//Class/Attributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Returns" eType="#//EReturnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/Owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Visibility" eType="#//EVisibility"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Owner" lowerBound="1" eType="#//Class" eOpposite="#//Class/Methods"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EVisibility"> <eLiterals name="public"/> <eLiterals name="protected" value="1"/> <eLiterals name="private" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EReturnType"> <eLiterals name="void"/> <eLiterals name="integer"/> <eLiterals name="string" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//EType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Owner" eType="#//Method" eOpposite="#//Method/Parameters"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/nacchofer31-etsinf-exercises/3.DSM/PruebaATL/model/MyUMLClassDiagram.ecore
ecore
myumlclassdiagram Package Classes Class Attributes Methods Visibility EType integer integer string string NamedElement Name Attribute Type Visibility Owner Method Returns Parameters Visibility Owner EVisibility public public protected protected private private EReturnType void void integer integer string string Parameter Type Owner
null
{"directed":true,"nodes":[{"nsPrefix":"myumlclassdiagram","nsURI":"http://myumlclassdiagram/1.0","name":"myumlclassdiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EVisibility","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EReturnType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Attributes","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":"Methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"name":"integer","id":22,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"string","id":23,"value":2,"literal":"string","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":24,"derived":false},{"id":25,"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":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Returns","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":"Parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Visibility","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"public","id":41,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":42,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":43,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"void","id":44,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"integer","id":45,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"string","id":46,"value":2,"literal":"string","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":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":5},{"source":14,"target":6},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":19,"target":6},{"source":15,"target":7},{"source":15,"target":21},{"source":15,"target":2},{"source":21,"target":7},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":3},{"source":23,"target":3},{"source":4,"target":0},{"source":4,"target":24},{"source":24,"target":25},{"source":24,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":18},{"source":5,"target":28},{"source":26,"target":3},{"source":26,"target":29},{"source":26,"target":5},{"source":29,"target":3},{"source":27,"target":7},{"source":27,"target":30},{"source":27,"target":5},{"source":30,"target":7},{"source":18,"target":2},{"source":18,"target":31},{"source":18,"target":5},{"source":18,"target":13},{"source":31,"target":2},{"source":28,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":20},{"source":6,"target":35},{"source":32,"target":8},{"source":32,"target":36},{"source":32,"target":6},{"source":36,"target":8},{"source":33,"target":9},{"source":33,"target":37},{"source":33,"target":6},{"source":33,"target":38},{"source":37,"target":9},{"source":34,"target":7},{"source":34,"target":39},{"source":34,"target":6},{"source":39,"target":7},{"source":20,"target":2},{"source":20,"target":40},{"source":20,"target":6},{"source":20,"target":14},{"source":40,"target":2},{"source":35,"target":4},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":7},{"source":42,"target":7},{"source":43,"target":7},{"source":8,"target":0},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":44,"target":8},{"source":45,"target":8},{"source":46,"target":8},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":47},{"source":9,"target":38},{"source":9,"target":48},{"source":47,"target":3},{"source":47,"target":49},{"source":47,"target":9},{"source":49,"target":3},{"source":38,"target":6},{"source":38,"target":50},{"source":38,"target":9},{"source":38,"target":33},{"source":50,"target":6},{"source":48,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <!-- This file is protected by Copyright. Please refer to the COPYRIGHT file distributed with this source distribution. This file is part of REDHAWK IDE. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="scd" nsURI="http://sca.jpeojtrs.mil/scd" nsPrefix="scd"> <eClassifiers xsi:type="ecore:EClass" name="ComponentFeatures"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="componentFeatures"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="supportsInterface" upperBound="-1" eType="#//SupportsInterface" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="supportsinterface"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" lowerBound="1" eType="#//Ports" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ports"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentRepId"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="componentRepId"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repid" 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="repid"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InheritsInterface"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="inheritsInterface"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repid" 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="repid"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repid attribute is the unique repository id of the interface, which has formats specified in the CORBA specification. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="interface"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The interface element describes an interface that the component, either directly or through inheritance, provides, uses, or supports."/> </eAnnotations> <eOperations name="isInstance" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"> <eParameters name="obj" eType="#//Interface"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritsInterfaces" upperBound="-1" eType="#//InheritsInterface" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inheritsinterface"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name attribute is the character-based non-qualified name of the interface."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="repid"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repid attribute is the unique repository id of the interface, which has formats specified in the CORBA specification. The repid is also used to reference an interface element elsewhere in the SCD, for example from the inheritsinterface element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interfaces"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="interfaces"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" lowerBound="1" upperBound="-1" eType="#//Interface" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="interface"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalFile"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="localFile"/> <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="Ports"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ports"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="getPort" eType="#//AbstractPort"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eOperations> <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="provides" upperBound="-1" eType="#//Provides" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="provides"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Uses" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="uses"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValueConsistent"/> </eAnnotations> <eLiterals name="data"/> <eLiterals name="responses" value="1"/> <eLiterals name="control" value="2"/> <eLiterals name="test" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortTypeContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="portType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PortType" defaultValueLiteral="control" unsettable="true"> <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:EDataType" name="PortTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type:Object"/> <details key="baseType" value="type_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyFile"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="propertyFile"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localFile" lowerBound="1" eType="#//LocalFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="localfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="ecore:EClass ../../mil.jpeojtrs.sca.prf/model/prf.ecore#//Properties" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provides" eSuperTypes="#//AbstractPort"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="provides"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="providesName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="providesname"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPort" abstract="true"> <eOperations name="isBiDirectional" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eOperations name="getSibling" eType="#//AbstractPort"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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="element"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" upperBound="-1" eType="#//PortTypeContainer" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="porttype"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repID" 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="repid"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repid attribute is the unique repository id of the interface, which has formats specified in the CORBA specification. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="#//PortDirection" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScdDocumentRoot"> <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="softwarecomponent" upperBound="-2" eType="#//SoftwareComponent" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="softwarecomponent"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareComponent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="softwareComponent"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="corbaVersion" 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="corbaversion"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="componentRepID" lowerBound="1" eType="#//ComponentRepId" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="componentrepid"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" 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="componenttype"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="componentFeatures" lowerBound="1" eType="#//ComponentFeatures" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="componentfeatures"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" lowerBound="1" eType="#//Interfaces" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="interfaces"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyFile" eType="#//PropertyFile" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="propertyfile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repId" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportsInterface"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="supportsInterface"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repId" 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="repid"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repid attribute is the unique repository id of the interface, which has formats specified in the CORBA specification. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supportsName" 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="supportsname"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" changeable="false" volatile="true" transient="true" derived="true" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uses" eSuperTypes="#//AbstractPort"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="uses"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usesName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="usesname"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComponentType"> <eLiterals name="RESOURCE" literal="resource"/> <eLiterals name="DEVICE" value="1" literal="device"/> <eLiterals name="RESOURCE_FACTORY" value="2" literal="resourcefactory"/> <eLiterals name="DOMAIN_MANAGER" value="3" literal="domainmanager"/> <eLiterals name="LOG" value="4" literal="log"/> <eLiterals name="FILE_SYSTEM" value="5" literal="filesystem"/> <eLiterals name="FILE_MANAGER" value="6" literal="filemanager"/> <eLiterals name="DEVICE_MANAGER" value="7" literal="devicemanager"/> <eLiterals name="NAMING_SERVICE" value="8" literal="namingservice"/> <eLiterals name="EVENT_SERVICE" value="9" literal="eventservice"/> <eLiterals name="SERVICE" value="10" literal="service"/> <eLiterals name="OTHER" value="11"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortDirection" serializable="false"> <eLiterals name="USES" literal="uses"/> <eLiterals name="PROVIDES" value="1" literal="provides"/> <eLiterals name="BIDIR" value="2" literal="bi-dir"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/RedhawkSDR/mil.jpeojtrs.sca/plugins/mil.jpeojtrs.sca.scd/model/scd.ecore
ecore
scd ComponentFeatures supportsInterface ports ComponentRepId repid interface InheritsInterface repid interface Interface isInstance obj inheritsInterfaces name repid Interfaces interface LocalFile name Ports getPort name group provides uses PortType data data responses responses control control test test PortTypeContainer type control PortTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator PropertyFile localFile type properties Provides providesName AbstractPort isBiDirectional getSibling description portType name repID interface direction ScdDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation softwarecomponent SoftwareComponent corbaVersion componentRepID componentType componentFeatures interfaces propertyFile repId SupportsInterface repId supportsName id interface Uses usesName ComponentType RESOURCE resource DEVICE device RESOURCE_FACTORY resourcefactory DOMAIN_MANAGER domainmanager LOG log FILE_SYSTEM filesystem FILE_MANAGER filemanager DEVICE_MANAGER devicemanager NAMING_SERVICE namingservice EVENT_SERVICE eventservice SERVICE service OTHER OTHER PortDirection USES uses PROVIDES provides BIDIR bi-dir
null
{"directed":true,"nodes":[{"nsPrefix":"scd","nsURI":"http://sca.jpeojtrs.mil/scd","name":"scd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentFeatures","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentRepId","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritsInterface","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interfaces","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalFile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ports","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortTypeContainer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PortTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFile","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provides","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPort","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScdDocumentRoot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareComponent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportsInterface","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uses","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortDirection","instanceClass":null,"id":19,"serializable":false,"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":"supportsInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repid","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repid","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":true},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":32,"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":"inheritsInterfaces","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repid","changeable":true,"lowerBound":1,"iD":true,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"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":"interface","changeable":true,"resolveProxies":false,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"provides","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"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":"uses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"data","id":56,"value":0,"literal":"data","eClass":"EEnumLiteral"},{"name":"responses","id":57,"value":1,"literal":"responses","eClass":"EEnumLiteral"},{"name":"control","id":58,"value":2,"literal":"control","eClass":"EEnumLiteral"},{"name":"test","id":59,"value":3,"literal":"test","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"control","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"localFile","changeable":true,"resolveProxies":false,"lowerBound":1,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":63,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":true},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"providesName","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBiDirectional","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSibling","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","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":"portType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","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":"repID","changeable":true,"lowerBound":1,"iD":false,"id":76,"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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":true},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":78,"derived":true},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"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":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"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":"softwarecomponent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"derived":true},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"corbaVersion","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentRepID","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"componentType","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentFeatures","changeable":true,"resolveProxies":false,"lowerBound":1,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"propertyFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":100,"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":"repId","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":true},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repId","changeable":true,"lowerBound":1,"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":"supportsName","changeable":true,"lowerBound":1,"iD":false,"id":110,"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":"id","changeable":false,"lowerBound":0,"iD":true,"id":111,"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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":true},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usesName","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":true},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"name":"RESOURCE","id":120,"value":0,"literal":"resource","eClass":"EEnumLiteral"},{"name":"DEVICE","id":121,"value":1,"literal":"device","eClass":"EEnumLiteral"},{"name":"RESOURCE_FACTORY","id":122,"value":2,"literal":"resourcefactory","eClass":"EEnumLiteral"},{"name":"DOMAIN_MANAGER","id":123,"value":3,"literal":"domainmanager","eClass":"EEnumLiteral"},{"name":"LOG","id":124,"value":4,"literal":"log","eClass":"EEnumLiteral"},{"name":"FILE_SYSTEM","id":125,"value":5,"literal":"filesystem","eClass":"EEnumLiteral"},{"name":"FILE_MANAGER","id":126,"value":6,"literal":"filemanager","eClass":"EEnumLiteral"},{"name":"DEVICE_MANAGER","id":127,"value":7,"literal":"devicemanager","eClass":"EEnumLiteral"},{"name":"NAMING_SERVICE","id":128,"value":8,"literal":"namingservice","eClass":"EEnumLiteral"},{"name":"EVENT_SERVICE","id":129,"value":9,"literal":"eventservice","eClass":"EEnumLiteral"},{"name":"SERVICE","id":130,"value":10,"literal":"service","eClass":"EEnumLiteral"},{"name":"OTHER","id":131,"value":11,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"USES","id":132,"value":0,"literal":"uses","eClass":"EEnumLiteral"},{"name":"PROVIDES","id":133,"value":1,"literal":"provides","eClass":"EEnumLiteral"},{"name":"BIDIR","id":134,"value":2,"literal":"bi-dir","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":16},{"source":20,"target":22},{"source":20,"target":1},{"source":22,"target":16},{"source":21,"target":7},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":7},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":2},{"source":27,"target":4},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":30},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":4},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":36},{"source":32,"target":4},{"source":32,"target":37},{"source":37,"target":4},{"source":37,"target":38},{"source":37,"target":32},{"source":38,"target":4},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":4},{"source":39,"target":3},{"source":34,"target":40},{"source":34,"target":4},{"source":35,"target":41},{"source":35,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":42,"target":4},{"source":42,"target":43},{"source":42,"target":5},{"source":43,"target":4},{"source":6,"target":0},{"source":6,"target":44},{"source":44,"target":45},{"source":44,"target":6},{"source":7,"target":0},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":46,"target":13},{"source":46,"target":50},{"source":46,"target":7},{"source":46,"target":51},{"source":50,"target":13},{"source":51,"target":52},{"source":51,"target":46},{"source":47,"target":53},{"source":47,"target":7},{"source":48,"target":12},{"source":48,"target":54},{"source":48,"target":7},{"source":54,"target":12},{"source":49,"target":17},{"source":49,"target":55},{"source":49,"target":7},{"source":55,"target":17},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":56,"target":8},{"source":57,"target":8},{"source":58,"target":8},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":60},{"source":60,"target":8},{"source":60,"target":61},{"source":60,"target":9},{"source":61,"target":8},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":62,"target":6},{"source":62,"target":65},{"source":62,"target":11},{"source":65,"target":6},{"source":63,"target":66},{"source":63,"target":11},{"source":64,"target":67},{"source":64,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":68},{"source":12,"target":69},{"source":68,"target":70},{"source":68,"target":12},{"source":69,"target":13},{"source":13,"target":0},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":71,"target":79},{"source":71,"target":13},{"source":72,"target":13},{"source":72,"target":80},{"source":72,"target":13},{"source":80,"target":13},{"source":73,"target":81},{"source":73,"target":13},{"source":74,"target":9},{"source":74,"target":82},{"source":74,"target":13},{"source":82,"target":9},{"source":75,"target":83},{"source":75,"target":13},{"source":76,"target":84},{"source":76,"target":13},{"source":77,"target":4},{"source":77,"target":85},{"source":77,"target":13},{"source":85,"target":4},{"source":78,"target":19},{"source":78,"target":86},{"source":78,"target":13},{"source":86,"target":19},{"source":14,"target":0},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":87,"target":91},{"source":87,"target":14},{"source":88,"target":92},{"source":88,"target":14},{"source":89,"target":93},{"source":89,"target":14},{"source":90,"target":15},{"source":90,"target":94},{"source":90,"target":14},{"source":94,"target":15},{"source":15,"target":0},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":95,"target":102},{"source":95,"target":15},{"source":96,"target":2},{"source":96,"target":103},{"source":96,"target":15},{"source":103,"target":2},{"source":97,"target":104},{"source":97,"target":15},{"source":98,"target":1},{"source":98,"target":105},{"source":98,"target":15},{"source":105,"target":1},{"source":99,"target":5},{"source":99,"target":106},{"source":99,"target":15},{"source":106,"target":5},{"source":100,"target":11},{"source":100,"target":107},{"source":100,"target":15},{"source":107,"target":11},{"source":101,"target":108},{"source":101,"target":15},{"source":16,"target":0},{"source":16,"target":109},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":112},{"source":109,"target":113},{"source":109,"target":16},{"source":110,"target":114},{"source":110,"target":16},{"source":111,"target":115},{"source":111,"target":16},{"source":112,"target":4},{"source":112,"target":116},{"source":112,"target":16},{"source":116,"target":4},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":117},{"source":17,"target":118},{"source":117,"target":119},{"source":117,"target":17},{"source":118,"target":13},{"source":18,"target":0},{"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":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":19,"target":0},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":132,"target":19},{"source":133,"target":19},{"source":134,"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="dom" nsURI="http:///org/eclipse/dltk/javascript/core/dom/dom.ecore" nsPrefix="org.eclipse.dltk.javascript.core.dom"> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="begin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Node"> <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="Identifier" eSuperTypes="#//Node #//IPropertyName #//IPropertySelector #//IProperty"> <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="VariableReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Node"> <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="Expression" abstract="true" eSuperTypes="#//Node #//IArrayElement #//IForInitializer"/> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <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="NumericLiteral" eSuperTypes="#//Expression #//IPropertyName"> <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="StringLiteral" eSuperTypes="#//Expression #//IPropertyName"> <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="RegularExpressionLiteral" eSuperTypes="#//Expression"> <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="ThisExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//IArrayElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IArrayElement" abstract="true" interface="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Elision" eSuperTypes="#//IArrayElement"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//PropertyAssignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAssignment" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//IPropertyName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPropertyName" abstract="true" interface="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="SimplePropertyAssignment" eSuperTypes="#//PropertyAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessorAssignment" abstract="true" eSuperTypes="#//PropertyAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//BlockStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetterAssignment" eSuperTypes="#//AccessorAssignment"/> <eClassifiers xsi:type="ecore:EClass" name="SetterAssignment" eSuperTypes="#//AccessorAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="enclosed" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccessExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAccessExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//IProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="constructor" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="applicant" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1" eType="#//UnaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator"> <eLiterals name="postfixInc" value="1"/> <eLiterals name="postfixDec" value="2" literal="postfixDec"/> <eLiterals name="delete" value="3"/> <eLiterals name="void" value="4" literal="void"/> <eLiterals name="typeof" value="5"/> <eLiterals name="prefixInc" value="6" literal="++"/> <eLiterals name="prefixDec" value="7" literal="--"/> <eLiterals name="unaryPlus" value="8" literal="+"/> <eLiterals name="numNeg" value="9" literal="-"/> <eLiterals name="bwNot" value="10" literal="~"/> <eLiterals name="not" value="11" literal="!"/> <eLiterals name="yield" value="12" literal="yield"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1" eType="#//BinaryOperator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operatorPosition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator"> <eLiterals name="mul" value="1" literal="*"/> <eLiterals name="div" value="2" literal="/"/> <eLiterals name="mod" value="3" literal="%"/> <eLiterals name="add" value="4" literal="+"/> <eLiterals name="sub" value="5" literal="-"/> <eLiterals name="lsh" value="6" literal="&lt;&lt;"/> <eLiterals name="rsh" value="7" literal=">>"/> <eLiterals name="ursh" value="8" literal=">>>"/> <eLiterals name="less" value="9" literal="&lt;"/> <eLiterals name="greater" value="10" literal=">"/> <eLiterals name="leq" value="11" literal="&lt;="/> <eLiterals name="geq" value="12" literal=">="/> <eLiterals name="instanceof" value="13"/> <eLiterals name="in" value="14"/> <eLiterals name="eq" value="15" literal="=="/> <eLiterals name="neq" value="16" literal="!="/> <eLiterals name="same" value="17" literal="==="/> <eLiterals name="nsame" value="18" literal="!=="/> <eLiterals name="bwAnd" value="19" literal="&amp;"/> <eLiterals name="bwXor" value="20" literal="^"/> <eLiterals name="bwOr" value="21" literal="|"/> <eLiterals name="logAnd" value="22" literal="&amp;&amp;"/> <eLiterals name="logOr" value="23" literal="||"/> <eLiterals name="assign" value="24" literal="="/> <eLiterals name="mulAssign" value="25" literal="*="/> <eLiterals name="divAssign" value="26" literal="/="/> <eLiterals name="modAssign" value="27" literal="%="/> <eLiterals name="addAssign" value="28" literal="+="/> <eLiterals name="subAssign" value="29" literal="-="/> <eLiterals name="lshAssign" value="30" literal="&lt;&lt;="/> <eLiterals name="rshAssign" value="31" literal=">>="/> <eLiterals name="urshAssign" value="32" literal=">>>="/> <eLiterals name="andAssign" value="33" literal="&amp;="/> <eLiterals name="xorAssign" value="34" literal="^="/> <eLiterals name="orAssign" value="35" literal="|="/> <eLiterals name="comma" value="36" literal=","/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alternative" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableStatement" eSuperTypes="#//Statement #//IForInitializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" lowerBound="1" upperBound="-1" eType="#//VariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alternative" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterationStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" lowerBound="1" eType="#//IForInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="increment" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IForInitializer" abstract="true" interface="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ForInStatement" eSuperTypes="#//IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//IForInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label" containment="true"/> </eClassifiers> <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="WithStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//SwitchElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchElement" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseClause" eSuperTypes="#//SwitchElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultClause" eSuperTypes="#//SwitchElement"/> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//BlockStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1" eType="#//CatchClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finallyClause" eType="#//FinallyClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//BlockStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinallyClause" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//BlockStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//Identifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//BlockStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parametersPosition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//Identifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" lowerBound="1" upperBound="-1" eType="#//VariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyIdentifier" abstract="true" eSuperTypes="#//Expression #//IProperty"/> <eClassifiers xsi:type="ecore:EClass" name="IProperty" abstract="true" interface="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="XmlInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" lowerBound="1" upperBound="-1" eType="#//XmlFragment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeIdentifier" eSuperTypes="#//PropertyIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1" eType="#//ISelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISelector" abstract="true" interface="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifier" eSuperTypes="#//PropertyIdentifier #//ISelector"> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" lowerBound="1" eType="#//IPropertySelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//IUnqualifiedSelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IUnqualifiedSelector" abstract="true" interface="true" eSuperTypes="#//ISelector"/> <eClassifiers xsi:type="ecore:EClass" name="WildcardIdentifier" eSuperTypes="#//PropertyIdentifier #//IPropertySelector"/> <eClassifiers xsi:type="ecore:EClass" name="IPropertySelector" abstract="true" interface="true" eSuperTypes="#//IUnqualifiedSelector"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionSelector" eSuperTypes="#//IUnqualifiedSelector"> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XmlFragment" abstract="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="XmlTextFragment" eSuperTypes="#//XmlFragment"> <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="XmlExpressionFragment" eSuperTypes="#//XmlFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescendantAccessExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//IProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultXmlNamespaceStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachInStatement" eSuperTypes="#//IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//IForInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/akosicki/org.eclipse.dltk.javascript/plugins/org.eclipse.dltk.javascript.core.manipulation/model/dom.ecore
ecore
dom Node begin -1 end -1 Comment text Identifier name VariableReference variable Label name Expression NullLiteral BooleanLiteral text NumericLiteral text StringLiteral text RegularExpressionLiteral text ThisExpression ArrayLiteral elements IArrayElement Elision ObjectLiteral properties PropertyAssignment name IPropertyName SimplePropertyAssignment initializer AccessorAssignment body GetterAssignment SetterAssignment parameter ParenthesizedExpression enclosed ArrayAccessExpression array index PropertyAccessExpression object property NewExpression constructor arguments CallExpression applicant arguments UnaryExpression argument operation UnaryOperator postfixInc postfixInc postfixDec postfixDec delete delete void void typeof typeof prefixInc ++ prefixDec -- unaryPlus + numNeg - bwNot ~ not ! yield yield BinaryExpression left right operation operatorPosition BinaryOperator mul * div / mod % add + sub - lsh << rsh >> ursh >>> less < greater > leq <= geq >= instanceof instanceof in in eq == neq != same === nsame !== bwAnd & bwXor ^ bwOr | logAnd && logOr || assign = mulAssign *= divAssign /= modAssign %= addAssign += subAssign -= lshAssign <<= rshAssign >>= urshAssign >>>= andAssign &= xorAssign ^= orAssign |= comma , ConditionalExpression predicate consequent alternative Statement BlockStatement statements VariableStatement declarations VariableDeclaration identifier initializer EmptyStatement ExpressionStatement expression IfStatement predicate consequent alternative IterationStatement body DoStatement condition WhileStatement condition ForStatement initialization condition increment IForInitializer ForInStatement item collection ContinueStatement label BreakStatement label ReturnStatement expression WithStatement expression statement SwitchStatement selector elements SwitchElement statements CaseClause expression DefaultClause LabeledStatement label statement ThrowStatement exception TryStatement body catches finallyClause CatchClause exception filter body FinallyClause body FunctionExpression documentation identifier parameters body parametersPosition Parameter name Source statements ConstStatement declarations PropertyIdentifier IProperty XmlInitializer fragments AttributeIdentifier selector ISelector QualifiedIdentifier namespace member IUnqualifiedSelector WildcardIdentifier IPropertySelector ExpressionSelector index XmlFragment XmlTextFragment text XmlExpressionFragment expression DescendantAccessExpression object property FilterExpression object filter DefaultXmlNamespaceStatement expression ForEachInStatement item collection
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.dltk.javascript.core.dom","nsURI":"http:///org/eclipse/dltk/javascript/core/dom/dom.ecore","name":"dom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularExpressionLiteral","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArrayElement","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elision","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectLiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssignment","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPropertyName","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimplePropertyAssignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessorAssignment","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetterAssignment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetterAssignment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccessExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAccessExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableStatement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationStatement","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","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":"IForInitializer","instanceClass":null,"abstract":true,"id":44,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForInStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchElement","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseClause","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultClause","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinallyClause","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyIdentifier","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProperty","instanceClass":null,"abstract":true,"id":64,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlInitializer","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeIdentifier","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISelector","instanceClass":null,"abstract":true,"id":67,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUnqualifiedSelector","instanceClass":null,"abstract":true,"id":69,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardIdentifier","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPropertySelector","instanceClass":null,"abstract":true,"id":71,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionSelector","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlFragment","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlTextFragment","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlExpressionFragment","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescendantAccessExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultXmlNamespaceStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachInStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"begin","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"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":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"},{"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":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","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":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","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":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enclosed","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applicant","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"name":"postfixInc","id":168,"value":1,"literal":"postfixInc","eClass":"EEnumLiteral"},{"name":"postfixDec","id":169,"value":2,"literal":"postfixDec","eClass":"EEnumLiteral"},{"name":"delete","id":170,"value":3,"literal":"delete","eClass":"EEnumLiteral"},{"name":"void","id":171,"value":4,"literal":"void","eClass":"EEnumLiteral"},{"name":"typeof","id":172,"value":5,"literal":"typeof","eClass":"EEnumLiteral"},{"name":"prefixInc","id":173,"value":6,"literal":"++","eClass":"EEnumLiteral"},{"name":"prefixDec","id":174,"value":7,"literal":"--","eClass":"EEnumLiteral"},{"name":"unaryPlus","id":175,"value":8,"literal":"+","eClass":"EEnumLiteral"},{"name":"numNeg","id":176,"value":9,"literal":"-","eClass":"EEnumLiteral"},{"name":"bwNot","id":177,"value":10,"literal":"~","eClass":"EEnumLiteral"},{"name":"not","id":178,"value":11,"literal":"!","eClass":"EEnumLiteral"},{"name":"yield","id":179,"value":12,"literal":"yield","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":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":182,"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":"operatorPosition","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"name":"mul","id":189,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"div","id":190,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"mod","id":191,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"add","id":192,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"sub","id":193,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"lsh","id":194,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"rsh","id":195,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"ursh","id":196,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"less","id":197,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"greater","id":198,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"leq","id":199,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"geq","id":200,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"instanceof","id":201,"value":13,"literal":"instanceof","eClass":"EEnumLiteral"},{"name":"in","id":202,"value":14,"literal":"in","eClass":"EEnumLiteral"},{"name":"eq","id":203,"value":15,"literal":"==","eClass":"EEnumLiteral"},{"name":"neq","id":204,"value":16,"literal":"!=","eClass":"EEnumLiteral"},{"name":"same","id":205,"value":17,"literal":"===","eClass":"EEnumLiteral"},{"name":"nsame","id":206,"value":18,"literal":"!==","eClass":"EEnumLiteral"},{"name":"bwAnd","id":207,"value":19,"literal":"&","eClass":"EEnumLiteral"},{"name":"bwXor","id":208,"value":20,"literal":"^","eClass":"EEnumLiteral"},{"name":"bwOr","id":209,"value":21,"literal":"|","eClass":"EEnumLiteral"},{"name":"logAnd","id":210,"value":22,"literal":"&&","eClass":"EEnumLiteral"},{"name":"logOr","id":211,"value":23,"literal":"||","eClass":"EEnumLiteral"},{"name":"assign","id":212,"value":24,"literal":"=","eClass":"EEnumLiteral"},{"name":"mulAssign","id":213,"value":25,"literal":"*=","eClass":"EEnumLiteral"},{"name":"divAssign","id":214,"value":26,"literal":"/=","eClass":"EEnumLiteral"},{"name":"modAssign","id":215,"value":27,"literal":"%=","eClass":"EEnumLiteral"},{"name":"addAssign","id":216,"value":28,"literal":"+=","eClass":"EEnumLiteral"},{"name":"subAssign","id":217,"value":29,"literal":"-=","eClass":"EEnumLiteral"},{"name":"lshAssign","id":218,"value":30,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"rshAssign","id":219,"value":31,"literal":">>=","eClass":"EEnumLiteral"},{"name":"urshAssign","id":220,"value":32,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"andAssign","id":221,"value":33,"literal":"&=","eClass":"EEnumLiteral"},{"name":"xorAssign","id":222,"value":34,"literal":"^=","eClass":"EEnumLiteral"},{"name":"orAssign","id":223,"value":35,"literal":"|=","eClass":"EEnumLiteral"},{"name":"comma","id":224,"value":36,"literal":",","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"resolveProxies":true,"lowerBound":1,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":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":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":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":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"increment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"container":false,"ordered":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":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"finallyClause","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":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":326,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"documentation","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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"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":"parametersPosition","changeable":true,"lowerBound":1,"iD":false,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":1,"target":0},{"source":1,"target":80},{"source":1,"target":81},{"source":80,"target":82},{"source":80,"target":1},{"source":81,"target":83},{"source":81,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":84},{"source":2,"target":85},{"source":84,"target":86},{"source":84,"target":2},{"source":85,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":18},{"source":3,"target":71},{"source":3,"target":64},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":87,"target":92},{"source":87,"target":3},{"source":88,"target":1},{"source":89,"target":18},{"source":90,"target":71},{"source":91,"target":64},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":93},{"source":4,"target":94},{"source":93,"target":3},{"source":93,"target":95},{"source":93,"target":4},{"source":95,"target":3},{"source":94,"target":6},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":96},{"source":5,"target":97},{"source":96,"target":98},{"source":96,"target":5},{"source":97,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":14},{"source":6,"target":44},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":99,"target":1},{"source":100,"target":14},{"source":101,"target":44},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":102},{"source":102,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":103},{"source":8,"target":104},{"source":103,"target":105},{"source":103,"target":8},{"source":104,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":18},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":106,"target":109},{"source":106,"target":9},{"source":107,"target":6},{"source":108,"target":18},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":18},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":112},{"source":110,"target":113},{"source":110,"target":10},{"source":111,"target":6},{"source":112,"target":18},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":114},{"source":11,"target":115},{"source":114,"target":116},{"source":114,"target":11},{"source":115,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":117},{"source":117,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":118},{"source":13,"target":119},{"source":118,"target":14},{"source":118,"target":120},{"source":118,"target":13},{"source":120,"target":14},{"source":119,"target":6},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":121},{"source":121,"target":1},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":122},{"source":122,"target":14},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":123},{"source":16,"target":124},{"source":123,"target":17},{"source":123,"target":125},{"source":123,"target":16},{"source":125,"target":17},{"source":124,"target":6},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":126},{"source":17,"target":127},{"source":126,"target":18},{"source":126,"target":128},{"source":126,"target":17},{"source":128,"target":18},{"source":127,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":129},{"source":129,"target":1},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":130},{"source":19,"target":131},{"source":130,"target":6},{"source":130,"target":132},{"source":130,"target":19},{"source":132,"target":6},{"source":131,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":133},{"source":20,"target":134},{"source":133,"target":34},{"source":133,"target":135},{"source":133,"target":20},{"source":135,"target":34},{"source":134,"target":17},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":136},{"source":136,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":137},{"source":22,"target":138},{"source":137,"target":3},{"source":137,"target":139},{"source":137,"target":22},{"source":139,"target":3},{"source":138,"target":20},{"source":23,"target":0},{"source":23,"target":6},{"source":23,"target":140},{"source":23,"target":141},{"source":140,"target":6},{"source":140,"target":142},{"source":140,"target":23},{"source":142,"target":6},{"source":141,"target":6},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":143},{"source":24,"target":144},{"source":24,"target":145},{"source":143,"target":6},{"source":143,"target":146},{"source":143,"target":24},{"source":146,"target":6},{"source":144,"target":6},{"source":144,"target":147},{"source":144,"target":24},{"source":147,"target":6},{"source":145,"target":6},{"source":25,"target":0},{"source":25,"target":6},{"source":25,"target":148},{"source":25,"target":149},{"source":25,"target":150},{"source":148,"target":6},{"source":148,"target":151},{"source":148,"target":25},{"source":151,"target":6},{"source":149,"target":64},{"source":149,"target":152},{"source":149,"target":25},{"source":152,"target":64},{"source":150,"target":6},{"source":26,"target":0},{"source":26,"target":6},{"source":26,"target":153},{"source":26,"target":154},{"source":26,"target":155},{"source":153,"target":6},{"source":153,"target":156},{"source":153,"target":26},{"source":156,"target":6},{"source":154,"target":6},{"source":154,"target":157},{"source":154,"target":26},{"source":157,"target":6},{"source":155,"target":6},{"source":27,"target":0},{"source":27,"target":6},{"source":27,"target":158},{"source":27,"target":159},{"source":27,"target":160},{"source":158,"target":6},{"source":158,"target":161},{"source":158,"target":27},{"source":161,"target":6},{"source":159,"target":6},{"source":159,"target":162},{"source":159,"target":27},{"source":162,"target":6},{"source":160,"target":6},{"source":28,"target":0},{"source":28,"target":6},{"source":28,"target":163},{"source":28,"target":164},{"source":28,"target":165},{"source":163,"target":6},{"source":163,"target":166},{"source":163,"target":28},{"source":166,"target":6},{"source":164,"target":29},{"source":164,"target":167},{"source":164,"target":28},{"source":167,"target":29},{"source":165,"target":6},{"source":29,"target":0},{"source":29,"target":168},{"source":29,"target":169},{"source":29,"target":170},{"source":29,"target":171},{"source":29,"target":172},{"source":29,"target":173},{"source":29,"target":174},{"source":29,"target":175},{"source":29,"target":176},{"source":29,"target":177},{"source":29,"target":178},{"source":29,"target":179},{"source":168,"target":29},{"source":169,"target":29},{"source":170,"target":29},{"source":171,"target":29},{"source":172,"target":29},{"source":173,"target":29},{"source":174,"target":29},{"source":175,"target":29},{"source":176,"target":29},{"source":177,"target":29},{"source":178,"target":29},{"source":179,"target":29},{"source":30,"target":0},{"source":30,"target":6},{"source":30,"target":180},{"source":30,"target":181},{"source":30,"target":182},{"source":30,"target":183},{"source":30,"target":184},{"source":180,"target":6},{"source":180,"target":185},{"source":180,"target":30},{"source":185,"target":6},{"source":181,"target":6},{"source":181,"target":186},{"source":181,"target":30},{"source":186,"target":6},{"source":182,"target":31},{"source":182,"target":187},{"source":182,"target":30},{"source":187,"target":31},{"source":183,"target":188},{"source":183,"target":30},{"source":184,"target":6},{"source":31,"target":0},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":31,"target":195},{"source":31,"target":196},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":31,"target":200},{"source":31,"target":201},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":204},{"source":31,"target":205},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":31,"target":213},{"source":31,"target":214},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":220},{"source":31,"target":221},{"source":31,"target":222},{"source":31,"target":223},{"source":31,"target":224},{"source":189,"target":31},{"source":190,"target":31},{"source":191,"target":31},{"source":192,"target":31},{"source":193,"target":31},{"source":194,"target":31},{"source":195,"target":31},{"source":196,"target":31},{"source":197,"target":31},{"source":198,"target":31},{"source":199,"target":31},{"source":200,"target":31},{"source":201,"target":31},{"source":202,"target":31},{"source":203,"target":31},{"source":204,"target":31},{"source":205,"target":31},{"source":206,"target":31},{"source":207,"target":31},{"source":208,"target":31},{"source":209,"target":31},{"source":210,"target":31},{"source":211,"target":31},{"source":212,"target":31},{"source":213,"target":31},{"source":214,"target":31},{"source":215,"target":31},{"source":216,"target":31},{"source":217,"target":31},{"source":218,"target":31},{"source":219,"target":31},{"source":220,"target":31},{"source":221,"target":31},{"source":222,"target":31},{"source":223,"target":31},{"source":224,"target":31},{"source":32,"target":0},{"source":32,"target":6},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":225,"target":6},{"source":225,"target":229},{"source":225,"target":32},{"source":229,"target":6},{"source":226,"target":6},{"source":226,"target":230},{"source":226,"target":32},{"source":230,"target":6},{"source":227,"target":6},{"source":227,"target":231},{"source":227,"target":32},{"source":231,"target":6},{"source":228,"target":6},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":232},{"source":232,"target":1},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":233},{"source":34,"target":234},{"source":233,"target":33},{"source":233,"target":235},{"source":233,"target":34},{"source":235,"target":33},{"source":234,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":44},{"source":35,"target":236},{"source":35,"target":237},{"source":35,"target":238},{"source":236,"target":36},{"source":236,"target":239},{"source":236,"target":35},{"source":239,"target":36},{"source":237,"target":33},{"source":238,"target":44},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":240},{"source":36,"target":241},{"source":36,"target":242},{"source":240,"target":3},{"source":240,"target":243},{"source":240,"target":36},{"source":243,"target":3},{"source":241,"target":6},{"source":241,"target":244},{"source":241,"target":36},{"source":244,"target":6},{"source":242,"target":1},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":245},{"source":245,"target":33},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":246},{"source":38,"target":247},{"source":246,"target":6},{"source":246,"target":248},{"source":246,"target":38},{"source":248,"target":6},{"source":247,"target":33},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":249},{"source":39,"target":250},{"source":39,"target":251},{"source":39,"target":252},{"source":249,"target":6},{"source":249,"target":253},{"source":249,"target":39},{"source":253,"target":6},{"source":250,"target":33},{"source":250,"target":254},{"source":250,"target":39},{"source":254,"target":33},{"source":251,"target":33},{"source":251,"target":255},{"source":251,"target":39},{"source":255,"target":33},{"source":252,"target":33},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":256},{"source":40,"target":257},{"source":256,"target":33},{"source":256,"target":258},{"source":256,"target":40},{"source":258,"target":33},{"source":257,"target":33},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":259},{"source":41,"target":260},{"source":259,"target":6},{"source":259,"target":261},{"source":259,"target":41},{"source":261,"target":6},{"source":260,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":262},{"source":42,"target":263},{"source":262,"target":6},{"source":262,"target":264},{"source":262,"target":42},{"source":264,"target":6},{"source":263,"target":40},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":265},{"source":43,"target":266},{"source":43,"target":267},{"source":43,"target":268},{"source":265,"target":44},{"source":265,"target":269},{"source":265,"target":43},{"source":269,"target":44},{"source":266,"target":6},{"source":266,"target":270},{"source":266,"target":43},{"source":270,"target":6},{"source":267,"target":6},{"source":267,"target":271},{"source":267,"target":43},{"source":271,"target":6},{"source":268,"target":40},{"source":44,"target":0},{"source":44,"target":1},{"source":44,"target":272},{"source":272,"target":1},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":273},{"source":45,"target":274},{"source":45,"target":275},{"source":273,"target":44},{"source":273,"target":276},{"source":273,"target":45},{"source":276,"target":44},{"source":274,"target":6},{"source":274,"target":277},{"source":274,"target":45},{"source":277,"target":6},{"source":275,"target":40},{"source":46,"target":0},{"source":46,"target":33},{"source":46,"target":278},{"source":46,"target":279},{"source":278,"target":5},{"source":278,"target":280},{"source":278,"target":46},{"source":280,"target":5},{"source":279,"target":33},{"source":47,"target":0},{"source":47,"target":33},{"source":47,"target":281},{"source":47,"target":282},{"source":281,"target":5},{"source":281,"target":283},{"source":281,"target":47},{"source":283,"target":5},{"source":282,"target":33},{"source":48,"target":0},{"source":48,"target":33},{"source":48,"target":284},{"source":48,"target":285},{"source":284,"target":6},{"source":284,"target":286},{"source":284,"target":48},{"source":286,"target":6},{"source":285,"target":33},{"source":49,"target":0},{"source":49,"target":33},{"source":49,"target":287},{"source":49,"target":288},{"source":49,"target":289},{"source":287,"target":6},{"source":287,"target":290},{"source":287,"target":49},{"source":290,"target":6},{"source":288,"target":33},{"source":288,"target":291},{"source":288,"target":49},{"source":291,"target":33},{"source":289,"target":33},{"source":50,"target":0},{"source":50,"target":33},{"source":50,"target":292},{"source":50,"target":293},{"source":50,"target":294},{"source":292,"target":6},{"source":292,"target":295},{"source":292,"target":50},{"source":295,"target":6},{"source":293,"target":51},{"source":293,"target":296},{"source":293,"target":50},{"source":296,"target":51},{"source":294,"target":33},{"source":51,"target":0},{"source":51,"target":1},{"source":51,"target":297},{"source":51,"target":298},{"source":297,"target":33},{"source":297,"target":299},{"source":297,"target":51},{"source":299,"target":33},{"source":298,"target":1},{"source":52,"target":0},{"source":52,"target":51},{"source":52,"target":300},{"source":52,"target":301},{"source":300,"target":6},{"source":300,"target":302},{"source":300,"target":52},{"source":302,"target":6},{"source":301,"target":51},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":303},{"source":303,"target":51},{"source":54,"target":0},{"source":54,"target":33},{"source":54,"target":304},{"source":54,"target":305},{"source":54,"target":306},{"source":304,"target":5},{"source":304,"target":307},{"source":304,"target":54},{"source":307,"target":5},{"source":305,"target":33},{"source":305,"target":308},{"source":305,"target":54},{"source":308,"target":33},{"source":306,"target":33},{"source":55,"target":0},{"source":55,"target":33},{"source":55,"target":309},{"source":55,"target":310},{"source":309,"target":6},{"source":309,"target":311},{"source":309,"target":55},{"source":311,"target":6},{"source":310,"target":33},{"source":56,"target":0},{"source":56,"target":33},{"source":56,"target":312},{"source":56,"target":313},{"source":56,"target":314},{"source":56,"target":315},{"source":312,"target":34},{"source":312,"target":316},{"source":312,"target":56},{"source":316,"target":34},{"source":313,"target":57},{"source":313,"target":317},{"source":313,"target":56},{"source":317,"target":57},{"source":314,"target":58},{"source":314,"target":318},{"source":314,"target":56},{"source":318,"target":58},{"source":315,"target":33},{"source":57,"target":0},{"source":57,"target":1},{"source":57,"target":319},{"source":57,"target":320},{"source":57,"target":321},{"source":57,"target":322},{"source":319,"target":3},{"source":319,"target":323},{"source":319,"target":57},{"source":323,"target":3},{"source":320,"target":6},{"source":320,"target":324},{"source":320,"target":57},{"source":324,"target":6},{"source":321,"target":34},{"source":321,"target":325},{"source":321,"target":57},{"source":325,"target":34},{"source":322,"target":1},{"source":58,"target":0},{"source":58,"target":1},{"source":58,"target":326},{"source":58,"target":327},{"source":326,"target":34},{"source":326,"target":328},{"source":326,"target":58},{"source":328,"target":34},{"source":327,"target":1},{"source":59,"target":0},{"source":59,"target":6},{"source":59,"target":329},{"source":59,"target":330},{"source":59,"target":331},{"source":59,"target":332},{"source":59,"target":333},{"source":59,"target":334},{"source":329,"target":2},{"source":329,"target":335},{"source":329,"target":59},{"source":335,"target":2},{"source":330,"target":3},{"source":330,"target":336},{"source":330,"target":59},{"source":336,"target":3},{"source":331,"target":60},{"source":331,"target":337},{"source":331,"target":59},{"source":337,"target":60},{"source":332,"target":34},{"source":332,"target":338},{"source":332,"target":59},{"source":338,"target":34},{"source":333,"target":339},{"source":333,"target":59},{"source":334,"target":6},{"source":60,"target":0},{"source":60,"target":1},{"source":60,"target":340},{"source":60,"target":341},{"source":340,"target":3},{"source":340,"target":342},{"source":340,"target":60},{"source":342,"target":3},{"source":341,"target":1},{"source":61,"target":0},{"source":61,"target":1},{"source":61,"target":343},{"source":61,"target":344},{"source":343,"target":33},{"source":343,"target":345},{"source":343,"target":61},{"source":345,"target":33},{"source":344,"target":1},{"source":62,"target":0},{"source":62,"target":33},{"source":62,"target":346},{"source":62,"target":347},{"source":346,"target":36},{"source":346,"target":348},{"source":346,"target":62},{"source":348,"target":36},{"source":347,"target":33},{"source":63,"target":0},{"source":63,"target":6},{"source":63,"target":64},{"source":63,"target":349},{"source":63,"target":350},{"source":349,"target":6},{"source":350,"target":64},{"source":64,"target":0},{"source":64,"target":1},{"source":64,"target":351},{"source":351,"target":1},{"source":65,"target":0},{"source":65,"target":6},{"source":65,"target":352},{"source":65,"target":353},{"source":352,"target":73},{"source":352,"target":354},{"source":352,"target":65},{"source":354,"target":73},{"source":353,"target":6},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":355},{"source":66,"target":356},{"source":355,"target":67},{"source":355,"target":357},{"source":355,"target":66},{"source":357,"target":67},{"source":356,"target":63},{"source":67,"target":0},{"source":67,"target":1},{"source":67,"target":358},{"source":358,"target":1},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":67},{"source":68,"target":359},{"source":68,"target":360},{"source":68,"target":361},{"source":68,"target":362},{"source":359,"target":71},{"source":359,"target":363},{"source":359,"target":68},{"source":363,"target":71},{"source":360,"target":69},{"source":360,"target":364},{"source":360,"target":68},{"source":364,"target":69},{"source":361,"target":63},{"source":362,"target":67},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":365},{"source":365,"target":67},{"source":70,"target":0},{"source":70,"target":63},{"source":70,"target":71},{"source":70,"target":366},{"source":70,"target":367},{"source":366,"target":63},{"source":367,"target":71},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":368},{"source":368,"target":69},{"source":72,"target":0},{"source":72,"target":69},{"source":72,"target":369},{"source":72,"target":370},{"source":369,"target":6},{"source":369,"target":371},{"source":369,"target":72},{"source":371,"target":6},{"source":370,"target":69},{"source":73,"target":0},{"source":73,"target":1},{"source":73,"target":372},{"source":372,"target":1},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":373},{"source":74,"target":374},{"source":373,"target":375},{"source":373,"target":74},{"source":374,"target":73},{"source":75,"target":0},{"source":75,"target":73},{"source":75,"target":376},{"source":75,"target":377},{"source":376,"target":6},{"source":376,"target":378},{"source":376,"target":75},{"source":378,"target":6},{"source":377,"target":73},{"source":76,"target":0},{"source":76,"target":6},{"source":76,"target":379},{"source":76,"target":380},{"source":76,"target":381},{"source":379,"target":6},{"source":379,"target":382},{"source":379,"target":76},{"source":382,"target":6},{"source":380,"target":64},{"source":380,"target":383},{"source":380,"target":76},{"source":383,"target":64},{"source":381,"target":6},{"source":77,"target":0},{"source":77,"target":6},{"source":77,"target":384},{"source":77,"target":385},{"source":77,"target":386},{"source":384,"target":6},{"source":384,"target":387},{"source":384,"target":77},{"source":387,"target":6},{"source":385,"target":6},{"source":385,"target":388},{"source":385,"target":77},{"source":388,"target":6},{"source":386,"target":6},{"source":78,"target":0},{"source":78,"target":33},{"source":78,"target":389},{"source":78,"target":390},{"source":389,"target":6},{"source":389,"target":391},{"source":389,"target":78},{"source":391,"target":6},{"source":390,"target":33},{"source":79,"target":0},{"source":79,"target":40},{"source":79,"target":392},{"source":79,"target":393},{"source":79,"target":394},{"source":392,"target":44},{"source":392,"target":395},{"source":392,"target":79},{"source":395,"target":44},{"source":393,"target":6},{"source":393,"target":396},{"source":393,"target":79},{"source":396,"target":6},{"source":394,"target":40}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cx" nsURI="http://www.synflow.com/cx/Cx" nsPrefix="cx"> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//CxEntity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="imported" upperBound="-1" eType="#//Imported" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Imported"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Named"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wildcard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named"> <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="CxEntity" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Obj" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Typedef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Instantiable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//Obj" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Typedef" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//CxType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//CxType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="used" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bundle" eSuperTypes="#//CxEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Bundle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decls" upperBound="-1" eType="#//VarDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiable" eSuperTypes="#//CxEntity"> <eOperations name="getErrors"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (internalErrors == null) {&#xD;&#xA;&#x9;internalErrors = new org.eclipse.emf.common.util.BasicEList&lt;ErrorMarker>();&#xD;&#xA;}&#xD;&#xA;return internalErrors;"/> </eAnnotations> <eGenericType eClassifier="#//EList"> <eTypeArguments eClassifier="#//ErrorMarker"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="portDecls" upperBound="-1" eType="#//PortDecl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalErrors" upperBound="-1" eType="#//ErrorMarker" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Instantiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="decls" upperBound="-1" eType="#//VarDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="#//Instantiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//Inst" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connects" upperBound="-1" eType="#//Connect" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connect"> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//Inst"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="this" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//VarRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Array" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Obj" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Pair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pair"> <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="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//Element"> <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="Null"/> <eClassifiers xsi:type="ecore:EClass" name="PortDecl"/> <eClassifiers xsi:type="ecore:EClass" name="SinglePortDecl" eSuperTypes="#//PortDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//PortDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syncOld" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readyOld" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ackOld" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sync" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="combinational" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ready" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ack" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiPortDecl" eSuperTypes="#//PortDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sync" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ready" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ack" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decls" upperBound="-1" eType="#//SinglePortDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//CxType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="void" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef"> <eOperations name="getVariable" eType="#//Variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return com.synflow.cx.CxUtil.getVariable(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" unique="false" upperBound="-1" eType="#//Named"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branch"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enter"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//VarRef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//CxExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Leave"/> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="StatementAssert" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementAssign" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ExpressionVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementFence" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="StatementGoto" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass ../../com.synflow.core/model/Dpn.ecore#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementIdle" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="numCycles" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementIf" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Branch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementLabeled" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmt" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementLoop" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="after" eType="#//StatementAssign" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementPrint" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementReturn" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementVariable" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//CxType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementWrite" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//VarRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CxExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionBinary" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionBoolean" eSuperTypes="#//CxExpression"> <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="ExpressionCast" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//CxType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionFloat" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionIf" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInteger" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionList" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionString" eSuperTypes="#//CxExpression"> <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="ExpressionUnary" eSuperTypes="#//CxExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//CxExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionVariable" eSuperTypes="#//CxExpression"> <eOperations name="getPropertyName" 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 (property == null) ? ready : property.getName();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//Variable" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ready" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//VarRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CxType"/> <eClassifiers xsi:type="ecore:EClass" name="TypeRef" eSuperTypes="#//CxType"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDef" eType="#//Typedef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDecl" eSuperTypes="#//CxType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//CxExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EList" instanceClassName="java.util.List"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ErrorMarker" instanceClassName="com.synflow.cx.internal.ErrorMarker"/> </ecore:EPackage>
github:ecore:/data/synflow/Synflow_SDK_LGPL/plugins/com.synflow.cx/model/Cx.ecore
ecore
cx Module package imports entities Import imported Imported type wildcard Named name CxEntity imports properties types Inst entity arguments task Typedef type Variable type parameters body dimensions value initialized used Bundle extends decls Instantiable getErrors portDecls internalErrors Task decls Network instances connects Connect instance this type ports Array elements Obj members Pair key value Element Primitive value Null PortDecl SinglePortDecl direction ports PortDef syncOld readyOld ackOld var sync combinational ready ack MultiPortDecl sync ready ack decls VarDecl constant type void variables VarRef getVariable objects Block stmts Branch condition body Enter function lineNumber parameters Leave Statement StatementAssert condition StatementAssign target op value StatementFence StatementGoto target StatementIdle numCycles StatementIf branches StatementLabeled label stmt StatementLoop init condition after body StatementPrint args StatementReturn value StatementVariable constant type variables StatementWrite port value CxExpression ExpressionBinary left operator right ExpressionBoolean value ExpressionCast type expression ExpressionFloat value ExpressionIf condition operator then else ExpressionInteger value ExpressionList values ExpressionString value ExpressionUnary operator expression ExpressionVariable getPropertyName indexes parameters property ready source CxType TypeRef typeDef TypeDecl unsigned signed size spec EList java.util.List java.util.List T ErrorMarker com.synflow.cx.internal.ErrorMarker com.synflow.cx.internal.ErrorMarker
null
{"directed":true,"nodes":[{"nsPrefix":"cx","nsURI":"http://www.synflow.com/cx/Cx","name":"cx","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":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Imported","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CxEntity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundle","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connect","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Obj","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pair","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDecl","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinglePortDecl","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPortDecl","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"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":"Branch","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enter","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leave","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementAssert","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementAssign","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementFence","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementGoto","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementIdle","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementIf","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementLabeled","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementLoop","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementPrint","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementReturn","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementVariable","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementWrite","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CxExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionBinary","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionBoolean","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionCast","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionFloat","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionIf","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInteger","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionString","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionUnary","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionVariable","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CxType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDecl","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"EList","instanceClass":"java.util.List","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.synflow.cx.internal.ErrorMarker","defaultValue":null,"instanceClassName":"com.synflow.cx.internal.ErrorMarker","name":"ErrorMarker","instanceClass":null,"id":58,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"entities","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imported","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildcard","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","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":"arguments","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":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":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":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"initialized","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"used","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getErrors","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"internalErrors","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"this","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":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":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"key","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syncOld","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readyOld","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ackOld","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sync","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"combinational","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ready","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ack","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sync","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ready","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ack","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"void","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVariable","lowerBound":0,"id":185,"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":false,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":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":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numCycles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"after","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":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":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"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":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"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":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"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":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyName","lowerBound":0,"id":294,"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":"indexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":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":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":true,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ready","changeable":true,"lowerBound":0,"iD":false,"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":"source","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"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"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":"unsigned","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signed","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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"spec","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"name":"T","id":319,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":1,"target":0},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":59,"target":62},{"source":59,"target":1},{"source":60,"target":2},{"source":60,"target":63},{"source":60,"target":1},{"source":63,"target":2},{"source":61,"target":5},{"source":61,"target":64},{"source":61,"target":1},{"source":64,"target":5},{"source":2,"target":0},{"source":2,"target":65},{"source":65,"target":3},{"source":65,"target":66},{"source":65,"target":2},{"source":66,"target":3},{"source":3,"target":0},{"source":3,"target":67},{"source":3,"target":68},{"source":67,"target":4},{"source":67,"target":69},{"source":67,"target":3},{"source":69,"target":4},{"source":68,"target":70},{"source":68,"target":3},{"source":4,"target":0},{"source":4,"target":71},{"source":71,"target":72},{"source":71,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":73,"target":2},{"source":73,"target":77},{"source":73,"target":5},{"source":77,"target":2},{"source":74,"target":15},{"source":74,"target":78},{"source":74,"target":5},{"source":78,"target":15},{"source":75,"target":7},{"source":75,"target":79},{"source":75,"target":5},{"source":79,"target":7},{"source":76,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":80,"target":10},{"source":80,"target":84},{"source":80,"target":6},{"source":84,"target":10},{"source":81,"target":15},{"source":81,"target":85},{"source":81,"target":6},{"source":85,"target":15},{"source":82,"target":11},{"source":82,"target":86},{"source":82,"target":6},{"source":86,"target":11},{"source":83,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":87},{"source":7,"target":88},{"source":87,"target":54},{"source":87,"target":89},{"source":87,"target":7},{"source":89,"target":54},{"source":88,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":90,"target":54},{"source":90,"target":98},{"source":90,"target":8},{"source":98,"target":54},{"source":91,"target":8},{"source":91,"target":99},{"source":91,"target":8},{"source":99,"target":8},{"source":92,"target":26},{"source":92,"target":100},{"source":92,"target":8},{"source":100,"target":26},{"source":93,"target":43},{"source":93,"target":101},{"source":93,"target":8},{"source":101,"target":43},{"source":94,"target":43},{"source":94,"target":102},{"source":94,"target":8},{"source":102,"target":43},{"source":95,"target":103},{"source":95,"target":8},{"source":96,"target":104},{"source":96,"target":8},{"source":97,"target":4},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":105,"target":9},{"source":105,"target":108},{"source":105,"target":9},{"source":108,"target":9},{"source":106,"target":24},{"source":106,"target":109},{"source":106,"target":9},{"source":109,"target":24},{"source":107,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":110,"target":57},{"source":110,"target":114},{"source":110,"target":10},{"source":114,"target":115},{"source":114,"target":57},{"source":115,"target":58},{"source":111,"target":20},{"source":111,"target":116},{"source":111,"target":10},{"source":116,"target":20},{"source":112,"target":58},{"source":112,"target":117},{"source":112,"target":10},{"source":117,"target":58},{"source":113,"target":5},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":118},{"source":11,"target":119},{"source":118,"target":24},{"source":118,"target":120},{"source":118,"target":11},{"source":120,"target":24},{"source":119,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":121,"target":6},{"source":121,"target":124},{"source":121,"target":12},{"source":124,"target":6},{"source":122,"target":13},{"source":122,"target":125},{"source":122,"target":12},{"source":125,"target":13},{"source":123,"target":10},{"source":13,"target":0},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":126,"target":6},{"source":126,"target":130},{"source":126,"target":13},{"source":130,"target":6},{"source":127,"target":131},{"source":127,"target":13},{"source":128,"target":132},{"source":128,"target":13},{"source":129,"target":25},{"source":129,"target":133},{"source":129,"target":13},{"source":133,"target":25},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":134},{"source":14,"target":135},{"source":134,"target":17},{"source":134,"target":136},{"source":134,"target":14},{"source":136,"target":17},{"source":135,"target":17},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":137},{"source":15,"target":138},{"source":137,"target":16},{"source":137,"target":139},{"source":137,"target":15},{"source":139,"target":16},{"source":138,"target":17},{"source":16,"target":0},{"source":16,"target":140},{"source":16,"target":141},{"source":140,"target":142},{"source":140,"target":16},{"source":141,"target":17},{"source":141,"target":143},{"source":141,"target":16},{"source":143,"target":17},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":144},{"source":18,"target":145},{"source":144,"target":146},{"source":144,"target":18},{"source":145,"target":17},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":147},{"source":21,"target":148},{"source":21,"target":149},{"source":147,"target":150},{"source":147,"target":21},{"source":148,"target":22},{"source":148,"target":151},{"source":148,"target":21},{"source":151,"target":22},{"source":149,"target":20},{"source":22,"target":0},{"source":22,"target":152},{"source":22,"target":153},{"source":22,"target":154},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":22,"target":158},{"source":22,"target":159},{"source":152,"target":160},{"source":152,"target":22},{"source":153,"target":161},{"source":153,"target":22},{"source":154,"target":162},{"source":154,"target":22},{"source":155,"target":8},{"source":155,"target":163},{"source":155,"target":22},{"source":163,"target":8},{"source":156,"target":164},{"source":156,"target":22},{"source":157,"target":165},{"source":157,"target":22},{"source":158,"target":166},{"source":158,"target":22},{"source":159,"target":167},{"source":159,"target":22},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":168},{"source":23,"target":169},{"source":23,"target":170},{"source":23,"target":171},{"source":23,"target":172},{"source":168,"target":173},{"source":168,"target":23},{"source":169,"target":174},{"source":169,"target":23},{"source":170,"target":175},{"source":170,"target":23},{"source":171,"target":21},{"source":171,"target":176},{"source":171,"target":23},{"source":176,"target":21},{"source":172,"target":20},{"source":24,"target":0},{"source":24,"target":177},{"source":24,"target":178},{"source":24,"target":179},{"source":24,"target":180},{"source":177,"target":181},{"source":177,"target":24},{"source":178,"target":54},{"source":178,"target":182},{"source":178,"target":24},{"source":182,"target":54},{"source":179,"target":183},{"source":179,"target":24},{"source":180,"target":8},{"source":180,"target":184},{"source":180,"target":24},{"source":184,"target":8},{"source":25,"target":0},{"source":25,"target":185},{"source":25,"target":186},{"source":185,"target":8},{"source":185,"target":187},{"source":185,"target":25},{"source":187,"target":8},{"source":186,"target":4},{"source":186,"target":188},{"source":186,"target":25},{"source":188,"target":4},{"source":26,"target":0},{"source":26,"target":189},{"source":189,"target":30},{"source":189,"target":190},{"source":189,"target":26},{"source":190,"target":30},{"source":27,"target":0},{"source":27,"target":191},{"source":27,"target":192},{"source":191,"target":43},{"source":191,"target":193},{"source":191,"target":27},{"source":193,"target":43},{"source":192,"target":26},{"source":192,"target":194},{"source":192,"target":27},{"source":194,"target":26},{"source":28,"target":0},{"source":28,"target":195},{"source":28,"target":196},{"source":28,"target":197},{"source":195,"target":25},{"source":195,"target":198},{"source":195,"target":28},{"source":198,"target":25},{"source":196,"target":199},{"source":196,"target":28},{"source":197,"target":43},{"source":197,"target":200},{"source":197,"target":28},{"source":200,"target":43},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":201},{"source":31,"target":202},{"source":201,"target":43},{"source":201,"target":203},{"source":201,"target":31},{"source":203,"target":43},{"source":202,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":204},{"source":32,"target":205},{"source":32,"target":206},{"source":32,"target":207},{"source":204,"target":53},{"source":204,"target":208},{"source":204,"target":32},{"source":208,"target":53},{"source":205,"target":209},{"source":205,"target":32},{"source":206,"target":43},{"source":206,"target":210},{"source":206,"target":32},{"source":210,"target":43},{"source":207,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":211},{"source":211,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":212},{"source":34,"target":213},{"source":212,"target":214},{"source":212,"target":34},{"source":213,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":215},{"source":35,"target":216},{"source":215,"target":43},{"source":215,"target":217},{"source":215,"target":35},{"source":217,"target":43},{"source":216,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":218},{"source":36,"target":219},{"source":218,"target":27},{"source":218,"target":220},{"source":218,"target":36},{"source":220,"target":27},{"source":219,"target":30},{"source":37,"target":0},{"source":37,"target":30},{"source":37,"target":221},{"source":37,"target":222},{"source":37,"target":223},{"source":221,"target":224},{"source":221,"target":37},{"source":222,"target":30},{"source":222,"target":225},{"source":222,"target":37},{"source":225,"target":30},{"source":223,"target":30},{"source":38,"target":0},{"source":38,"target":30},{"source":38,"target":226},{"source":38,"target":227},{"source":38,"target":228},{"source":38,"target":229},{"source":38,"target":230},{"source":226,"target":30},{"source":226,"target":231},{"source":226,"target":38},{"source":231,"target":30},{"source":227,"target":43},{"source":227,"target":232},{"source":227,"target":38},{"source":232,"target":43},{"source":228,"target":32},{"source":228,"target":233},{"source":228,"target":38},{"source":233,"target":32},{"source":229,"target":26},{"source":229,"target":234},{"source":229,"target":38},{"source":234,"target":26},{"source":230,"target":30},{"source":39,"target":0},{"source":39,"target":30},{"source":39,"target":235},{"source":39,"target":236},{"source":235,"target":43},{"source":235,"target":237},{"source":235,"target":39},{"source":237,"target":43},{"source":236,"target":30},{"source":40,"target":0},{"source":40,"target":30},{"source":40,"target":238},{"source":40,"target":239},{"source":238,"target":43},{"source":238,"target":240},{"source":238,"target":40},{"source":240,"target":43},{"source":239,"target":30},{"source":41,"target":0},{"source":41,"target":30},{"source":41,"target":241},{"source":41,"target":242},{"source":41,"target":243},{"source":41,"target":244},{"source":241,"target":245},{"source":241,"target":41},{"source":242,"target":54},{"source":242,"target":246},{"source":242,"target":41},{"source":246,"target":54},{"source":243,"target":8},{"source":243,"target":247},{"source":243,"target":41},{"source":247,"target":8},{"source":244,"target":30},{"source":42,"target":0},{"source":42,"target":30},{"source":42,"target":248},{"source":42,"target":249},{"source":42,"target":250},{"source":248,"target":25},{"source":248,"target":251},{"source":248,"target":42},{"source":251,"target":25},{"source":249,"target":43},{"source":249,"target":252},{"source":249,"target":42},{"source":252,"target":43},{"source":250,"target":30},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":253},{"source":44,"target":254},{"source":44,"target":255},{"source":44,"target":256},{"source":253,"target":43},{"source":253,"target":257},{"source":253,"target":44},{"source":257,"target":43},{"source":254,"target":258},{"source":254,"target":44},{"source":255,"target":43},{"source":255,"target":259},{"source":255,"target":44},{"source":259,"target":43},{"source":256,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":260},{"source":45,"target":261},{"source":260,"target":262},{"source":260,"target":45},{"source":261,"target":43},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":263},{"source":46,"target":264},{"source":46,"target":265},{"source":263,"target":54},{"source":263,"target":266},{"source":263,"target":46},{"source":266,"target":54},{"source":264,"target":43},{"source":264,"target":267},{"source":264,"target":46},{"source":267,"target":43},{"source":265,"target":43},{"source":47,"target":0},{"source":47,"target":43},{"source":47,"target":268},{"source":47,"target":269},{"source":268,"target":270},{"source":268,"target":47},{"source":269,"target":43},{"source":48,"target":0},{"source":48,"target":43},{"source":48,"target":271},{"source":48,"target":272},{"source":48,"target":273},{"source":48,"target":274},{"source":48,"target":275},{"source":271,"target":43},{"source":271,"target":276},{"source":271,"target":48},{"source":276,"target":43},{"source":272,"target":277},{"source":272,"target":48},{"source":273,"target":43},{"source":273,"target":278},{"source":273,"target":48},{"source":278,"target":43},{"source":274,"target":43},{"source":274,"target":279},{"source":274,"target":48},{"source":279,"target":43},{"source":275,"target":43},{"source":49,"target":0},{"source":49,"target":43},{"source":49,"target":280},{"source":49,"target":281},{"source":280,"target":282},{"source":280,"target":49},{"source":281,"target":43},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":283},{"source":50,"target":284},{"source":283,"target":43},{"source":283,"target":285},{"source":283,"target":50},{"source":285,"target":43},{"source":284,"target":43},{"source":51,"target":0},{"source":51,"target":43},{"source":51,"target":286},{"source":51,"target":287},{"source":286,"target":288},{"source":286,"target":51},{"source":287,"target":43},{"source":52,"target":0},{"source":52,"target":43},{"source":52,"target":289},{"source":52,"target":290},{"source":52,"target":291},{"source":289,"target":292},{"source":289,"target":52},{"source":290,"target":43},{"source":290,"target":293},{"source":290,"target":52},{"source":293,"target":43},{"source":291,"target":43},{"source":53,"target":0},{"source":53,"target":43},{"source":53,"target":294},{"source":53,"target":295},{"source":53,"target":296},{"source":53,"target":297},{"source":53,"target":298},{"source":53,"target":299},{"source":53,"target":300},{"source":294,"target":301},{"source":294,"target":53},{"source":295,"target":43},{"source":295,"target":302},{"source":295,"target":53},{"source":302,"target":43},{"source":296,"target":43},{"source":296,"target":303},{"source":296,"target":53},{"source":303,"target":43},{"source":297,"target":8},{"source":297,"target":304},{"source":297,"target":53},{"source":304,"target":8},{"source":298,"target":305},{"source":298,"target":53},{"source":299,"target":25},{"source":299,"target":306},{"source":299,"target":53},{"source":306,"target":25},{"source":300,"target":43},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":307},{"source":55,"target":308},{"source":307,"target":7},{"source":307,"target":309},{"source":307,"target":55},{"source":309,"target":7},{"source":308,"target":54},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":310},{"source":56,"target":311},{"source":56,"target":312},{"source":56,"target":313},{"source":56,"target":314},{"source":310,"target":315},{"source":310,"target":56},{"source":311,"target":316},{"source":311,"target":56},{"source":312,"target":43},{"source":312,"target":317},{"source":312,"target":56},{"source":317,"target":43},{"source":313,"target":318},{"source":313,"target":56},{"source":314,"target":54},{"source":57,"target":0},{"source":57,"target":319},{"source":58,"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="handleLinkRemoval1, handleLinkRemoval2" nsURI="http://cpapackage/handleLinkRemoval1/handleLinkRemoval2/change-use-attr-conflict" nsPrefix="CPAPackage"> <eClassifiers xsi:type="ecore:EClass" name="1:Topology"> <eStructuralFeatures xsi:type="ecore:EReference" name="topologyLinks" eType="#//2%3ALink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topologyLinks" eType="#//7%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="2:Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//6%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTopology" eType="#//1%3ATopology"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//3%3ANode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="3:Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSelf = true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//4%3A%23Link%23"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//2%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="4:#Link#"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight = r1_w13_r2_w32" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state = -1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//3%3ANode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="5:Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//4%3A%23Link%23"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//7%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="6:Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSelf = true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//7%3ALink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//2%3ALink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="7:Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id = r2_linkId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//6%3ANode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkTopology" eType="#//1%3ATopology"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Echtzeitsysteme/models2018-distributedtc/src/org.cobolt.tccpa/resources/henshinAnalysisResults/2018.04.15-141046/handleLinkRemoval1_AND_handleLinkRemoval2/(03) change-use-attr-conflict/minimal-model.ecore
ecore
handleLinkRemoval1, handleLinkRemoval2 1:Topology topologyLinks topologyLinks 2:Link linkTarget linkTopology linkSource 3:Node isSelf = true nodeOutgoingLinks nodeOutgoingLinks 4:#Link# weight = r1_w13_r2_w32 state = -1 linkTarget linkSource 5:Node nodeIncomingLinks nodeIncomingLinks 6:Node isSelf = true nodeOutgoingLinks nodeIncomingLinks 7:Link id = r2_linkId linkTarget linkSource linkTopology
null
{"directed":true,"nodes":[{"nsPrefix":"CPAPackage","nsURI":"http://cpapackage/handleLinkRemoval1/handleLinkRemoval2/change-use-attr-conflict","name":"handleLinkRemoval1, handleLinkRemoval2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"1:Topology","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"2:Link","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"3:Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"4:#Link#","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"5:Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"6:Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"7:Link","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topologyLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topologyLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTopology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSelf = true","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","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":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight = r1_w13_r2_w32","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":null,"unsettable":false,"transient":false,"unique":true,"name":"state = -1","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"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":"isSelf = true","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","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":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id = r2_linkId","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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","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":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTopology","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":9,"target":7},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":6},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":6},{"source":13,"target":1},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":1},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":3},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":4},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":24,"target":28},{"source":24,"target":4},{"source":25,"target":29},{"source":25,"target":4},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":4},{"source":30,"target":5},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":4},{"source":31,"target":3},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":4},{"source":32,"target":34},{"source":32,"target":5},{"source":34,"target":4},{"source":33,"target":7},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":7},{"source":6,"target":0},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":39},{"source":36,"target":6},{"source":37,"target":7},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":7},{"source":38,"target":2},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":2},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":42,"target":46},{"source":42,"target":7},{"source":43,"target":5},{"source":43,"target":47},{"source":43,"target":7},{"source":47,"target":5},{"source":44,"target":6},{"source":44,"target":48},{"source":44,"target":7},{"source":48,"target":6},{"source":45,"target":1},{"source":45,"target":49},{"source":45,"target":7},{"source":49,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="EModel" nsURI="http://www.mybuild.org/Emodel" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="isAncestorOf" eType="#//EBoolean"> <eParameters name="object" eType="#//EObject"/> </eOperations> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainerOfType" eType="#//EObject"> <eParameters name="someClass" eType="#//EMetaClass"/> </eOperations> <eOperations name="eRootContainer" eType="#//EObject"/> <eOperations name="eContents" upperBound="-1" eType="#//EObject"/> <eOperations name="eContentsOfType" upperBound="-1" eType="#//EObject"> <eParameters name="someClass" eType="#//EMetaClass"/> </eOperations> <eOperations name="eAllContents" upperBound="-1" eType="#//EObject"/> <eOperations name="eAllContentsOfType" upperBound="-1" eType="#//EObject"> <eParameters name="someClass" eType="#//EMetaClass"/> </eOperations> <eOperations name="eLinks" upperBound="-1" eType="#//ELink"/> <eOperations name="eResolvedLinks" upperBound="-1" eType="#//ELink"/> <eOperations name="eUnresolvedLinks" upperBound="-1" eType="#//ELink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eMetaClass" eType="#//EMetaClass" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eMetaClassId" eType="#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eResource" eType="#//EResource" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedObject"> <eOperations name="eInverseResolvedLinks" upperBound="-1" eType="#//ELink"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="origin" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELink"> <eOperations name="eSource" eType="#//EObject"/> <eOperations name="eTarget" eType="#//EObject"/> <eOperations name="resolve"> <eParameters name="object" eType="#//EObject"/> </eOperations> <eOperations name="deresolve"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eMetaReference" eType="#//EMetaReference" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eMetaReferenceId" eType="#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eResource" eType="#//EResource" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="origin" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EMetaModel" eSuperTypes="#//ENamedObject #//EFreezable"> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypes" upperBound="-1" eType="#//EMetaType" containment="true" resolveProxies="false" eOpposite="#//EMetaType/eMetaModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EMetaType" abstract="true" eSuperTypes="#//ENamedObject #//EFreezable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eMetaModel" eType="#//EMetaModel" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EMetaModel/eTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EMetaClass" eSuperTypes="#//EMetaType"> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EMetaClass"/> </eOperations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EMetaClass" unsettable="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EMetaClass" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFeatures" upperBound="-1" eType="#//EMetaFeature" containment="true" resolveProxies="false" eOpposite="#//EMetaFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllFeatures" upperBound="-1" eType="#//EMetaFeature" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EMetaAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EMetaAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EMetaReference" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EMetaReference" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllCrossReferences" upperBound="-1" eType="#//EMetaReference" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EMetaReference" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllLinkables" upperBound="-1" eType="#//EMetaReference" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EMetaPrimitive" eSuperTypes="#//EMetaType"/> <eClassifiers xsi:type="ecore:EClass" name="EMetaFeature" abstract="true" eSuperTypes="#//ETyped #//EFreezable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceProperty" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EMetaClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EMetaClass/eFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EMetaReference" eSuperTypes="#//EMetaFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="crossReference" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EMetaReference" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EMetaClass" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EMetaAttribute" eSuperTypes="#//EMetaFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EMetaPrimitive" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETyped" abstract="true" eSuperTypes="#//ENamedObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EMetaType" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFreezable" abstract="true"> <eOperations name="freeze"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"/> </ecore:EPackage>
github:ecore:/data/kayws426/embox/embox/mk/model/emodel.ecore
ecore
EModel EObject isAncestorOf object eContainer eContainerOfType someClass eRootContainer eContents eContentsOfType someClass eAllContents eAllContentsOfType someClass eLinks eResolvedLinks eUnresolvedLinks eMetaClass eMetaClassId eResource ENamedObject eInverseResolvedLinks name qualifiedName origin ELink eSource eTarget resolve object deresolve eMetaReference eMetaReferenceId eResource name origin EMetaModel eTypes EMetaType instanceClass eMetaModel EMetaClass isSuperTypeOf someClass isInstance object abstract interface eSuperTypes eAllSuperTypes eFeatures eAllFeatures eAttributes eAllAttributes eReferences eAllReferences eAllCrossReferences eAllContainments eAllLinkables EMetaPrimitive EMetaFeature changeable true derived instanceProperty eContainingClass EMetaReference containment container linkable crossReference eOpposite eReferenceType EMetaAttribute eAttributeType ETyped many eType EFreezable freeze EBoolean boolean boolean EInt int int EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EString java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://www.mybuild.org/Emodel","name":"EModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedObject","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELink","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaType","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaPrimitive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaFeature","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaReference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMetaAttribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETyped","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFreezable","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":15,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAncestorOf","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainerOfType","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eRootContainer","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eContents","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eContentsOfType","lowerBound":0,"id":22,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eAllContents","lowerBound":0,"id":23,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eAllContentsOfType","lowerBound":0,"id":24,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eLinks","lowerBound":0,"id":25,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eResolvedLinks","lowerBound":0,"id":26,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eUnresolvedLinks","lowerBound":0,"id":27,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eMetaClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"eMetaClassId","changeable":false,"lowerBound":0,"iD":false,"id":29,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"eResource","changeable":false,"lowerBound":0,"iD":false,"id":30,"derived":true},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"eInverseResolvedLinks","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"qualifiedName","changeable":false,"lowerBound":0,"iD":false,"id":55,"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":"origin","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSource","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eTarget","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deresolve","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eMetaReference","changeable":false,"resolveProxies":false,"lowerBound":0,"id":65,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"eMetaReferenceId","changeable":false,"lowerBound":0,"iD":false,"id":66,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"eResource","changeable":false,"lowerBound":0,"iD":false,"id":67,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"origin","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"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":"eMetaModel","changeable":false,"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":"instanceClass","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":false,"lowerBound":0,"id":94,"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":"eFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllFeatures","changeable":false,"resolveProxies":false,"lowerBound":0,"id":96,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":false,"lowerBound":0,"id":97,"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":"eAllAttributes","changeable":false,"resolveProxies":false,"lowerBound":0,"id":98,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":false,"lowerBound":0,"id":99,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":false,"lowerBound":0,"id":100,"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":"eAllCrossReferences","changeable":false,"resolveProxies":false,"lowerBound":0,"id":101,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":false,"lowerBound":0,"id":102,"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":"eAllLinkables","changeable":false,"resolveProxies":false,"lowerBound":0,"id":103,"derived":true},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceProperty","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":136,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkable","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"crossReference","changeable":false,"lowerBound":0,"iD":false,"id":138,"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":"eOpposite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":140,"derived":true},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":148,"derived":true},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"freeze","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":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":17,"target":13},{"source":17,"target":31},{"source":17,"target":1},{"source":17,"target":32},{"source":31,"target":13},{"source":32,"target":1},{"source":32,"target":33},{"source":32,"target":17},{"source":33,"target":1},{"source":18,"target":1},{"source":18,"target":34},{"source":18,"target":1},{"source":34,"target":1},{"source":19,"target":1},{"source":19,"target":35},{"source":19,"target":1},{"source":19,"target":36},{"source":35,"target":1},{"source":36,"target":6},{"source":36,"target":37},{"source":36,"target":19},{"source":37,"target":6},{"source":20,"target":1},{"source":20,"target":38},{"source":20,"target":1},{"source":38,"target":1},{"source":21,"target":1},{"source":21,"target":39},{"source":21,"target":1},{"source":39,"target":1},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":1},{"source":22,"target":41},{"source":40,"target":1},{"source":41,"target":6},{"source":41,"target":42},{"source":41,"target":22},{"source":42,"target":6},{"source":23,"target":1},{"source":23,"target":43},{"source":23,"target":1},{"source":43,"target":1},{"source":24,"target":1},{"source":24,"target":44},{"source":24,"target":1},{"source":24,"target":45},{"source":44,"target":1},{"source":45,"target":6},{"source":45,"target":46},{"source":45,"target":24},{"source":46,"target":6},{"source":25,"target":3},{"source":25,"target":47},{"source":25,"target":1},{"source":47,"target":3},{"source":26,"target":3},{"source":26,"target":48},{"source":26,"target":1},{"source":48,"target":3},{"source":27,"target":3},{"source":27,"target":49},{"source":27,"target":1},{"source":49,"target":3},{"source":28,"target":6},{"source":28,"target":50},{"source":28,"target":1},{"source":50,"target":6},{"source":29,"target":16},{"source":29,"target":51},{"source":29,"target":1},{"source":51,"target":16},{"source":30,"target":15},{"source":30,"target":52},{"source":30,"target":1},{"source":52,"target":15},{"source":2,"target":0},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":53,"target":3},{"source":53,"target":57},{"source":53,"target":2},{"source":57,"target":3},{"source":54,"target":16},{"source":54,"target":58},{"source":54,"target":2},{"source":58,"target":16},{"source":55,"target":16},{"source":55,"target":59},{"source":55,"target":2},{"source":59,"target":16},{"source":56,"target":16},{"source":56,"target":60},{"source":56,"target":2},{"source":60,"target":16},{"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":67},{"source":3,"target":68},{"source":3,"target":69},{"source":61,"target":1},{"source":61,"target":70},{"source":61,"target":3},{"source":70,"target":1},{"source":62,"target":1},{"source":62,"target":71},{"source":62,"target":3},{"source":71,"target":1},{"source":63,"target":3},{"source":63,"target":72},{"source":72,"target":1},{"source":72,"target":73},{"source":72,"target":63},{"source":73,"target":1},{"source":64,"target":3},{"source":65,"target":9},{"source":65,"target":74},{"source":65,"target":3},{"source":74,"target":9},{"source":66,"target":16},{"source":66,"target":75},{"source":66,"target":3},{"source":75,"target":16},{"source":67,"target":15},{"source":67,"target":76},{"source":67,"target":3},{"source":76,"target":15},{"source":68,"target":16},{"source":68,"target":77},{"source":68,"target":3},{"source":77,"target":16},{"source":69,"target":16},{"source":69,"target":78},{"source":69,"target":3},{"source":78,"target":16},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":12},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":79,"target":5},{"source":79,"target":82},{"source":79,"target":4},{"source":79,"target":83},{"source":82,"target":5},{"source":80,"target":2},{"source":81,"target":12},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":12},{"source":5,"target":84},{"source":5,"target":83},{"source":5,"target":85},{"source":5,"target":86},{"source":84,"target":16},{"source":84,"target":87},{"source":84,"target":5},{"source":87,"target":16},{"source":83,"target":4},{"source":83,"target":88},{"source":83,"target":5},{"source":83,"target":79},{"source":88,"target":4},{"source":85,"target":2},{"source":86,"target":12},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"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":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":6,"target":104},{"source":89,"target":13},{"source":89,"target":105},{"source":89,"target":6},{"source":89,"target":106},{"source":105,"target":13},{"source":106,"target":6},{"source":106,"target":107},{"source":106,"target":89},{"source":107,"target":6},{"source":90,"target":13},{"source":90,"target":108},{"source":90,"target":6},{"source":90,"target":109},{"source":108,"target":13},{"source":109,"target":1},{"source":109,"target":110},{"source":109,"target":90},{"source":110,"target":1},{"source":91,"target":13},{"source":91,"target":111},{"source":91,"target":6},{"source":111,"target":13},{"source":92,"target":13},{"source":92,"target":112},{"source":92,"target":6},{"source":112,"target":13},{"source":93,"target":6},{"source":93,"target":113},{"source":93,"target":6},{"source":113,"target":6},{"source":94,"target":6},{"source":94,"target":114},{"source":94,"target":6},{"source":114,"target":6},{"source":95,"target":8},{"source":95,"target":115},{"source":95,"target":6},{"source":95,"target":116},{"source":115,"target":8},{"source":96,"target":8},{"source":96,"target":117},{"source":96,"target":6},{"source":117,"target":8},{"source":97,"target":10},{"source":97,"target":118},{"source":97,"target":6},{"source":118,"target":10},{"source":98,"target":10},{"source":98,"target":119},{"source":98,"target":6},{"source":119,"target":10},{"source":99,"target":9},{"source":99,"target":120},{"source":99,"target":6},{"source":120,"target":9},{"source":100,"target":9},{"source":100,"target":121},{"source":100,"target":6},{"source":121,"target":9},{"source":101,"target":9},{"source":101,"target":122},{"source":101,"target":6},{"source":122,"target":9},{"source":102,"target":9},{"source":102,"target":123},{"source":102,"target":6},{"source":123,"target":9},{"source":103,"target":9},{"source":103,"target":124},{"source":103,"target":6},{"source":124,"target":9},{"source":104,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":125},{"source":125,"target":5},{"source":8,"target":0},{"source":8,"target":11},{"source":8,"target":12},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":116},{"source":8,"target":129},{"source":8,"target":130},{"source":126,"target":13},{"source":126,"target":131},{"source":126,"target":8},{"source":131,"target":13},{"source":127,"target":13},{"source":127,"target":132},{"source":127,"target":8},{"source":132,"target":13},{"source":128,"target":16},{"source":128,"target":133},{"source":128,"target":8},{"source":133,"target":16},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":8},{"source":116,"target":95},{"source":134,"target":6},{"source":129,"target":11},{"source":130,"target":12},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":141},{"source":135,"target":13},{"source":135,"target":142},{"source":135,"target":9},{"source":142,"target":13},{"source":136,"target":13},{"source":136,"target":143},{"source":136,"target":9},{"source":143,"target":13},{"source":137,"target":13},{"source":137,"target":144},{"source":137,"target":9},{"source":144,"target":13},{"source":138,"target":13},{"source":138,"target":145},{"source":138,"target":9},{"source":145,"target":13},{"source":139,"target":9},{"source":139,"target":146},{"source":139,"target":9},{"source":146,"target":9},{"source":140,"target":6},{"source":140,"target":147},{"source":140,"target":9},{"source":147,"target":6},{"source":141,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":148},{"source":10,"target":149},{"source":148,"target":7},{"source":148,"target":150},{"source":148,"target":10},{"source":150,"target":7},{"source":149,"target":8},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":151,"target":13},{"source":151,"target":154},{"source":151,"target":11},{"source":154,"target":13},{"source":152,"target":5},{"source":152,"target":155},{"source":152,"target":11},{"source":155,"target":5},{"source":153,"target":2},{"source":12,"target":0},{"source":12,"target":156},{"source":156,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cmengine" nsURI="http://www.soyatec.com/TSC/CMEngine" nsPrefix="cme"> <eClassifiers xsi:type="ecore:EClass" name="ApplicabilityCondition" abstract="true"> <eOperations name="evaluate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="valueList" upperBound="-1" eType="#//ParameterValue"/> </eOperations> <eOperations name="evaluate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="theConf" eType="#//Configuration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="concernedVersion" eType="#//ElementVersion" eOpposite="#//ElementVersion/applicabilityConstraints"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterRefVisibilityControl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicabilityParameterRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//VersionnableElement" eOpposite="#//VersionnableElement/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1" eType="#//ApplicabilityCondition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLocal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicabilityInconsistencyBrowser"> <eOperations name="resolveByValues"/> <eOperations name="resolveByConfDiff"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="proposedConfig" eType="#//Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toReplace" upperBound="-1" eType="#//ParameterValue"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolved" upperBound="-1" eType="#//ApplicabilityCondition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="replacementProposals" upperBound="-1" eType="#//ParameterValue"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CMRepository"> <eOperations name="init" eType="#//CMRepository"> <eParameters name="MD_StorageStrategy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="VCS_Strategy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="addElement" eType="#//VersionnableElement"> <eParameters name="type" eType="#//ElementType"/> </eOperations> <eOperations name="delete"> <eParameters name="vscDataAsWell" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationUnits" upperBound="-1" eType="#//ConfigurationUnit" containment="true" eOpposite="#//ConfigurationUnit/primaryRepository"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ConfigurationUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalUnits" upperBound="-1" eType="#//ExternalUnit" containment="true" eOpposite="#//ExternalUnit/secondaryRepositories"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//EnvironmentParamRef" containment="true" eOpposite="#//EnvironmentParamRef/environment"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EnvironmentParamRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="workspaces" upperBound="-1" eType="#//CMWorkspace" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CMWorkspace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalRefConfs" upperBound="-1" eType="#//LogicalVersionReferenceSet" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LogicalVersionReferenceSet"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CMWorkspace" eSuperTypes="#//Configuration"> <eStructuralFeatures xsi:type="ecore:EReference" name="workingElt" upperBound="-1" eType="#//ElementVersion" eOpposite="#//ElementVersion/workingWorkspace"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usedLogicalRefConf" upperBound="-1" eType="#//LogicalVersionReferenceSet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComparisonNavigator"> <eOperations name="getNotPresent" upperBound="-1" eType="#//ElementVersion"> <eParameters name="inConf" eType="#//Configuration"/> </eOperations> <eOperations name="getNewer" upperBound="-1" eType="#//ElementVersion"> <eParameters name="inConf" eType="#//Configuration"/> </eOperations> <eOperations name="getMergeCanditates" upperBound="-1" eType="#//DiffManager"/> <eOperations name="syncConfigurations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allDiff" upperBound="-1" eType="#//DiffManager" containment="true" eOpposite="#//DiffManager/comparison"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toConfElt" upperBound="-1" eType="#//ElementVersion" changeable="false" transient="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fromConfElt" upperBound="-1" eType="#//ElementVersion" changeable="false" transient="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toConf" eType="#//Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromConf" eType="#//Configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtualConfCompared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration" abstract="true"> <eOperations name="evaluateApplicabilities" eType="#//ApplicabilityInconsistencyBrowser"/> <eOperations name="compare" eType="#//ComparisonNavigator"> <eParameters name="withConf" eType="#//Configuration"/> </eOperations> <eOperations name="subscribe"> <eParameters name="subscriber" eType="#//Configuration"/> <eParameters name="event" eType="#//ConfigurationEvent"/> </eOperations> <eOperations name="clone" eType="#//Configuration"/> <eOperations name="delete"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterValues" upperBound="-1" eType="#//ParameterValue" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eltVersion" upperBound="-1" eType="#//ElementVersion" eOpposite="#//ElementVersion/referredConf"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationEvent"/> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationUnit" eSuperTypes="#//VersionnableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryRepository" eType="#//CMRepository" eOpposite="#//CMRepository/configurationUnits"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiffManager"> <eOperations name="replaceFromWithTo"/> <eOperations name="replaceToWithFrom"/> <eOperations name="compare"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comparison" eType="#//ComparisonNavigator" eOpposite="#//ComparisonNavigator/allDiff"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inFromElt" eType="#//ElementVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inToElt" eType="#//ElementVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commonAncestor" eType="#//ElementVersion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementVersion"> <eOperations name="use"> <eParameters name="anEltVersion" eType="#//ElementVersion"/> <eParameters name="replaceExistingElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="unUse"> <eParameters name="anEltVersion" eType="#//ElementVersion"/> </eOperations> <eOperations name="getHistory" eType="#//History"/> <eOperations name="freeze"/> <eOperations name="createNewVersion" eType="#//ElementVersion"> <eParameters name="workingConf" eType="#//CMWorkspace"/> </eOperations> <eOperations name="isApplicable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="aConf" eType="#//Configuration"/> </eOperations> <eOperations name="createBranch" eType="#//VersionBranch"/> <eOperations name="compare"> <eParameters name="withVersion" eType="#//ElementVersion"/> </eOperations> <eOperations name="merge"> <eParameters name="withVersion" eType="#//ElementVersion"/> <eParameters name="inWorkspace" eType="#//CMWorkspace"/> </eOperations> <eOperations name="getAncestorWith" eType="#//ElementVersion"> <eParameters name="otherVersion" eType="#//ElementVersion"/> </eOperations> <eOperations name="isWorking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//ElementVersion" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//ElementVersion" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useEltVersion" upperBound="-1" eType="#//ElementVersion" changeable="false" eOpposite="#//ElementVersion/usedByEltVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usedByEltVersion" upperBound="-1" eType="#//ElementVersion" changeable="false" eOpposite="#//ElementVersion/useEltVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="myElement" eType="#//VersionnableElement" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applicabilityConstraints" upperBound="-1" eType="#//ApplicabilityCondition" containment="true" eOpposite="#//ApplicabilityCondition/concernedVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="workingWorkspace" eType="#//CMWorkspace" eOpposite="#//CMWorkspace/workingElt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredConf" upperBound="-1" eType="#//Configuration" eOpposite="#//Configuration/eltVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implications" upperBound="-1" eType="#//LogicalDependence" eOpposite="#//LogicalDependence/justicationElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inDependences" upperBound="-1" eType="#//LogicalDependence" eOpposite="#//LogicalDependence/toVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outDependences" upperBound="-1" eType="#//LogicalDependence" eOpposite="#//LogicalDependence/fromVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//VersionState" defaultValueLiteral="Working"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvironmentParamRef" eSuperTypes="#//ApplicabilityParameterRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="environment" eType="#//CMRepository" eOpposite="#//CMRepository/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalModelCheck" eSuperTypes="#//ApplicabilityCondition"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalUnit" eSuperTypes="#//VersionnableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="secondaryRepositories" eType="#//CMRepository" eOpposite="#//CMRepository/externalUnits"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="History"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1" upperBound="-1" eType="#//VersionBranch" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="VersionBranch"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="trunk" eType="#//VersionBranch" changeable="false" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="trunk"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalCondition" eSuperTypes="#//ApplicabilityCondition"/> <eClassifiers xsi:type="ecore:EClass" name="LogicalDependence"> <eStructuralFeatures xsi:type="ecore:EReference" name="justicationElement" eType="#//ElementVersion" eOpposite="#//ElementVersion/implications"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toVersion" eType="#//ElementVersion" eOpposite="#//ElementVersion/inDependences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromVersion" eType="#//ElementVersion" eOpposite="#//ElementVersion/outDependences"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DependenceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="justificationDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalVersionReferenceSet" eSuperTypes="#//Configuration"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="cMWorkspace" eType="#//CMWorkspace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionBranch"> <eOperations name="stopEvolutions"/> <eOperations name="resumeEvolutions"/> <eOperations name="addNewVersion" eType="#//ElementVersion"/> <eOperations name="addNewVersion" eType="#//ElementVersion"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1" upperBound="-1" eType="#//ElementVersion" changeable="false" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> <details key="name" value="ElementVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="firstVersion" lowerBound="1" eType="#//ElementVersion" changeable="false" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hookVersion" eType="#//ElementVersion"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="hookVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionnableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="history" lowerBound="1" eType="#//History" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="History"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" upperBound="-1" eType="#//ElementVersion" changeable="false" volatile="true" transient="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ApplicabilityParameterRef" containment="true" eOpposite="#//ApplicabilityParameterRef/element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="canBeUsedBy" upperBound="-1" eType="#//VersionnableElement" eOpposite="#//VersionnableElement/canUse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="canUse" upperBound="-1" eType="#//VersionnableElement" eOpposite="#//VersionnableElement/canBeUsedBy"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ElementType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ElementType"> <eLiterals name="text"/> <eLiterals name="binary" value="1"/> <eLiterals name="ecore" value="2"/> <eLiterals name="xmi" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DependenceType"> <eLiterals name="libraryInclude"/> <eLiterals name="hasInterfaceWith" value="1"/> <eLiterals name="undefined" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigurationEventType"> <eLiterals name="VERSION_REF_MODIFICATION"/> <eLiterals name="PARAMETER_VALUE_CHANGE" value="1"/> <eLiterals name="CONF_CLONE" value="2"/> <eLiterals name="CONF_DELETE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VersionState"> <eLiterals name="Working"/> <eLiterals name="Frozen" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/cmengine.ecore
ecore
cmengine ApplicabilityCondition evaluate valueList evaluate theConf concernedVersion parameterRefVisibilityControl true ApplicabilityParameterRef element operands isLocal ApplicabilityInconsistencyBrowser resolveByValues resolveByConfDiff configuration proposedConfig toReplace unresolved replacementProposals CMRepository init MD_StorageStrategy VCS_Strategy addElement type delete vscDataAsWell configurationUnits externalUnits parameters workspaces logicalRefConfs name CMWorkspace workingElt usedLogicalRefConf name ComparisonNavigator getNotPresent inConf getNewer inConf getMergeCanditates syncConfigurations allDiff toConfElt fromConfElt toConf fromConf virtualConfCompared Configuration evaluateApplicabilities compare withConf subscribe subscriber event clone delete parameterValues eltVersion ConfigurationEvent ConfigurationUnit primaryRepository DiffManager replaceFromWithTo replaceToWithFrom compare comparison inFromElt inToElt commonAncestor ElementVersion use anEltVersion replaceExistingElement unUse anEltVersion getHistory freeze createNewVersion workingConf isApplicable aConf createBranch compare withVersion merge withVersion inWorkspace getAncestorWith otherVersion isWorking previous next useEltVersion usedByEltVersion myElement applicabilityConstraints workingWorkspace referredConf implications inDependences outDependences identifier state Working name EnvironmentParamRef environment ExternalModelCheck ExternalUnit secondaryRepositories History branches trunk LogicalCondition LogicalDependence justicationElement toVersion fromVersion type justificationDescription LogicalVersionReferenceSet ParameterValue cMWorkspace VersionBranch stopEvolutions resumeEvolutions addNewVersion addNewVersion index versions firstVersion hookVersion name VersionnableElement history versions parameters canBeUsedBy canUse type name ElementType text text binary binary ecore ecore xmi xmi DependenceType libraryInclude libraryInclude hasInterfaceWith hasInterfaceWith undefined undefined ConfigurationEventType VERSION_REF_MODIFICATION VERSION_REF_MODIFICATION PARAMETER_VALUE_CHANGE PARAMETER_VALUE_CHANGE CONF_CLONE CONF_CLONE CONF_DELETE CONF_DELETE VersionState Working Working Frozen Frozen
null
{"directed":true,"nodes":[{"nsPrefix":"cme","nsURI":"http://www.soyatec.com/TSC/CMEngine","name":"cmengine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicabilityCondition","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicabilityParameterRef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicabilityInconsistencyBrowser","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CMRepository","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CMWorkspace","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonNavigator","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationUnit","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiffManager","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementVersion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentParamRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalModelCheck","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalUnit","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"History","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalDependence","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalVersionReferenceSet","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionBranch","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionnableElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DependenceType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigurationEventType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VersionState","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concernedVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"parameterRefVisibilityControl","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"valueList","lowerBound":0,"id":31,"many":true,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theConf","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"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":"applicabilityConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","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":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isLocal","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveByValues","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveByConfDiff","lowerBound":0,"id":47,"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"proposedConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toReplace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unresolved","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replacementProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addElement","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationUnits","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":"externalUnits","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":"parameters","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":"workspaces","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":"logicalRefConfs","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":"name","changeable":true,"lowerBound":0,"iD":true,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MD_StorageStrategy","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"VCS_Strategy","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"vscDataAsWell","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"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":"primaryRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"secondaryRepositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workingElt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedLogicalRefConf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workingWorkspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNotPresent","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNewer","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMergeCanditates","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"syncConfigurations","lowerBound":0,"id":97,"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":"allDiff","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":true,"unique":true,"name":"toConfElt","changeable":false,"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":false,"unsettable":false,"transient":true,"unique":true,"name":"fromConfElt","changeable":false,"resolveProxies":false,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toConf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromConf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"virtualConfCompared","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inConf","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"inConf","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comparison","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluateApplicabilities","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subscribe","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":122,"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":"parameterValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eltVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"withConf","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EParameter"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subscriber","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredConf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceFromWithTo","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceToWithFrom","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":141,"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":"inFromElt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inToElt","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":false,"unsettable":false,"transient":false,"unique":true,"name":"commonAncestor","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,"unique":true,"name":"use","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unUse","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHistory","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"freeze","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNewVersion","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicable","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createBranch","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"merge","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAncestorWith","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isWorking","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"previous","changeable":false,"resolveProxies":false,"lowerBound":0,"id":160,"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":"next","changeable":false,"resolveProxies":false,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"useEltVersion","changeable":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"usedByEltVersion","changeable":false,"resolveProxies":true,"lowerBound":0,"id":163,"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":"myElement","changeable":false,"resolveProxies":false,"lowerBound":0,"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":"implications","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inDependences","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":"outDependences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":false,"lowerBound":0,"iD":true,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Working","unsettable":false,"transient":false,"unique":true,"name":"state","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"anEltVersion","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceExistingElement","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":"anEltVersion","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"workingConf","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":"aConf","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"withVersion","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"withVersion","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"inWorkspace","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherVersion","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"justicationElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":false,"lowerBound":1,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trunk","changeable":false,"resolveProxies":false,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"justificationDescription","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cMWorkspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopEvolutions","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resumeEvolutions","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNewVersion","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNewVersion","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versions","changeable":false,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"firstVersion","changeable":false,"resolveProxies":false,"lowerBound":1,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hookVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"resolveProxies":false,"lowerBound":1,"id":248,"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":"versions","changeable":false,"resolveProxies":false,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"canBeUsedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"canUse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"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":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"name":"text","id":261,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"binary","id":262,"value":1,"literal":"binary","eClass":"EEnumLiteral"},{"name":"ecore","id":263,"value":2,"literal":"ecore","eClass":"EEnumLiteral"},{"name":"xmi","id":264,"value":3,"literal":"xmi","eClass":"EEnumLiteral"},{"name":"libraryInclude","id":265,"value":0,"literal":"libraryInclude","eClass":"EEnumLiteral"},{"name":"hasInterfaceWith","id":266,"value":1,"literal":"hasInterfaceWith","eClass":"EEnumLiteral"},{"name":"undefined","id":267,"value":2,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"VERSION_REF_MODIFICATION","id":268,"value":0,"literal":"VERSION_REF_MODIFICATION","eClass":"EEnumLiteral"},{"name":"PARAMETER_VALUE_CHANGE","id":269,"value":1,"literal":"PARAMETER_VALUE_CHANGE","eClass":"EEnumLiteral"},{"name":"CONF_CLONE","id":270,"value":2,"literal":"CONF_CLONE","eClass":"EEnumLiteral"},{"name":"CONF_DELETE","id":271,"value":3,"literal":"CONF_DELETE","eClass":"EEnumLiteral"},{"name":"Working","id":272,"value":0,"literal":"Working","eClass":"EEnumLiteral"},{"name":"Frozen","id":273,"value":1,"literal":"Frozen","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":26,"target":30},{"source":26,"target":1},{"source":26,"target":31},{"source":31,"target":19},{"source":31,"target":32},{"source":31,"target":26},{"source":32,"target":19},{"source":27,"target":33},{"source":27,"target":1},{"source":27,"target":34},{"source":34,"target":7},{"source":34,"target":35},{"source":34,"target":27},{"source":35,"target":7},{"source":28,"target":11},{"source":28,"target":36},{"source":28,"target":1},{"source":28,"target":37},{"source":36,"target":11},{"source":29,"target":38},{"source":29,"target":1},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":39,"target":21},{"source":39,"target":42},{"source":39,"target":2},{"source":39,"target":43},{"source":42,"target":21},{"source":40,"target":1},{"source":40,"target":44},{"source":40,"target":2},{"source":44,"target":1},{"source":41,"target":45},{"source":41,"target":2},{"source":3,"target":0},{"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":46,"target":3},{"source":47,"target":3},{"source":48,"target":7},{"source":48,"target":53},{"source":48,"target":3},{"source":53,"target":7},{"source":49,"target":7},{"source":49,"target":54},{"source":49,"target":3},{"source":54,"target":7},{"source":50,"target":19},{"source":50,"target":55},{"source":50,"target":3},{"source":55,"target":19},{"source":51,"target":1},{"source":51,"target":56},{"source":51,"target":3},{"source":56,"target":1},{"source":52,"target":19},{"source":52,"target":57},{"source":52,"target":3},{"source":57,"target":19},{"source":4,"target":0},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":58,"target":4},{"source":58,"target":67},{"source":58,"target":4},{"source":58,"target":68},{"source":58,"target":69},{"source":67,"target":4},{"source":68,"target":70},{"source":68,"target":58},{"source":69,"target":71},{"source":69,"target":58},{"source":59,"target":21},{"source":59,"target":72},{"source":59,"target":4},{"source":59,"target":73},{"source":72,"target":21},{"source":73,"target":22},{"source":73,"target":74},{"source":73,"target":59},{"source":74,"target":22},{"source":60,"target":4},{"source":60,"target":75},{"source":75,"target":76},{"source":75,"target":60},{"source":61,"target":9},{"source":61,"target":77},{"source":61,"target":4},{"source":61,"target":78},{"source":77,"target":9},{"source":62,"target":14},{"source":62,"target":79},{"source":62,"target":4},{"source":62,"target":80},{"source":79,"target":14},{"source":63,"target":12},{"source":63,"target":81},{"source":63,"target":4},{"source":63,"target":82},{"source":81,"target":12},{"source":64,"target":5},{"source":64,"target":83},{"source":64,"target":4},{"source":83,"target":5},{"source":65,"target":18},{"source":65,"target":84},{"source":65,"target":4},{"source":84,"target":18},{"source":66,"target":85},{"source":66,"target":4},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":86,"target":11},{"source":86,"target":90},{"source":86,"target":5},{"source":86,"target":91},{"source":90,"target":11},{"source":87,"target":18},{"source":87,"target":92},{"source":87,"target":5},{"source":92,"target":18},{"source":88,"target":93},{"source":88,"target":5},{"source":89,"target":7},{"source":6,"target":0},{"source":6,"target":94},{"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":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":94,"target":11},{"source":94,"target":104},{"source":94,"target":6},{"source":94,"target":105},{"source":104,"target":11},{"source":105,"target":7},{"source":105,"target":106},{"source":105,"target":94},{"source":106,"target":7},{"source":95,"target":11},{"source":95,"target":107},{"source":95,"target":6},{"source":95,"target":108},{"source":107,"target":11},{"source":108,"target":7},{"source":108,"target":109},{"source":108,"target":95},{"source":109,"target":7},{"source":96,"target":10},{"source":96,"target":110},{"source":96,"target":6},{"source":110,"target":10},{"source":97,"target":6},{"source":98,"target":10},{"source":98,"target":111},{"source":98,"target":6},{"source":98,"target":112},{"source":111,"target":10},{"source":99,"target":11},{"source":99,"target":113},{"source":99,"target":6},{"source":113,"target":11},{"source":100,"target":11},{"source":100,"target":114},{"source":100,"target":6},{"source":114,"target":11},{"source":101,"target":7},{"source":101,"target":115},{"source":101,"target":6},{"source":115,"target":7},{"source":102,"target":7},{"source":102,"target":116},{"source":102,"target":6},{"source":116,"target":7},{"source":103,"target":117},{"source":103,"target":6},{"source":7,"target":0},{"source":7,"target":118},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":118,"target":3},{"source":118,"target":125},{"source":118,"target":7},{"source":125,"target":3},{"source":119,"target":6},{"source":119,"target":126},{"source":119,"target":7},{"source":119,"target":127},{"source":126,"target":6},{"source":127,"target":7},{"source":127,"target":128},{"source":127,"target":119},{"source":128,"target":7},{"source":120,"target":7},{"source":120,"target":129},{"source":120,"target":130},{"source":129,"target":7},{"source":129,"target":131},{"source":129,"target":120},{"source":131,"target":7},{"source":130,"target":8},{"source":130,"target":132},{"source":130,"target":120},{"source":132,"target":8},{"source":121,"target":7},{"source":121,"target":133},{"source":121,"target":7},{"source":133,"target":7},{"source":122,"target":7},{"source":123,"target":19},{"source":123,"target":134},{"source":123,"target":7},{"source":134,"target":19},{"source":124,"target":11},{"source":124,"target":135},{"source":124,"target":7},{"source":124,"target":136},{"source":135,"target":11},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":78},{"source":9,"target":137},{"source":78,"target":4},{"source":78,"target":138},{"source":78,"target":9},{"source":78,"target":61},{"source":138,"target":4},{"source":137,"target":21},{"source":10,"target":0},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":10,"target":112},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":139,"target":10},{"source":140,"target":10},{"source":141,"target":10},{"source":112,"target":6},{"source":112,"target":145},{"source":112,"target":10},{"source":112,"target":98},{"source":145,"target":6},{"source":142,"target":11},{"source":142,"target":146},{"source":142,"target":10},{"source":146,"target":11},{"source":143,"target":11},{"source":143,"target":147},{"source":143,"target":10},{"source":147,"target":11},{"source":144,"target":11},{"source":144,"target":148},{"source":144,"target":10},{"source":148,"target":11},{"source":11,"target":0},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":37},{"source":11,"target":91},{"source":11,"target":136},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":11,"target":170},{"source":149,"target":11},{"source":149,"target":171},{"source":149,"target":172},{"source":171,"target":11},{"source":171,"target":173},{"source":171,"target":149},{"source":173,"target":11},{"source":172,"target":174},{"source":172,"target":149},{"source":150,"target":11},{"source":150,"target":175},{"source":175,"target":11},{"source":175,"target":176},{"source":175,"target":150},{"source":176,"target":11},{"source":151,"target":15},{"source":151,"target":177},{"source":151,"target":11},{"source":177,"target":15},{"source":152,"target":11},{"source":153,"target":11},{"source":153,"target":178},{"source":153,"target":11},{"source":153,"target":179},{"source":178,"target":11},{"source":179,"target":5},{"source":179,"target":180},{"source":179,"target":153},{"source":180,"target":5},{"source":154,"target":181},{"source":154,"target":11},{"source":154,"target":182},{"source":182,"target":7},{"source":182,"target":183},{"source":182,"target":154},{"source":183,"target":7},{"source":155,"target":20},{"source":155,"target":184},{"source":155,"target":11},{"source":184,"target":20},{"source":156,"target":11},{"source":156,"target":185},{"source":185,"target":11},{"source":185,"target":186},{"source":185,"target":156},{"source":186,"target":11},{"source":157,"target":11},{"source":157,"target":187},{"source":157,"target":188},{"source":187,"target":11},{"source":187,"target":189},{"source":187,"target":157},{"source":189,"target":11},{"source":188,"target":5},{"source":188,"target":190},{"source":188,"target":157},{"source":190,"target":5},{"source":158,"target":11},{"source":158,"target":191},{"source":158,"target":11},{"source":158,"target":192},{"source":191,"target":11},{"source":192,"target":11},{"source":192,"target":193},{"source":192,"target":158},{"source":193,"target":11},{"source":159,"target":194},{"source":159,"target":11},{"source":160,"target":11},{"source":160,"target":195},{"source":160,"target":11},{"source":195,"target":11},{"source":161,"target":11},{"source":161,"target":196},{"source":161,"target":11},{"source":196,"target":11},{"source":162,"target":11},{"source":162,"target":197},{"source":162,"target":11},{"source":162,"target":163},{"source":197,"target":11},{"source":163,"target":11},{"source":163,"target":198},{"source":163,"target":11},{"source":163,"target":162},{"source":198,"target":11},{"source":164,"target":21},{"source":164,"target":199},{"source":164,"target":11},{"source":199,"target":21},{"source":37,"target":1},{"source":37,"target":200},{"source":37,"target":11},{"source":37,"target":28},{"source":200,"target":1},{"source":91,"target":5},{"source":91,"target":201},{"source":91,"target":11},{"source":91,"target":86},{"source":201,"target":5},{"source":136,"target":7},{"source":136,"target":202},{"source":136,"target":11},{"source":136,"target":124},{"source":202,"target":7},{"source":165,"target":17},{"source":165,"target":203},{"source":165,"target":11},{"source":165,"target":204},{"source":203,"target":17},{"source":166,"target":17},{"source":166,"target":205},{"source":166,"target":11},{"source":166,"target":206},{"source":205,"target":17},{"source":167,"target":17},{"source":167,"target":207},{"source":167,"target":11},{"source":167,"target":208},{"source":207,"target":17},{"source":168,"target":209},{"source":168,"target":11},{"source":169,"target":25},{"source":169,"target":210},{"source":169,"target":11},{"source":210,"target":25},{"source":170,"target":211},{"source":170,"target":11},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":82},{"source":12,"target":212},{"source":82,"target":4},{"source":82,"target":213},{"source":82,"target":12},{"source":82,"target":63},{"source":213,"target":4},{"source":212,"target":2},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":214},{"source":214,"target":1},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":80},{"source":14,"target":215},{"source":80,"target":4},{"source":80,"target":216},{"source":80,"target":14},{"source":80,"target":62},{"source":216,"target":4},{"source":215,"target":21},{"source":15,"target":0},{"source":15,"target":217},{"source":15,"target":218},{"source":217,"target":20},{"source":217,"target":219},{"source":217,"target":15},{"source":219,"target":20},{"source":218,"target":20},{"source":218,"target":220},{"source":218,"target":15},{"source":220,"target":20},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":221},{"source":221,"target":1},{"source":17,"target":0},{"source":17,"target":204},{"source":17,"target":206},{"source":17,"target":208},{"source":17,"target":222},{"source":17,"target":223},{"source":204,"target":11},{"source":204,"target":224},{"source":204,"target":17},{"source":204,"target":165},{"source":224,"target":11},{"source":206,"target":11},{"source":206,"target":225},{"source":206,"target":17},{"source":206,"target":166},{"source":225,"target":11},{"source":208,"target":11},{"source":208,"target":226},{"source":208,"target":17},{"source":208,"target":167},{"source":226,"target":11},{"source":222,"target":23},{"source":222,"target":227},{"source":222,"target":17},{"source":227,"target":23},{"source":223,"target":228},{"source":223,"target":17},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":229},{"source":229,"target":7},{"source":19,"target":0},{"source":19,"target":230},{"source":230,"target":5},{"source":230,"target":231},{"source":230,"target":19},{"source":231,"target":5},{"source":20,"target":0},{"source":20,"target":232},{"source":20,"target":233},{"source":20,"target":234},{"source":20,"target":235},{"source":20,"target":236},{"source":20,"target":237},{"source":20,"target":238},{"source":20,"target":239},{"source":232,"target":20},{"source":233,"target":20},{"source":234,"target":11},{"source":234,"target":240},{"source":234,"target":20},{"source":240,"target":11},{"source":235,"target":11},{"source":235,"target":241},{"source":235,"target":20},{"source":235,"target":242},{"source":241,"target":11},{"source":242,"target":243},{"source":242,"target":235},{"source":236,"target":11},{"source":236,"target":244},{"source":236,"target":20},{"source":244,"target":11},{"source":237,"target":11},{"source":237,"target":245},{"source":237,"target":20},{"source":245,"target":11},{"source":238,"target":11},{"source":238,"target":246},{"source":238,"target":20},{"source":246,"target":11},{"source":239,"target":247},{"source":239,"target":20},{"source":21,"target":0},{"source":21,"target":248},{"source":21,"target":249},{"source":21,"target":43},{"source":21,"target":250},{"source":21,"target":251},{"source":21,"target":252},{"source":21,"target":253},{"source":248,"target":15},{"source":248,"target":254},{"source":248,"target":21},{"source":254,"target":15},{"source":249,"target":11},{"source":249,"target":255},{"source":249,"target":21},{"source":255,"target":11},{"source":43,"target":2},{"source":43,"target":256},{"source":43,"target":21},{"source":43,"target":39},{"source":256,"target":2},{"source":250,"target":21},{"source":250,"target":257},{"source":250,"target":21},{"source":250,"target":251},{"source":257,"target":21},{"source":251,"target":21},{"source":251,"target":258},{"source":251,"target":21},{"source":251,"target":250},{"source":258,"target":21},{"source":252,"target":22},{"source":252,"target":259},{"source":252,"target":21},{"source":259,"target":22},{"source":253,"target":260},{"source":253,"target":21},{"source":22,"target":0},{"source":22,"target":261},{"source":22,"target":262},{"source":22,"target":263},{"source":22,"target":264},{"source":261,"target":22},{"source":262,"target":22},{"source":263,"target":22},{"source":264,"target":22},{"source":23,"target":0},{"source":23,"target":265},{"source":23,"target":266},{"source":23,"target":267},{"source":265,"target":23},{"source":266,"target":23},{"source":267,"target":23},{"source":24,"target":0},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":268,"target":24},{"source":269,"target":24},{"source":270,"target":24},{"source":271,"target":24},{"source":25,"target":0},{"source":25,"target":272},{"source":25,"target":273},{"source":272,"target":25},{"source":273,"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="uam" nsURI="de.hu_berlin.german.korpling.saltnpepper.model.uam" nsPrefix="uam"> <eClassifiers xsi:type="ecore:EClass" name="UAMDocument"> <eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1" eType="#//Layer" containment="true" eOpposite="#//Layer/uamDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="texts" upperBound="-1" eType="#//Text" containment="true" eOpposite="#//Text/uamDocument"/> <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="Layer"> <eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1" eType="#//Segment" containment="true" eOpposite="#//Segment/Layer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="complete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uamDocument" lowerBound="1" eType="#//UAMDocument" eOpposite="#//UAMDocument/layers"/> <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="Segment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="features" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceText" eType="#//Text"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Layer" lowerBound="1" eType="#//Layer" eOpposite="#//Layer/segments"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uamDocument" lowerBound="1" eType="#//UAMDocument" eOpposite="#//UAMDocument/texts"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/korpling/pepperModules-UAMModules/src/main/model/uam.ecore
ecore
uam UAMDocument layers texts name Layer segments lang complete uamDocument name Segment features sourceText start end id Layer state Text text uamDocument name
null
{"directed":true,"nodes":[{"nsPrefix":"uam","nsURI":"de.hu_berlin.german.korpling.saltnpepper.model.uam","name":"uam","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UAMDocument","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uamDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"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":"uamDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","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":"complete","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Layer","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceText","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":"start","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":"end","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":"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":"state","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"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":"text","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":5,"target":9},{"source":8,"target":2},{"source":6,"target":4},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":4},{"source":7,"target":12},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":9},{"source":2,"target":16},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":9,"target":1},{"source":9,"target":21},{"source":9,"target":2},{"source":9,"target":5},{"source":21,"target":1},{"source":16,"target":22},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":18},{"source":3,"target":28},{"source":23,"target":29},{"source":23,"target":3},{"source":24,"target":4},{"source":24,"target":30},{"source":24,"target":3},{"source":30,"target":4},{"source":25,"target":31},{"source":25,"target":3},{"source":26,"target":32},{"source":26,"target":3},{"source":27,"target":33},{"source":27,"target":3},{"source":18,"target":2},{"source":18,"target":34},{"source":18,"target":3},{"source":18,"target":13},{"source":34,"target":2},{"source":28,"target":35},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":11},{"source":4,"target":37},{"source":36,"target":38},{"source":36,"target":4},{"source":11,"target":1},{"source":11,"target":39},{"source":11,"target":4},{"source":11,"target":6},{"source":39,"target":1},{"source":37,"target":40},{"source":37,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="folderPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="platformPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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> <eOperations name="getAllParents" upperBound="-1" 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> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strategyGraphicalShape" eType="#//DTCustomiseShape"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strategyGraphicalIcon" eType="#//DTCustomiseIcon"/> </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> <eClassifiers xsi:type="ecore:EClass" name="StrategyGraphicalStyle" abstract="true" interface="true"> <eOperations name="getNodeShape" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Shape"> <eParameters name="node" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Node"/> <eParameters name="folderPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="platformPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicalShapesEdgeStyle" eSuperTypes="#//StrategyGraphicalStyle"> <eOperations name="getCompartmentColor" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//SiriusSystemColors"/> <eOperations name="getCompartmentLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceNodeShapes" upperBound="-1" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Shape"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexNodeShape" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceLine" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceColor" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicalIconsContainment" eSuperTypes="#//StrategyGraphicalStyle"> <eOperations name="getSearchString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicalEdgeStyle"> <eOperations name="getEdgeStyle" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Edge_Style"/> <eOperations name="getTargetDecorator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getSourceDecorator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getEdgeColor" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//SiriusSystemColors"/> <eOperations name="getEdgeLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceColor" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceLine" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicalCompartmentStyle"> <eOperations name="getCompartmentShape" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Shape"/> <eOperations name="getCompartmentColor" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//SiriusSystemColors"/> <eOperations name="getCompartmentLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceShapes" upperBound="-1" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Shape"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceLine" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceColor" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexShape" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DTCustomiseShape" instanceClassName="dslHeuristicVisualization.extension.shape.ICustomiseShape"/> <eClassifiers xsi:type="ecore:EDataType" name="DTCustomiseIcon" instanceClassName="dslHeuristicVisualization.extension.icon.ICustomiseIcon"/> </ecore:EPackage>
github:ecore:/data/antoniogarmendia/emfsplitter/org.emfsplitter.project/bundles/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 folderPath platformPath 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 getAllParents index direct_MatrixContainment pathMatrix HeuristicStrategySettings strategy_label strategy_root strategy_palette strategy_arcSelection strategy_node_selection strategy_possibleElements strategy_linkcompartment strategyGraphicalShape strategyGraphicalIcon StrategyLinkCompartment ExecuteLinkCompartmentsHeuristics anEClass listLinks listCompartment listAffixed ConcreteContainmentasAffixed ConcreteContainmentasLinks ConcreteContainmentasCompartments RepreHeurSS heuristicStrategySettings StrategyGraphicalStyle getNodeShape node folderPath platformPath GraphicalShapesEdgeStyle getCompartmentColor getCompartmentLine sequenceNodeShapes indexNodeShape sequenceLine sequenceColor indexColor indexLine GraphicalIconsContainment getSearchString name GraphicalEdgeStyle getEdgeStyle getTargetDecorator getSourceDecorator getEdgeColor getEdgeLine sequenceColor indexColor sequenceLine indexLine GraphicalCompartmentStyle getCompartmentShape getCompartmentColor getCompartmentLine sequenceShapes sequenceLine sequenceColor indexShape indexColor indexLine DTCustomiseShape dslHeuristicVisualization.extension.shape.ICustomiseShape dslHeuristicVisualization.extension.shape.ICustomiseShape DTCustomiseIcon dslHeuristicVisualization.extension.icon.ICustomiseIcon dslHeuristicVisualization.extension.icon.ICustomiseIcon
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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyGraphicalStyle","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalShapesEdgeStyle","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalIconsContainment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalEdgeStyle","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalCompartmentStyle","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":"dslHeuristicVisualization.extension.shape.ICustomiseShape","defaultValue":null,"instanceClassName":"dslHeuristicVisualization.extension.shape.ICustomiseShape","name":"DTCustomiseShape","instanceClass":null,"id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"dslHeuristicVisualization.extension.icon.ICustomiseIcon","defaultValue":null,"instanceClassName":"dslHeuristicVisualization.extension.icon.ICustomiseIcon","name":"DTCustomiseIcon","instanceClass":null,"id":37,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteHeuristics","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute_Root_Element","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute_Graphical_Elements","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetFeatureName","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetEListEClassfromEReference","lowerBound":0,"id":42,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteDirectPathMatrix","lowerBound":0,"id":43,"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":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":"nemf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreContainment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentRepresentation","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":"currentMMGR","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listRepresentation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"folderPath","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":"platformPath","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parentEClass","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"childEClass","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEReference","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"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,"unique":true,"name":"GetLabel","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"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":"label_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringLabel","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DefaultParameters","lowerBound":0,"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Root","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"List_Root","lowerBound":0,"id":83,"many":true,"required":false,"eClass":"EOperation"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ContainmentMatrix","lowerBound":0,"id":85,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":86,"many":true,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ContainmentMatrix","lowerBound":0,"id":91,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Palette","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEObject","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsArc","lowerBound":0,"id":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Direction","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"DefaultParam","lowerBound":0,"id":114,"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":115,"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":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringSource","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringTarget","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ContainsStringEReferenceName","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ListStrings","lowerBound":0,"id":128,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"anString","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsNode","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EOperation"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"PossibleElements","lowerBound":0,"id":139,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rootEClass","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pathMatrix","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":144,"many":true,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetParent","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetDirectMatrixContainment","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetPathMatrix","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CopyMatrix","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"PrintDirectMatrixContainment","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEAllChilds","lowerBound":0,"id":157,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllParents","lowerBound":0,"id":158,"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":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":165,"many":true,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":168,"many":true,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":172,"many":true,"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"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy_label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy_root","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":"strategy_palette","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy_arcSelection","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":"strategy_node_selection","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":false,"unsettable":false,"transient":false,"unique":true,"name":"strategy_possibleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"strategy_linkcompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strategyGraphicalShape","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":"strategyGraphicalIcon","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteLinkCompartmentsHeuristics","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listAffixed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNodeShape","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"folderPath","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"platformPath","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCompartmentColor","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCompartmentLine","lowerBound":0,"id":225,"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":"sequenceNodeShapes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexNodeShape","changeable":true,"lowerBound":0,"iD":false,"id":227,"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":"sequenceLine","changeable":true,"lowerBound":0,"iD":false,"id":228,"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":"sequenceColor","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexColor","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexLine","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSearchString","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEdgeStyle","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTargetDecorator","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSourceDecorator","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEdgeColor","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEdgeLine","lowerBound":0,"id":250,"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":"sequenceColor","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexColor","changeable":true,"lowerBound":0,"iD":false,"id":252,"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":"sequenceLine","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexLine","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"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCompartmentShape","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCompartmentColor","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCompartmentLine","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sequenceShapes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"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":"sequenceLine","changeable":true,"lowerBound":0,"iD":false,"id":268,"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":"sequenceColor","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexShape","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexColor","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexLine","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":1,"target":0},{"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":38,"target":1},{"source":39,"target":1},{"source":40,"target":1},{"source":41,"target":52},{"source":41,"target":1},{"source":41,"target":53},{"source":41,"target":54},{"source":53,"target":55},{"source":53,"target":41},{"source":54,"target":56},{"source":54,"target":41},{"source":42,"target":57},{"source":42,"target":1},{"source":42,"target":58},{"source":58,"target":59},{"source":58,"target":42},{"source":43,"target":1},{"source":44,"target":60},{"source":44,"target":1},{"source":45,"target":61},{"source":45,"target":1},{"source":46,"target":24},{"source":46,"target":62},{"source":46,"target":1},{"source":62,"target":24},{"source":47,"target":63},{"source":47,"target":1},{"source":48,"target":64},{"source":48,"target":1},{"source":49,"target":30},{"source":49,"target":65},{"source":49,"target":1},{"source":65,"target":30},{"source":50,"target":66},{"source":50,"target":1},{"source":51,"target":67},{"source":51,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":68},{"source":68,"target":69},{"source":68,"target":3},{"source":68,"target":70},{"source":70,"target":71},{"source":70,"target":68},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":72},{"source":72,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":73},{"source":73,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":74},{"source":6,"target":75},{"source":74,"target":7},{"source":74,"target":76},{"source":74,"target":6},{"source":76,"target":7},{"source":75,"target":3},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":80},{"source":77,"target":7},{"source":78,"target":7},{"source":79,"target":81},{"source":79,"target":7},{"source":8,"target":0},{"source":8,"target":82},{"source":8,"target":83},{"source":82,"target":84},{"source":82,"target":8},{"source":82,"target":85},{"source":82,"target":86},{"source":85,"target":87},{"source":85,"target":82},{"source":87,"target":88},{"source":86,"target":89},{"source":86,"target":82},{"source":83,"target":90},{"source":83,"target":8},{"source":83,"target":91},{"source":83,"target":92},{"source":91,"target":93},{"source":91,"target":83},{"source":93,"target":94},{"source":92,"target":95},{"source":92,"target":83},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":96},{"source":96,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":97},{"source":97,"target":8},{"source":11,"target":0},{"source":11,"target":98},{"source":98,"target":99},{"source":98,"target":11},{"source":98,"target":100},{"source":100,"target":101},{"source":100,"target":98},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":102},{"source":102,"target":11},{"source":13,"target":0},{"source":13,"target":103},{"source":13,"target":104},{"source":103,"target":105},{"source":103,"target":13},{"source":103,"target":106},{"source":106,"target":107},{"source":106,"target":103},{"source":104,"target":15},{"source":104,"target":108},{"source":104,"target":13},{"source":108,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":109},{"source":109,"target":13},{"source":15,"target":0},{"source":15,"target":110},{"source":110,"target":111},{"source":110,"target":15},{"source":110,"target":112},{"source":112,"target":113},{"source":112,"target":110},{"source":16,"target":0},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":114,"target":16},{"source":115,"target":117},{"source":115,"target":16},{"source":116,"target":118},{"source":116,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":119,"target":122},{"source":119,"target":17},{"source":120,"target":123},{"source":120,"target":17},{"source":121,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":124,"target":127},{"source":124,"target":18},{"source":124,"target":128},{"source":124,"target":129},{"source":128,"target":130},{"source":128,"target":124},{"source":129,"target":131},{"source":129,"target":124},{"source":125,"target":16},{"source":125,"target":132},{"source":125,"target":18},{"source":132,"target":16},{"source":126,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":133},{"source":133,"target":15},{"source":20,"target":0},{"source":20,"target":134},{"source":134,"target":135},{"source":134,"target":20},{"source":134,"target":136},{"source":136,"target":137},{"source":136,"target":134},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":138},{"source":138,"target":20},{"source":22,"target":0},{"source":22,"target":139},{"source":22,"target":140},{"source":139,"target":141},{"source":139,"target":22},{"source":139,"target":142},{"source":139,"target":143},{"source":139,"target":144},{"source":142,"target":145},{"source":142,"target":139},{"source":143,"target":146},{"source":143,"target":139},{"source":146,"target":147},{"source":147,"target":148},{"source":144,"target":149},{"source":144,"target":139},{"source":140,"target":150},{"source":140,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":151},{"source":151,"target":22},{"source":24,"target":0},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":24,"target":159},{"source":24,"target":160},{"source":152,"target":161},{"source":152,"target":24},{"source":152,"target":162},{"source":162,"target":163},{"source":162,"target":152},{"source":153,"target":164},{"source":153,"target":24},{"source":153,"target":165},{"source":165,"target":166},{"source":165,"target":153},{"source":154,"target":167},{"source":154,"target":24},{"source":155,"target":24},{"source":156,"target":24},{"source":156,"target":168},{"source":168,"target":169},{"source":168,"target":156},{"source":157,"target":170},{"source":157,"target":24},{"source":157,"target":171},{"source":157,"target":172},{"source":171,"target":173},{"source":171,"target":157},{"source":172,"target":174},{"source":172,"target":157},{"source":158,"target":175},{"source":158,"target":24},{"source":158,"target":176},{"source":176,"target":177},{"source":176,"target":158},{"source":159,"target":178},{"source":159,"target":24},{"source":178,"target":179},{"source":179,"target":180},{"source":160,"target":181},{"source":160,"target":24},{"source":181,"target":182},{"source":182,"target":183},{"source":25,"target":0},{"source":25,"target":184},{"source":25,"target":185},{"source":25,"target":186},{"source":25,"target":187},{"source":25,"target":188},{"source":25,"target":189},{"source":25,"target":190},{"source":25,"target":191},{"source":25,"target":192},{"source":184,"target":3},{"source":184,"target":193},{"source":184,"target":25},{"source":193,"target":3},{"source":185,"target":8},{"source":185,"target":194},{"source":185,"target":25},{"source":194,"target":8},{"source":186,"target":11},{"source":186,"target":195},{"source":186,"target":25},{"source":195,"target":11},{"source":187,"target":13},{"source":187,"target":196},{"source":187,"target":25},{"source":196,"target":13},{"source":188,"target":20},{"source":188,"target":197},{"source":188,"target":25},{"source":197,"target":20},{"source":189,"target":22},{"source":189,"target":198},{"source":189,"target":25},{"source":198,"target":22},{"source":190,"target":26},{"source":190,"target":199},{"source":190,"target":25},{"source":199,"target":26},{"source":191,"target":36},{"source":191,"target":200},{"source":191,"target":25},{"source":200,"target":36},{"source":192,"target":37},{"source":192,"target":201},{"source":192,"target":25},{"source":201,"target":37},{"source":26,"target":0},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":26},{"source":202,"target":206},{"source":206,"target":207},{"source":206,"target":202},{"source":203,"target":208},{"source":203,"target":26},{"source":204,"target":209},{"source":204,"target":26},{"source":205,"target":210},{"source":205,"target":26},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":211},{"source":211,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":212},{"source":212,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":213},{"source":213,"target":26},{"source":30,"target":0},{"source":30,"target":214},{"source":214,"target":25},{"source":214,"target":215},{"source":214,"target":30},{"source":215,"target":25},{"source":31,"target":0},{"source":31,"target":216},{"source":216,"target":217},{"source":216,"target":31},{"source":216,"target":218},{"source":216,"target":219},{"source":216,"target":220},{"source":218,"target":221},{"source":218,"target":216},{"source":219,"target":222},{"source":219,"target":216},{"source":220,"target":223},{"source":220,"target":216},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":224},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":32,"target":229},{"source":32,"target":230},{"source":32,"target":231},{"source":32,"target":232},{"source":224,"target":233},{"source":224,"target":32},{"source":225,"target":234},{"source":225,"target":32},{"source":226,"target":235},{"source":226,"target":32},{"source":227,"target":236},{"source":227,"target":32},{"source":228,"target":237},{"source":228,"target":32},{"source":229,"target":238},{"source":229,"target":32},{"source":230,"target":239},{"source":230,"target":32},{"source":231,"target":240},{"source":231,"target":32},{"source":232,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":241},{"source":33,"target":242},{"source":241,"target":243},{"source":241,"target":33},{"source":241,"target":244},{"source":244,"target":245},{"source":244,"target":241},{"source":242,"target":31},{"source":34,"target":0},{"source":34,"target":246},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":34,"target":250},{"source":34,"target":251},{"source":34,"target":252},{"source":34,"target":253},{"source":34,"target":254},{"source":246,"target":255},{"source":246,"target":34},{"source":247,"target":256},{"source":247,"target":34},{"source":248,"target":257},{"source":248,"target":34},{"source":249,"target":258},{"source":249,"target":34},{"source":250,"target":259},{"source":250,"target":34},{"source":251,"target":260},{"source":251,"target":34},{"source":252,"target":261},{"source":252,"target":34},{"source":253,"target":262},{"source":253,"target":34},{"source":254,"target":263},{"source":254,"target":34},{"source":35,"target":0},{"source":35,"target":264},{"source":35,"target":265},{"source":35,"target":266},{"source":35,"target":267},{"source":35,"target":268},{"source":35,"target":269},{"source":35,"target":270},{"source":35,"target":271},{"source":35,"target":272},{"source":264,"target":273},{"source":264,"target":35},{"source":265,"target":274},{"source":265,"target":35},{"source":266,"target":275},{"source":266,"target":35},{"source":267,"target":276},{"source":267,"target":35},{"source":268,"target":277},{"source":268,"target":35},{"source":269,"target":278},{"source":269,"target":35},{"source":270,"target":279},{"source":270,"target":35},{"source":271,"target":280},{"source":271,"target":35},{"source":272,"target":281},{"source":272,"target":35},{"source":36,"target":0},{"source":37,"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="content" nsURI="urn:openscada:doc:content" nsPrefix="content"> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//TextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentContainer" abstract="true" interface="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="contentContainer"/> </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="p" upperBound="-1" eType="#//Paragraph" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#group:0"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="code" upperBound="-1" eType="#//CodeParagraph" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#group:0"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="plainText" upperBound="-1" eType="ecore:EClass ../../org.openscada.doc.model/model/doc.ecore#//fragment/PlainTextContent" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#group:0"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ul" upperBound="-1" eType="#//UnorderedList" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#group:0"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleTable" upperBound="-1" eType="#//SimpleTable" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#group:0"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="section" upperBound="-1" eType="#//Section" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="section"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structureTable" upperBound="-1" eType="#//StructureTable" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Span" abstract="true" eSuperTypes="#//TextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Emphasis" eSuperTypes="#//Span"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextContainer" abstract="true" eSuperTypes="#//PlainTextContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text container can hold text and sub elements"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupContent" 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="name" value="groupContent:0"/> <details key="kind" value="group"/> <details key="group" value="#:mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="emphasis" upperBound="-1" eType="#//Emphasis" volatile="true" 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="em"/> <details key="group" value="#groupContent:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="image" upperBound="-1" eType="#//Image" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> <details key="group" value="#groupContent:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="objectName" upperBound="-1" eType="#//ObjectName" 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="kind" value="element"/> <details key="group" value="#groupContent:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xref" upperBound="-1" eType="#//CrossReference" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> <details key="group" value="#groupContent:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="link" upperBound="-1" eType="#//Link" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#groupContent:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="quote" upperBound="-1" eType="#//Quote" volatile="true" transient="true" derived="true" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> <details key="name" value="q"/> <details key="group" value="#groupContent:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectName" eSuperTypes="#//PlainTextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainTextContainer" abstract="true" eSuperTypes="../../org.openscada.doc.model/model/doc.ecore#//fragment/Content"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The plain text container can only hold plain text elements and no more sub-elements."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </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=":mixed"/> <details key="kind" value="elementWildcard"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeParagraph" eSuperTypes="#//PlainTextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CodeParagraph"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="language"/> <details key="kind" value="attribute"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CrossReference" eSuperTypes="#//PlainTextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Quote" eSuperTypes="#//Span"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//ListItem" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> <details key="name" value="item"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListItem" eSuperTypes="#//TextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnorderedList" eSuperTypes="#//List ../../org.openscada.doc.model/model/doc.ecore#//fragment/Content"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UnorderedList"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleTable" eSuperTypes="#//Table"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A simple table with columns that have headings on top and rows which contain data."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1" eType="#//Column" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="row" upperBound="-1" eType="#//Row" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="title"/> <details key="kind" value="attribute"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlign" lowerBound="1" eType="#//HorizontalAlign" defaultValueLiteral="LEFT"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row"> <eStructuralFeatures xsi:type="ecore:EReference" name="cell" upperBound="-1" eType="#//Cell" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cell" eSuperTypes="#//TextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HorizontalAlign"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="HorizontalAlign"/> </eAnnotations> <eLiterals name="LEFT"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="RIGHT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//ContentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional ID that may be used for cross references. If the ID is empty, the output module may generate one."/> </eAnnotations> </eStructuralFeatures> <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="namespace" value="##targetNamespace"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fragment" eSuperTypes="#//ContentContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fragment"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureTable" eSuperTypes="#//Table"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" upperBound="-1" eType="#//StructureEntry" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" abstract="true" interface="true" eSuperTypes="../../org.openscada.doc.model/model/doc.ecore#//fragment/Content"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1" eType="#//StructureEntryDescription" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeField" eType="#//StructureEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureEntryDescription" eSuperTypes="#//PlainTextContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Content.ecore
ecore
content Paragraph ContentContainer content p code plainText ul simpleTable section structureTable Span Emphasis TextContainer groupContent emphasis image objectName xref link quote Image source data ObjectName PlainTextContainer content CodeParagraph language CrossReference type id Link ref name Quote List item ListItem UnorderedList SimpleTable column row Column title horizontalAlign LEFT Row cell Cell HorizontalAlign LEFT LEFT CENTER CENTER RIGHT RIGHT Section id title Fragment StructureTable entry Table maximize caption StructureEntry name size typeName description sizeField StructureEntryDescription
null
{"directed":true,"nodes":[{"nsPrefix":"content","nsURI":"urn:openscada:doc:content","name":"content","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentContainer","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Span","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emphasis","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectName","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainTextContainer","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeParagraph","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quote","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnorderedList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTable","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HorizontalAlign","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureTable","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureEntry","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureEntryDescription","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"p","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"code","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":"plainText","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"ul","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"simpleTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"section","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"structureTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":true},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"groupContent","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"emphasis","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"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":"image","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"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":"objectName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"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":"xref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"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":"link","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"quote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":true},{"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"},{"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":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":"data","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":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":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":"language","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"row","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlign","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cell","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"LEFT","id":99,"value":0,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":100,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":101,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":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":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"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":"maximize","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":"caption","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":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":"size","changeable":true,"lowerBound":0,"iD":false,"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":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sizeField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":5},{"source":1,"target":27},{"source":27,"target":5},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":1},{"source":29,"target":37},{"source":29,"target":2},{"source":37,"target":1},{"source":30,"target":9},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":9},{"source":31,"target":39},{"source":31,"target":2},{"source":32,"target":15},{"source":32,"target":40},{"source":32,"target":2},{"source":40,"target":15},{"source":33,"target":16},{"source":33,"target":41},{"source":33,"target":2},{"source":41,"target":16},{"source":34,"target":21},{"source":34,"target":42},{"source":34,"target":2},{"source":42,"target":21},{"source":35,"target":23},{"source":35,"target":43},{"source":35,"target":2},{"source":43,"target":23},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":44},{"source":44,"target":5},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":45},{"source":45,"target":3},{"source":5,"target":0},{"source":5,"target":8},{"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":46,"target":54},{"source":46,"target":5},{"source":47,"target":4},{"source":47,"target":55},{"source":47,"target":5},{"source":55,"target":4},{"source":48,"target":6},{"source":48,"target":56},{"source":48,"target":5},{"source":56,"target":6},{"source":49,"target":7},{"source":49,"target":57},{"source":49,"target":5},{"source":57,"target":7},{"source":50,"target":10},{"source":50,"target":58},{"source":50,"target":5},{"source":58,"target":10},{"source":51,"target":11},{"source":51,"target":59},{"source":51,"target":5},{"source":59,"target":11},{"source":52,"target":12},{"source":52,"target":60},{"source":52,"target":5},{"source":60,"target":12},{"source":53,"target":8},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":63},{"source":61,"target":6},{"source":62,"target":64},{"source":62,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":65},{"source":65,"target":8},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":68},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":69},{"source":9,"target":70},{"source":69,"target":71},{"source":69,"target":9},{"source":70,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":72,"target":75},{"source":72,"target":10},{"source":73,"target":76},{"source":73,"target":10},{"source":74,"target":8},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":77,"target":79},{"source":77,"target":11},{"source":78,"target":80},{"source":78,"target":11},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":81},{"source":81,"target":3},{"source":13,"target":0},{"source":13,"target":82},{"source":82,"target":14},{"source":82,"target":83},{"source":82,"target":13},{"source":83,"target":14},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":84},{"source":84,"target":5},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":85},{"source":15,"target":86},{"source":85,"target":13},{"source":16,"target":0},{"source":16,"target":24},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":87,"target":17},{"source":87,"target":90},{"source":87,"target":16},{"source":90,"target":17},{"source":88,"target":18},{"source":88,"target":91},{"source":88,"target":16},{"source":91,"target":18},{"source":89,"target":24},{"source":17,"target":0},{"source":17,"target":92},{"source":17,"target":93},{"source":92,"target":94},{"source":92,"target":17},{"source":93,"target":20},{"source":93,"target":95},{"source":93,"target":17},{"source":95,"target":20},{"source":18,"target":0},{"source":18,"target":96},{"source":96,"target":19},{"source":96,"target":97},{"source":96,"target":18},{"source":97,"target":19},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":98},{"source":98,"target":5},{"source":20,"target":0},{"source":20,"target":99},{"source":20,"target":100},{"source":20,"target":101},{"source":99,"target":20},{"source":100,"target":20},{"source":101,"target":20},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":102},{"source":21,"target":103},{"source":21,"target":104},{"source":102,"target":105},{"source":102,"target":21},{"source":103,"target":106},{"source":103,"target":21},{"source":104,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":107},{"source":107,"target":2},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":108},{"source":23,"target":109},{"source":108,"target":25},{"source":108,"target":110},{"source":108,"target":23},{"source":110,"target":25},{"source":109,"target":24},{"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":115},{"source":112,"target":24},{"source":25,"target":0},{"source":25,"target":116},{"source":25,"target":117},{"source":25,"target":118},{"source":25,"target":119},{"source":25,"target":120},{"source":116,"target":121},{"source":116,"target":25},{"source":117,"target":122},{"source":117,"target":25},{"source":118,"target":123},{"source":118,"target":25},{"source":119,"target":26},{"source":119,"target":124},{"source":119,"target":25},{"source":124,"target":26},{"source":120,"target":25},{"source":120,"target":125},{"source":120,"target":25},{"source":125,"target":25},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":126},{"source":126,"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="fl" nsURI="http://hub.metrik.lang.fl/1.0" nsPrefix="hub.metrik.lang.fl"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" upperBound="-1" eType="#//Function" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function"> <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="argument" upperBound="-1" eType="#//Argument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <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="Exp" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="1" eType="#//Argument"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElseExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplyExp" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExp" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="MinusExp" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="EqualExp" eSuperTypes="#//BinaryExp"/> </ecore:EPackage>
github:ecore:/data/slebok/zoo/zoo/toy/fl/abstract/emf/ecore/fetched/fl.ecore
ecore
fl Program function Function name argument definition Argument name Exp LiteralExp value ArgumentExp argument IfThenElseExp if then else ApplyExp function argument BinaryExp left right PlusExp MinusExp EqualExp
null
{"directed":true,"nodes":[{"nsPrefix":"hub.metrik.lang.fl","nsURI":"http://hub.metrik.lang.fl/1.0","name":"fl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElseExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualExp","instanceClass":null,"abstract":false,"id":12,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"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":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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":3},{"source":17,"target":4},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":21},{"source":21,"target":22},{"source":21,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":23},{"source":5,"target":24},{"source":23,"target":25},{"source":23,"target":5},{"source":24,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":6},{"source":28,"target":3},{"source":27,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":29},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":29,"target":4},{"source":29,"target":33},{"source":29,"target":7},{"source":33,"target":4},{"source":30,"target":4},{"source":30,"target":34},{"source":30,"target":7},{"source":34,"target":4},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":7},{"source":35,"target":4},{"source":32,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":8},{"source":39,"target":2},{"source":37,"target":4},{"source":37,"target":40},{"source":37,"target":8},{"source":40,"target":4},{"source":38,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":4},{"source":41,"target":44},{"source":41,"target":9},{"source":44,"target":4},{"source":42,"target":4},{"source":42,"target":45},{"source":42,"target":9},{"source":45,"target":4},{"source":43,"target":4},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":46},{"source":46,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":47},{"source":47,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":48},{"source":48,"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="adapter" nsURI="http://eu.chorevolution/modelingnotations/adapter" nsPrefix="adapter"> <eClassifiers xsi:type="ecore:EClass" name="AdapterModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasChoreographyTasks" lowerBound="1" upperBound="-1" eType="#//ChoreographyTask" containment="true"> <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="hasOperations" lowerBound="1" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOperationsRelations" lowerBound="1" upperBound="-1" eType="#//OperationRelation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AdapterType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyMessage" eType="#//ChoreographyMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDataItemsRelations" lowerBound="1" upperBound="-1" eType="#//DataItemRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataItemRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyDataItem" upperBound="-1" eType="#//ChoreographyDataItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataItem" upperBound="-1" eType="#//DataItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEnumerationItemsRelations" upperBound="-1" eType="#//EnumerationItemRelation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transformationRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyMessage"> <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="hasChoreographyDataItem" lowerBound="1" eType="#//ChoreographyDataItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ChoreographyMessageType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message"> <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="hasMessageDataItem" lowerBound="1" eType="#//DataItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MessageType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleTypes"> <eLiterals name="string"/> <eLiterals name="integer"/> <eLiterals name="boolean"/> <eLiterals name="date"/> <eLiterals name="time"/> <eLiterals name="double"/> <eLiterals name="dateTime"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyDataItem" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" lowerBound="1" eType="#//OccurencesType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" lowerBound="1" eType="#//OccurencesType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyComplexItem" eSuperTypes="#//ChoreographyDataItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasChoreographyDataItems" lowerBound="1" upperBound="-1" eType="#//ChoreographyDataItem" 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="ChoreographySimpleItem" eSuperTypes="#//ChoreographyDataItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SimpleTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasChoreographyEnumerationItems" upperBound="-1" eType="#//ChoreographyEnumerationItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataItem" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" lowerBound="1" eType="#//OccurencesType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" lowerBound="1" eType="#//OccurencesType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexItem" eSuperTypes="#//DataItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDataItems" lowerBound="1" upperBound="-1" eType="#//DataItem" 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="SimpleItem" eSuperTypes="#//DataItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SimpleTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEnumerationItems" upperBound="-1" eType="#//EnumerationItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OccurencesType"> <eLiterals name="zero"/> <eLiterals name="one"/> <eLiterals name="unbounded"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyEnumerationItem" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationItem" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StringEnumerationItem" eSuperTypes="#//ChoreographyEnumerationItem #//EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerEnumerationItem" eSuperTypes="#//ChoreographyEnumerationItem #//EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationItemRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyEnumerationItem" lowerBound="1" eType="#//ChoreographyEnumerationItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationItem" lowerBound="1" eType="#//EnumerationItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyTask"> <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="hasChoreographyMessages" lowerBound="1" upperBound="2" eType="#//ChoreographyMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMessages" lowerBound="1" upperBound="2" eType="#//Message" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyTasks" upperBound="-1" eType="#//ChoreographyTask"> <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="operations" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMessagesRelations" lowerBound="1" upperBound="-1" eType="#//MessageRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleEnumerationItem" eSuperTypes="#//ChoreographyEnumerationItem #//EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateEnumerationItem" eSuperTypes="#//ChoreographyEnumerationItem #//EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AdapterType"> <eLiterals name="choreography_to_service"/> <eLiterals name="service_to_choreography" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChoreographyMessageType"> <eLiterals name="initiating"/> <eLiterals name="return" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageType"> <eLiterals name="input"/> <eLiterals name="output" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/chorevolution/modeling-notations/plugins/eu.chorevolution.modelingnotations.adapter/model/adapter.ecore
ecore
adapter AdapterModel hasChoreographyTasks hasOperations hasOperationsRelations type MessageRelation choreographyMessage message hasDataItemsRelations DataItemRelation choreographyDataItem dataItem hasEnumerationItemsRelations transformationRule ChoreographyMessage name hasChoreographyDataItem type Message name hasMessageDataItem type SimpleTypes string string integer integer boolean boolean date date time time double double dateTime dateTime ChoreographyDataItem name minOccurs maxOccurs ChoreographyComplexItem hasChoreographyDataItems typeName ChoreographySimpleItem type hasChoreographyEnumerationItems DataItem name minOccurs maxOccurs ComplexItem hasDataItems typeName SimpleItem type hasEnumerationItems OccurencesType zero zero one one unbounded unbounded ChoreographyEnumerationItem EnumerationItem StringEnumerationItem value IntegerEnumerationItem value EnumerationItemRelation choreographyEnumerationItem enumerationItem ChoreographyTask name hasChoreographyMessages Operation name hasMessages OperationRelation choreographyTasks operations hasMessagesRelations DoubleEnumerationItem value DateEnumerationItem value AdapterType choreography_to_service choreography_to_service service_to_choreography service_to_choreography ChoreographyMessageType initiating initiating return return MessageType input input output output
null
{"directed":true,"nodes":[{"nsPrefix":"adapter","nsURI":"http://eu.chorevolution/modelingnotations/adapter","name":"adapter","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageRelation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataItemRelation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyMessage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleTypes","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyDataItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyComplexItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographySimpleItem","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataItem","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexItem","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleItem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OccurencesType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyEnumerationItem","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationItem","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringEnumerationItem","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerEnumerationItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationItemRelation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyTask","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationRelation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleEnumerationItem","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateEnumerationItem","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdapterType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChoreographyMessageType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"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":"hasChoreographyTasks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"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":"hasOperations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"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":"hasOperationsRelations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyMessage","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":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDataItemsRelations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyDataItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataItem","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":"hasEnumerationItemsRelations","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":"transformationRule","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasChoreographyDataItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"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":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasMessageDataItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"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":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"string","id":61,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"integer","id":62,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"boolean","id":63,"value":0,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"date","id":64,"value":0,"literal":"date","eClass":"EEnumLiteral"},{"name":"time","id":65,"value":0,"literal":"time","eClass":"EEnumLiteral"},{"name":"double","id":66,"value":0,"literal":"double","eClass":"EEnumLiteral"},{"name":"dateTime","id":67,"value":0,"literal":"dateTime","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"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":69,"derived":false},{"ordered":true,"upperBound":1,"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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasChoreographyDataItems","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"hasChoreographyEnumerationItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"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":85,"derived":false},{"ordered":true,"upperBound":1,"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":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDataItems","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"hasEnumerationItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"zero","id":100,"value":0,"literal":"zero","eClass":"EEnumLiteral"},{"name":"one","id":101,"value":0,"literal":"one","eClass":"EEnumLiteral"},{"name":"unbounded","id":102,"value":0,"literal":"unbounded","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyEnumerationItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumerationItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasChoreographyMessages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"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":119,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasMessages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"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":"hasMessagesRelations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"name":"choreography_to_service","id":137,"value":0,"literal":"choreography_to_service","eClass":"EEnumLiteral"},{"name":"service_to_choreography","id":138,"value":1,"literal":"service_to_choreography","eClass":"EEnumLiteral"},{"name":"initiating","id":139,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"return","id":140,"value":1,"literal":"return","eClass":"EEnumLiteral"},{"name":"input","id":141,"value":0,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":142,"value":1,"literal":"output","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":1,"target":29},{"source":1,"target":30},{"source":27,"target":19},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":19},{"source":28,"target":20},{"source":28,"target":32},{"source":28,"target":1},{"source":32,"target":20},{"source":29,"target":21},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":21},{"source":30,"target":24},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":24},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":35,"target":2},{"source":38,"target":4},{"source":36,"target":5},{"source":36,"target":39},{"source":36,"target":2},{"source":39,"target":5},{"source":37,"target":3},{"source":37,"target":40},{"source":37,"target":2},{"source":40,"target":3},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":41,"target":7},{"source":41,"target":45},{"source":41,"target":3},{"source":45,"target":7},{"source":42,"target":10},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":10},{"source":43,"target":18},{"source":43,"target":47},{"source":43,"target":3},{"source":47,"target":18},{"source":44,"target":48},{"source":44,"target":3},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":52},{"source":49,"target":4},{"source":50,"target":7},{"source":50,"target":53},{"source":50,"target":4},{"source":53,"target":7},{"source":51,"target":25},{"source":51,"target":54},{"source":51,"target":4},{"source":54,"target":25},{"source":5,"target":0},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":55,"target":58},{"source":55,"target":5},{"source":56,"target":10},{"source":56,"target":59},{"source":56,"target":5},{"source":59,"target":10},{"source":57,"target":26},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":26},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":61,"target":6},{"source":62,"target":6},{"source":63,"target":6},{"source":64,"target":6},{"source":65,"target":6},{"source":66,"target":6},{"source":67,"target":6},{"source":7,"target":0},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":68,"target":71},{"source":68,"target":7},{"source":69,"target":13},{"source":69,"target":72},{"source":69,"target":7},{"source":72,"target":13},{"source":70,"target":13},{"source":70,"target":73},{"source":70,"target":7},{"source":73,"target":13},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":74,"target":7},{"source":74,"target":77},{"source":74,"target":8},{"source":77,"target":7},{"source":75,"target":78},{"source":75,"target":8},{"source":76,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":79,"target":6},{"source":79,"target":82},{"source":79,"target":9},{"source":82,"target":6},{"source":80,"target":14},{"source":80,"target":83},{"source":80,"target":9},{"source":83,"target":14},{"source":81,"target":7},{"source":10,"target":0},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":84,"target":87},{"source":84,"target":10},{"source":85,"target":13},{"source":85,"target":88},{"source":85,"target":10},{"source":88,"target":13},{"source":86,"target":13},{"source":86,"target":89},{"source":86,"target":10},{"source":89,"target":13},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":90},{"source":11,"target":91},{"source":11,"target":92},{"source":90,"target":10},{"source":90,"target":93},{"source":90,"target":11},{"source":93,"target":10},{"source":91,"target":94},{"source":91,"target":11},{"source":92,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":95,"target":6},{"source":95,"target":98},{"source":95,"target":12},{"source":98,"target":6},{"source":96,"target":15},{"source":96,"target":99},{"source":96,"target":12},{"source":99,"target":15},{"source":97,"target":10},{"source":13,"target":0},{"source":13,"target":100},{"source":13,"target":101},{"source":13,"target":102},{"source":100,"target":13},{"source":101,"target":13},{"source":102,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":15},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":103,"target":106},{"source":103,"target":16},{"source":104,"target":14},{"source":105,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":15},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":107,"target":110},{"source":107,"target":17},{"source":108,"target":14},{"source":109,"target":15},{"source":18,"target":0},{"source":18,"target":111},{"source":18,"target":112},{"source":111,"target":14},{"source":111,"target":113},{"source":111,"target":18},{"source":113,"target":14},{"source":112,"target":15},{"source":112,"target":114},{"source":112,"target":18},{"source":114,"target":15},{"source":19,"target":0},{"source":19,"target":115},{"source":19,"target":116},{"source":115,"target":117},{"source":115,"target":19},{"source":116,"target":4},{"source":116,"target":118},{"source":116,"target":19},{"source":118,"target":4},{"source":20,"target":0},{"source":20,"target":119},{"source":20,"target":120},{"source":119,"target":121},{"source":119,"target":20},{"source":120,"target":5},{"source":120,"target":122},{"source":120,"target":20},{"source":122,"target":5},{"source":21,"target":0},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":123,"target":19},{"source":123,"target":126},{"source":123,"target":21},{"source":126,"target":19},{"source":124,"target":20},{"source":124,"target":127},{"source":124,"target":21},{"source":127,"target":20},{"source":125,"target":2},{"source":125,"target":128},{"source":125,"target":21},{"source":128,"target":2},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":15},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":129,"target":132},{"source":129,"target":22},{"source":130,"target":14},{"source":131,"target":15},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":15},{"source":23,"target":133},{"source":23,"target":134},{"source":23,"target":135},{"source":133,"target":136},{"source":133,"target":23},{"source":134,"target":14},{"source":135,"target":15},{"source":24,"target":0},{"source":24,"target":137},{"source":24,"target":138},{"source":137,"target":24},{"source":138,"target":24},{"source":25,"target":0},{"source":25,"target":139},{"source":25,"target":140},{"source":139,"target":25},{"source":140,"target":25},{"source":26,"target":0},{"source":26,"target":141},{"source":26,"target":142},{"source":141,"target":26},{"source":142,"target":26}],"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="softwarecomposition" nsURI="mpcm.domain.softwarecomposition" nsPrefix="mpcm.domain.softwarecomposition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package holding all composable entities"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity ../../mpcm.paradigm.composition/model/composition.ecore#//ComposedProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system package holds only the System meta class. A system is the most high-level and out-most compositional entity of the PCM. It defines the boundaries of a modelled application. Only systems (more precisely provided services of a system) can be accessed from usage profile. Systems also can carry QoS-Annotations, a special means to express fixed QoS properties of services that are required at the system boundary.&#xD;&#xA;&#xD;&#xA;A System is the out-most entity of a PCM's assembly of components. It captures the modeling decision to which extend a system under investigation is modelled within the PCM.&#xD;&#xA;A System is not composable (part of another composition) because it has QoS annotations which are only allowed in the &quot;outer&quot; composition thing. And a UsageModel must only access ProvidedRoles of a System and not of inner components.&#xD;&#xA;The System is inheriting from ComposedProvidingRequiringEntity to have a unique means for expressing the inner composition of an entity (here: System). Also it allows using the same editor etc. being applied to ComposedProvidingRequiringEntity and thus also being useful for System.&#xD;&#xA;&#xD;&#xA;A system consists of an assembly and is itself referenced by an allocation (only a System can be allocated). The first specifies how the components are connected with other components, the latter specifies how the components and connectors are mapped to the resource environment (hardware and middleware). From a structural point of view, Systems can be seen as special kind of CompositeComponents. Systems are not supposed to be reused as components are. The are assumed to be coupled by using special techniques for system integration.&#xD;&#xA;&#xD;&#xA;A System has provided and required roles like a composite component. Only a system's provided role can be accessed from the usage profile. Only a system's required roles can have QOS annotations.&#xD;&#xA;&#xD;&#xA;Like SubSystems, Systems are white-box entities for the Software Architect and also for the System Deployer. Thus, a System Deployer can and must allocate inner components of a System individually."/> </eAnnotations> <eOperations name="SystemMustHaveAtLeastOneProvidedRole" 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.providedRoles_InterfaceProvidingEntity->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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeComponent" eSuperTypes="../../mpcm.paradigm.composition/model/composition.ecore#//ComposedProvidingRequiringEntity ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Composite components are special implementation component types, which are composed from inner components. Component developers compose inner components within composite components with assembly connectors. An assembly connector binds a provided role with a required role. To access the inner components, composite components themselves provide or require interfaces. A delegation connector binds a provided (required) role of the composite component with an inner component provided (required) role. A composite component may contain other composite components, which are also themselves composed out of inner components. This enables building arbitrary hierarchies of nested components. Like a basic component, a composite component may contain a SEFF. However, this SEFF is not specified manually by the composite component developer, but can be computed by combining the SEFFs of the inner components."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubSystem" eSuperTypes="../../mpcm.paradigm.composition/model/composition.ecore#//ComposedProvidingRequiringEntity ../../mpcm.paradigm.repository/model/repository.ecore#//RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SubSystem is structually comparable to a CompositeComponent. The major difference is the white-blox property it preserves for System Deployers. While Component Developer have a white-box view for their CompositeComponents, a System Deployer perceives a CompositeComponent like any other component as a black-box entity, which thus cannot be allocated onto different nodes in the resource environment (a CompositeComponent cannot be split up at allocation time).&#xD;&#xA;Opposed to that, SubSystems are white-box entities for System Deployers, meaning that they can be allocated to different nodes of the resource environment, if required. They are pure logical groupings of components, which can be reused by Component Developers and System Architects like usual components.&#xD;&#xA;&#xD;&#xA;Remark 1: If a SubSystem is part of a CompositeComponent (inner component) is looses its white-box property, as there is a outer black-box component hiding the its and consequently the SubSytem's internals.&#xD;&#xA;&#xD;&#xA;Remark 2: Structurally, SubSytem can be converted into CompositeComponents and vice versa.&#xD;&#xA;&#xD;&#xA;Example: To model a layered architecture, of which each layer is potentially split up to run on multiple machines (in the resource environment), each layer can be represented by a subsystem, allowing to allocated each layer's components individually."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyConnector" eSuperTypes="../../mpcm.paradigm.composition/model/composition.ecore#//Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyConnector connects a&#xD;&#xA;provided and a required interface of two different components. AssemblyContext must refer to the tuple (Role,&#xD;&#xA;AssemblyContext) in order to uniquely identify which component roles communicate with each other."/> </eAnnotations> <eOperations name="AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch" 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.providingAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.providedRoles_InterfaceProvidingEntity->includes(self.providedRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a provided role on the provider side. This constraint ensures that the referenced provided role is really available in the referenced assembly context. "/> </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="AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch" 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.requiringAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a required role on the client side. This constraint ensures that the referenced required role is really available in the referenced assembly context. "/> </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="AssemblyConnectorsReferencedInterfacesMustMatch" 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.providedRole_AssemblyConnector.providedInterface__OperationProvidedRole = self.requiredRole_AssemblyConnector.requiredInterface__OperationRequiredRole"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Interfaces references by this Connector must match. This means that either &#xD;&#xA;1) the referenced providedRole and the referenced requiredRole refer to the same Interface (first part of the expression) or 2) the Interface A referenced by the providedRole is a subtype of the Interface B referenced by the requiredRole as transitively defined by the parentInterface__Interface property. That means that either Interface A is the parentInterface__Interface of Interface B, or there is a set of Interfaces "/> </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="requiringAssemblyContext_AssemblyConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.composition/model/composition.ecore#//AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext_AssemblyConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.composition/model/composition.ecore#//AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole_AssemblyConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole_AssemblyConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//OperationRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedDelegationConnector" eSuperTypes="../../mpcm.paradigm.composition/model/composition.ecore#//DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ProvidedDelegationConnector delegates incoming calls of provided roles to inner provided roles of encapsulated assembly&#xD;&#xA;contexts."/> </eAnnotations> <eOperations name="ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" 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.parentStructure__Connector = self.assemblyContext_ProvidedDelegationConnector.parentStructure__AssemblyContext"/> </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="ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame" 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.innerProvidedRole_ProvidedDelegationConnector.providingEntity_ProvidedRole = self.assemblyContext_ProvidedDelegationConnector.encapsulatedComponent__AssemblyContext"/> </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="innerProvidedRole_ProvidedDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole_ProvidedDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ProvidedDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.composition/model/composition.ecore#//AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredDelegationConnector" eSuperTypes="../../mpcm.paradigm.composition/model/composition.ecore#//DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A RequiredDelegationConnector delegates required roles of encapsulated assembly contexts to&amp;nbsp;outer&amp;nbsp;required roles&#xD;&#xA;."/> </eAnnotations> <eOperations name="RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" 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.parentStructure__Connector = self.assemblyContext_RequiredDelegationConnector.parentStructure__AssemblyContext"/> </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="ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame" 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.innerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole = self.assemblyContext_RequiredDelegationConnector.encapsulatedComponent__AssemblyContext"/> </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="RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector" 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.outerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole=self.parentStructure__Connector"/> </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="innerRequiredRole_RequiredDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole_RequiredDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.domain.softwarerepository/model/softwarerepository.ecore#//OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_RequiredDelegationConnector" ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.composition/model/composition.ecore#//AssemblyContext"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/layornos/mPCM_build/mpcm.domain.composition/model/softwarecomposition.ecore
ecore
softwarecomposition System SystemMustHaveAtLeastOneProvidedRole diagnostics context CompositeComponent SubSystem AssemblyConnector AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedInterfacesMustMatch diagnostics context requiringAssemblyContext_AssemblyConnector providingAssemblyContext_AssemblyConnector providedRole_AssemblyConnector requiredRole_AssemblyConnector ProvidedDelegationConnector ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame diagnostics context innerProvidedRole_ProvidedDelegationConnector outerProvidedRole_ProvidedDelegationConnector assemblyContext_ProvidedDelegationConnector RequiredDelegationConnector RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame diagnostics context RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector diagnostics context innerRequiredRole_RequiredDelegationConnector outerRequiredRole_RequiredDelegationConnector assemblyContext_RequiredDelegationConnector
null
{"directed":true,"nodes":[{"nsPrefix":"mpcm.domain.softwarecomposition","nsURI":"mpcm.domain.softwarecomposition","name":"softwarecomposition","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeComponent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystem","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyConnector","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedDelegationConnector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredDelegationConnector","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemMustHaveAtLeastOneProvidedRole","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"id":8,"eClass":"EGenericType"},{"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"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedInterfacesMustMatch","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiringAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"providingAssemblyContext_AssemblyConnector","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":"providedRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"requiredRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"assemblyContext_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"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":"outerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"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_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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":"diagnostics","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":7,"target":12},{"source":11,"target":13},{"source":11,"target":7},{"source":12,"target":14},{"source":12,"target":7},{"source":14,"target":15},{"source":14,"target":16},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":21,"target":29},{"source":21,"target":4},{"source":21,"target":30},{"source":21,"target":31},{"source":30,"target":32},{"source":30,"target":21},{"source":31,"target":33},{"source":31,"target":21},{"source":33,"target":34},{"source":33,"target":35},{"source":22,"target":36},{"source":22,"target":4},{"source":22,"target":37},{"source":22,"target":38},{"source":37,"target":39},{"source":37,"target":22},{"source":38,"target":40},{"source":38,"target":22},{"source":40,"target":41},{"source":40,"target":42},{"source":23,"target":43},{"source":23,"target":4},{"source":23,"target":44},{"source":23,"target":45},{"source":44,"target":46},{"source":44,"target":23},{"source":45,"target":47},{"source":45,"target":23},{"source":47,"target":48},{"source":47,"target":49},{"source":24,"target":50},{"source":24,"target":4},{"source":25,"target":51},{"source":25,"target":4},{"source":26,"target":52},{"source":26,"target":4},{"source":27,"target":53},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":54,"target":60},{"source":54,"target":5},{"source":54,"target":61},{"source":54,"target":62},{"source":61,"target":63},{"source":61,"target":54},{"source":62,"target":64},{"source":62,"target":54},{"source":64,"target":65},{"source":64,"target":66},{"source":55,"target":67},{"source":55,"target":5},{"source":55,"target":68},{"source":55,"target":69},{"source":68,"target":70},{"source":68,"target":55},{"source":69,"target":71},{"source":69,"target":55},{"source":71,"target":72},{"source":71,"target":73},{"source":56,"target":74},{"source":56,"target":5},{"source":57,"target":75},{"source":57,"target":5},{"source":58,"target":76},{"source":58,"target":5},{"source":6,"target":0},{"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":77,"target":84},{"source":77,"target":6},{"source":77,"target":85},{"source":77,"target":86},{"source":85,"target":87},{"source":85,"target":77},{"source":86,"target":88},{"source":86,"target":77},{"source":88,"target":89},{"source":88,"target":90},{"source":78,"target":91},{"source":78,"target":6},{"source":78,"target":92},{"source":78,"target":93},{"source":92,"target":94},{"source":92,"target":78},{"source":93,"target":95},{"source":93,"target":78},{"source":95,"target":96},{"source":95,"target":97},{"source":79,"target":98},{"source":79,"target":6},{"source":79,"target":99},{"source":79,"target":100},{"source":99,"target":101},{"source":99,"target":79},{"source":100,"target":102},{"source":100,"target":79},{"source":102,"target":103},{"source":102,"target":104},{"source":80,"target":105},{"source":80,"target":6},{"source":81,"target":106},{"source":81,"target":6},{"source":82,"target":107},{"source":82,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="QVTRelation" nsURI="http://www.eclipse.org/qvt/1.0/QVTRelation" nsPrefix="eqvtr"> <eClassifiers xsi:type="ecore:EClass" name="DomainPattern" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Pattern"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EveryVariableIsDefinedByRelation&#xD;&#xA;RootTemplateExpressionIsBoundToRootVariable&#xD;&#xA;RootTemplateExpressionTypeIsRootVariableType&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="templateExpression" eType="ecore:EClass ../../org.eclipse.qvt.declarative.ecore.qvttemplate/model/QVTTemplate.ecore#//TemplateExp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtLeastOnePart&#xD;&#xA;IdentifiesTypeIsDeclaredByTransformation&#xD;&#xA;EveryPartIsDeclaredByIdentifies&#xD;&#xA;EveryOppositePartReferencesIdentifies&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="identifies" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" eType="#//RelationalTransformation" transient="true" eOpposite="#//RelationalTransformation/ownedKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oppositePart" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="oppositeKey"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OppositePropertyCallExp" eSuperTypes="../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/PropertyCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PropertyIsReference&#xD;&#xA;PropertyIsUnidirectional"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Rule"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtLeastTwoDomains&#xD;&#xA;DomainTypedModelsMatchModelParameters&#xD;&#xA;EveryDomainIsARelationDomain&#xD;&#xA;NonTopLevelIsNotInvokedWarning&#xD;&#xA;RelationImplsAreUniqueWarning&#xD;&#xA;VariablesAreUnique&#xD;&#xA;WhenTypesAreDeclaredByRelation&#xD;&#xA;WhenVariablesAreDefinedByRelation&#xD;&#xA;WhereTypesAreDeclaredByRelation&#xD;&#xA;WhereVariablesAreDefinedByRelation&#xD;&#xA;"/> </eAnnotations> <eOperations name="getRelationalTransformation" lowerBound="1" eType="#//RelationalTransformation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTopLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationalImpl" ordered="false" upperBound="-1" eType="#//RelationImplementation" containment="true" eOpposite="#//RelationImplementation/relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="ecore:EClass ../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Pattern" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="ecore:EClass ../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Pattern" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationDomain" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Domain"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName&#xD;&#xA;TypedModelExistsWarning&#xD;&#xA;PrimitiveDomainIsUnnamed&#xD;&#xA;RootVariableIsDefinedByRelation&#xD;&#xA;RootVariableTypeIsDeclaredByDomainTypedModel&#xD;&#xA;EveryEnforceableVariableIsMatchedOrAssigned&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//DomainPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootVariable" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultAssignment" ordered="false" upperBound="-1" eType="#//RelationDomainAssignment" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationDomainAssignment" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="VariableDefinedByRelation&#xD;&#xA;VariableTypeMatchesValueType&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExp" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationImplementation" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InDirectionOfIsDefinedByTransformation&#xD;&#xA;EveryParameterTypeMatchesDomainRootVariableType&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation" transient="true" eOpposite="#//Relation/operationalImpl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="impl" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inDirectionOf" lowerBound="1" eType="ecore:EClass ../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationCallExp" eSuperTypes="../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PatternExists&#xD;&#xA;RelationExists&#xD;&#xA;InvokedFromWhenOrWhereClause&#xD;&#xA;ReferredRelationDeclaredByTransformation&#xD;&#xA;ReferredRelationArgumentNumberMatches&#xD;&#xA;EveryWhenReferredRelationArgumentTypeMatches&#xD;&#xA;EveryWhereReferredRelationArgumentTypeIsMatchableWarning&#xD;&#xA;TypeIsBoolean&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="2" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredRelation" lowerBound="1" eType="#//Relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalTransformation" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Transformation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueClassifierNames&#xD;&#xA;EveryRuleIsARelation&#xD;&#xA;KeysAreUnique"/> </eAnnotations> <eOperations name="getRelation" lowerBound="1" eType="#//Relation"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedKey" ordered="false" upperBound="-1" eType="#//Key" containment="true" eOpposite="#//Key/transformation"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.ecore.qvtrelation/model/QVTRelation.ecore
ecore
QVTRelation DomainPattern templateExpression Key identifies part transformation oppositePart OppositePropertyCallExp Relation getRelationalTransformation isTopLevel variable operationalImpl when where RelationDomain pattern rootVariable defaultAssignment RelationDomainAssignment variable valueExp RelationImplementation relation impl inDirectionOf RelationCallExp argument referredRelation RelationalTransformation getRelation name ownedKey
null
{"directed":true,"nodes":[{"nsPrefix":"eqvtr","nsURI":"http://www.eclipse.org/qvt/1.0/QVTRelation","name":"QVTRelation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPattern","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCallExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomain","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomainAssignment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationImplementation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationCallExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalTransformation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","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":"oppositePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRelationalTransformation","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isTopLevel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"operationalImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultAssignment","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"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":"impl","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":"inDirectionOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"referredRelation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRelation","lowerBound":1,"id":61,"many":false,"required":true,"eClass":"EOperation"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":64,"many":false,"required":true,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":12},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":9},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":20,"target":9},{"source":16,"target":22},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":24,"target":9},{"source":24,"target":31},{"source":24,"target":4},{"source":31,"target":9},{"source":25,"target":32},{"source":25,"target":4},{"source":26,"target":33},{"source":26,"target":4},{"source":27,"target":7},{"source":27,"target":34},{"source":27,"target":4},{"source":27,"target":35},{"source":34,"target":7},{"source":28,"target":36},{"source":28,"target":4},{"source":29,"target":37},{"source":29,"target":4},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":38,"target":1},{"source":38,"target":42},{"source":38,"target":5},{"source":42,"target":1},{"source":39,"target":43},{"source":39,"target":5},{"source":40,"target":6},{"source":40,"target":44},{"source":40,"target":5},{"source":44,"target":6},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":45,"target":48},{"source":45,"target":6},{"source":46,"target":49},{"source":46,"target":6},{"source":7,"target":0},{"source":7,"target":35},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":35,"target":4},{"source":35,"target":53},{"source":35,"target":7},{"source":35,"target":27},{"source":53,"target":4},{"source":50,"target":54},{"source":50,"target":7},{"source":51,"target":55},{"source":51,"target":7},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":56,"target":59},{"source":56,"target":8},{"source":57,"target":4},{"source":57,"target":60},{"source":57,"target":8},{"source":60,"target":4},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":21},{"source":9,"target":62},{"source":61,"target":4},{"source":61,"target":63},{"source":61,"target":9},{"source":61,"target":64},{"source":63,"target":4},{"source":64,"target":65},{"source":64,"target":61},{"source":21,"target":2},{"source":21,"target":66},{"source":21,"target":9},{"source":21,"target":15},{"source":66,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dc" nsURI="http://www.elcorteingles.es/dc" nsPrefix="dc"> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <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="author" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Paco Hernández"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalGroups" upperBound="-1" eType="#//FunctionalGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeSets" upperBound="-1" eType="#//AttributeSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nSearchLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Buscar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nAdvancedSearchLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Búsqueda avanzada"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nBulkUpdates" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Cambios masivos"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nDataImport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Importación de datos"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nAttributeSetsLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Grupos de atributos"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nNewLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Añadir"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nEditLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Editar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nDeleteLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Eliminar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nHomeLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Inicio"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nOkLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Aceptar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nCancelLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Cancelar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nCloneLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Clonar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nImportLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Importar..."/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nNextPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Página siguiente"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nPreviousPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Página anterior"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supportedLanguages" lowerBound="1" upperBound="-1" eType="#//Language"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialDataLoads" upperBound="-1" eType="#//InitialDataLoad" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableLogicalDecoding" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <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="type" unique="false" lowerBound="1" eType="#//AttributeType" defaultValueLiteral="STRING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formGroup" eType="#//FormGroup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortable" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" unique="false" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="treeAttribute" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" unique="false" lowerBound="1" eType="#//AttributeCardinality" defaultValueLiteral="ONE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filteredBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cols" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowGetByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowPostByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowPutByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventStart" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventEnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableI18N" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nLabel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableBulkUpdate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableUniqueBoxSearch" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableAdvancedSearch" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wpcMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeType"> <eLiterals name="STRING"/> <eLiterals name="DATE" value="1"/> <eLiterals name="NUMBER" value="2"/> <eLiterals name="BOOLEAN" value="3"/> <eLiterals name="RICH_TEXT" value="5"/> <eLiterals name="ENTITY" value="6"/> <eLiterals name="TIMESTAMP" value="8"/> <eLiterals name="PASSWORD" value="9"/> <eLiterals name="ENTITY_LIST" value="11"/> <eLiterals name="ROLE_LIST" value="12"/> <eLiterals name="DOCUMENT" value="13"/> <eLiterals name="IMAGE" value="14"/> <eLiterals name="VIDEO" value="15"/> <eLiterals name="SOUND" value="16"/> <eLiterals name="GEO_POINT" value="20"/> <eLiterals name="GENDER" value="21" literal="GENDER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeCardinality"> <eLiterals name="ONE"/> <eLiterals name="MANY" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeSet"> <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="i18nLabel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeSets" upperBound="-1" eType="#//AttributeSet"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formTabs" upperBound="-1" eType="#//FormTab" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormTab"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formGroups" lowerBound="1" upperBound="-1" eType="#//FormGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormGroup"> <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="i18nLabel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//AttributeSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluralName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalGroup" lowerBound="1" eType="#//FunctionalGroup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onlyOneRecord" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//Index" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowGetByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowPostByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowPutByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDeleteByDefault" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="independent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableExcelImporter" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wpcCoreAttrib" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index"> <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="attributes" lowerBound="1" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionalGroup"> <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="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i18nLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Language"> <eLiterals name="af" literal="Afrikaans"/> <eLiterals name="am" value="1" literal="Amharic"/> <eLiterals name="bg" value="2" literal="Bulgarian"/> <eLiterals name="ca" value="3" literal="Catalan"/> <eLiterals name="zh_HK" value="4" literal="Chinese (Hong Kong)"/> <eLiterals name="zh_CN" value="5" literal="Chinese (PRC)"/> <eLiterals name="zh_TW" value="6" literal="Chinese (Taiwan)"/> <eLiterals name="hr" value="7" literal="Croatian"/> <eLiterals name="cs" value="8" literal="Czech"/> <eLiterals name="da" value="9" literal="Danish"/> <eLiterals name="nl" value="10" literal="Dutch"/> <eLiterals name="en_AU" value="11" literal="English (AU)"/> <eLiterals name="en_GB" value="12" literal="English (UK)"/> <eLiterals name="en_US" value="13" literal="English (US)"/> <eLiterals name="et" value="14" literal="Estonian"/> <eLiterals name="fil" value="15" literal="Filipino"/> <eLiterals name="fi" value="16" literal="Finnish"/> <eLiterals name="fr_CA" value="17" literal="French (Canada)"/> <eLiterals name="fr_FR" value="18" literal="French (France)"/> <eLiterals name="de" value="19" literal="German"/> <eLiterals name="el" value="20" literal="Greek"/> <eLiterals name="hi" value="21" literal="Hindi"/> <eLiterals name="hu" value="22" literal="Hungarian"/> <eLiterals name="id" value="23" literal="Indonesian"/> <eLiterals name="it" value="24" literal="Italian"/> <eLiterals name="ja" value="25" literal="Japanese"/> <eLiterals name="ko" value="26" literal="Korean"/> <eLiterals name="lv" value="27" literal="Latvian"/> <eLiterals name="lt" value="28" literal="Lithuanian"/> <eLiterals name="ms" value="29" literal="Malay"/> <eLiterals name="no" value="30" literal="Norwegian"/> <eLiterals name="pl" value="31" literal="Polish"/> <eLiterals name="pt_BR" value="32" literal="Portuguese (Brazil)"/> <eLiterals name="pt_PT" value="33" literal="Portuguese (Portugal)"/> <eLiterals name="ro" value="34" literal="Romanian"/> <eLiterals name="ru" value="35" literal="Russian"/> <eLiterals name="sr" value="36" literal="Serbian"/> <eLiterals name="sk" value="37" literal="Slovak"/> <eLiterals name="sl" value="38" literal="Slovenian"/> <eLiterals name="es_419" value="39" literal="Spanish (Latin America)"/> <eLiterals name="es_ES" value="40" literal="Spanish (Spain)"/> <eLiterals name="sw" value="41" literal="Swahili"/> <eLiterals name="sv" value="42" literal="Swedish"/> <eLiterals name="th" value="43" literal="Thai"/> <eLiterals name="tr" value="44" literal="Turkish"/> <eLiterals name="uk" value="45" literal="Ukrainian"/> <eLiterals name="zu" value="46" literal="Zulu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialDataLoad"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeSets" upperBound="-1" eType="#//AttributeSet"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/toxicafunk/mdd/es.eci.dc.rest.cartridge/src/metamodel/dc.ecore
ecore
dc Domain name author Paco Hernández functionalGroups attributeSets version 1.0 i18nLabel i18nSearchLabel Buscar i18nAdvancedSearchLabel Búsqueda avanzada i18nBulkUpdates Cambios masivos i18nDataImport Importación de datos i18nAttributeSetsLabel Grupos de atributos i18nNewLabel Añadir i18nEditLabel Editar i18nDeleteLabel Eliminar i18nHomeLabel Inicio i18nOkLabel Aceptar i18nCancelLabel Cancelar i18nCloneLabel Clonar i18nImportLabel Importar... i18nNextPage Página siguiente i18nPreviousPage Página anterior supportedLanguages initialDataLoads comments enableLogicalDecoding true Attribute name type STRING label false formGroup list false sortable false entity containment false treeAttribute false cardinality ONE defaultValue filteredBy false cols 5 allowGetByDefault true allowPostByDefault true allowPutByDefault true required true minValue 0 maxValue 100 stepSize 1 minLength 0 maxLength 100 pattern eventStart false eventEnd false location false enableI18N false i18nLabel comments enableBulkUpdate false enableUniqueBoxSearch false enableAdvancedSearch false wpcMapping AttributeType STRING STRING DATE DATE NUMBER NUMBER BOOLEAN BOOLEAN RICH_TEXT RICH_TEXT ENTITY ENTITY TIMESTAMP TIMESTAMP PASSWORD PASSWORD ENTITY_LIST ENTITY_LIST ROLE_LIST ROLE_LIST DOCUMENT DOCUMENT IMAGE IMAGE VIDEO VIDEO SOUND SOUND GEO_POINT GEO_POINT GENDER GENDER AttributeCardinality ONE ONE MANY MANY AttributeSet name i18nLabel attributes attributeSets comments formTabs FormTab name i18nLabel formGroups FormGroup name i18nLabel Entity pluralName functionalGroup onlyOneRecord false indexes allowGetByDefault false allowPostByDefault false allowPutByDefault false allowDeleteByDefault false icon independent true enableExcelImporter false wpcCoreAttrib Index name attributes unique false comments FunctionalGroup name icon i18nLabel comments Language af Afrikaans am Amharic bg Bulgarian ca Catalan zh_HK Chinese (Hong Kong) zh_CN Chinese (PRC) zh_TW Chinese (Taiwan) hr Croatian cs Czech da Danish nl Dutch en_AU English (AU) en_GB English (UK) en_US English (US) et Estonian fil Filipino fi Finnish fr_CA French (Canada) fr_FR French (France) de German el Greek hi Hindi hu Hungarian id Indonesian it Italian ja Japanese ko Korean lv Latvian lt Lithuanian ms Malay no Norwegian pl Polish pt_BR Portuguese (Brazil) pt_PT Portuguese (Portugal) ro Romanian ru Russian sr Serbian sk Slovak sl Slovenian es_419 Spanish (Latin America) es_ES Spanish (Spain) sw Swahili sv Swedish th Thai tr Turkish uk Ukrainian zu Zulu InitialDataLoad entity attributeSets attributes values comments
null
{"directed":true,"nodes":[{"nsPrefix":"dc","nsURI":"http://www.elcorteingles.es/dc","name":"dc","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":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeCardinality","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormTab","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormGroup","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalGroup","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Language","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialDataLoad","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Paco Hernández","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Paco Hernández","unsettable":false,"transient":false,"unique":false,"name":"author","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":"functionalGroups","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":"attributeSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"i18nLabel","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Buscar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Buscar","unsettable":false,"transient":false,"unique":true,"name":"i18nSearchLabel","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Búsqueda avanzada","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Búsqueda avanzada","unsettable":false,"transient":false,"unique":true,"name":"i18nAdvancedSearchLabel","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Cambios masivos","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Cambios masivos","unsettable":false,"transient":false,"unique":true,"name":"i18nBulkUpdates","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Importación de datos","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Importación de datos","unsettable":false,"transient":false,"unique":true,"name":"i18nDataImport","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Grupos de atributos","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Grupos de atributos","unsettable":false,"transient":false,"unique":true,"name":"i18nAttributeSetsLabel","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Añadir","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Añadir","unsettable":false,"transient":false,"unique":true,"name":"i18nNewLabel","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Editar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Editar","unsettable":false,"transient":false,"unique":true,"name":"i18nEditLabel","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Eliminar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Eliminar","unsettable":false,"transient":false,"unique":true,"name":"i18nDeleteLabel","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Inicio","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Inicio","unsettable":false,"transient":false,"unique":true,"name":"i18nHomeLabel","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Aceptar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Aceptar","unsettable":false,"transient":false,"unique":true,"name":"i18nOkLabel","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Cancelar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Cancelar","unsettable":false,"transient":false,"unique":true,"name":"i18nCancelLabel","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Clonar","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Clonar","unsettable":false,"transient":false,"unique":true,"name":"i18nCloneLabel","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Importar...","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Importar...","unsettable":false,"transient":false,"unique":true,"name":"i18nImportLabel","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Página siguiente","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Página siguiente","unsettable":false,"transient":false,"unique":true,"name":"i18nNextPage","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Página anterior","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Página anterior","unsettable":false,"transient":false,"unique":true,"name":"i18nPreviousPage","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"supportedLanguages","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialDataLoads","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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"enableLogicalDecoding","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"},{"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,"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":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"STRING","unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"formGroup","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":false,"name":"list","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":false,"name":"sortable","changeable":true,"lowerBound":1,"iD":false,"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":false,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"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":"containment","changeable":true,"lowerBound":1,"iD":false,"id":70,"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":"treeAttribute","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ONE","unsettable":false,"transient":false,"unique":false,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","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":"filteredBy","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"lowerBound":1,"iD":false,"id":75,"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":"allowGetByDefault","changeable":true,"lowerBound":1,"iD":false,"id":76,"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":"allowPostByDefault","changeable":true,"lowerBound":1,"iD":false,"id":77,"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":"allowPutByDefault","changeable":true,"lowerBound":1,"iD":false,"id":78,"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":"required","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"maxValue","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"stepSize","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minLength","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"eventStart","changeable":true,"lowerBound":1,"iD":false,"id":86,"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":"eventEnd","changeable":true,"lowerBound":1,"iD":false,"id":87,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":88,"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":"enableI18N","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"i18nLabel","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"enableBulkUpdate","changeable":true,"lowerBound":1,"iD":false,"id":92,"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":"enableUniqueBoxSearch","changeable":true,"lowerBound":1,"iD":false,"id":93,"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":"enableAdvancedSearch","changeable":true,"lowerBound":1,"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":"wpcMapping","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"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"},{"name":"STRING","id":129,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"DATE","id":130,"value":1,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"NUMBER","id":131,"value":2,"literal":"NUMBER","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":132,"value":3,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"RICH_TEXT","id":133,"value":5,"literal":"RICH_TEXT","eClass":"EEnumLiteral"},{"name":"ENTITY","id":134,"value":6,"literal":"ENTITY","eClass":"EEnumLiteral"},{"name":"TIMESTAMP","id":135,"value":8,"literal":"TIMESTAMP","eClass":"EEnumLiteral"},{"name":"PASSWORD","id":136,"value":9,"literal":"PASSWORD","eClass":"EEnumLiteral"},{"name":"ENTITY_LIST","id":137,"value":11,"literal":"ENTITY_LIST","eClass":"EEnumLiteral"},{"name":"ROLE_LIST","id":138,"value":12,"literal":"ROLE_LIST","eClass":"EEnumLiteral"},{"name":"DOCUMENT","id":139,"value":13,"literal":"DOCUMENT","eClass":"EEnumLiteral"},{"name":"IMAGE","id":140,"value":14,"literal":"IMAGE","eClass":"EEnumLiteral"},{"name":"VIDEO","id":141,"value":15,"literal":"VIDEO","eClass":"EEnumLiteral"},{"name":"SOUND","id":142,"value":16,"literal":"SOUND","eClass":"EEnumLiteral"},{"name":"GEO_POINT","id":143,"value":20,"literal":"GEO_POINT","eClass":"EEnumLiteral"},{"name":"GENDER","id":144,"value":21,"literal":"GENDER","eClass":"EEnumLiteral"},{"name":"ONE","id":145,"value":0,"literal":"ONE","eClass":"EEnumLiteral"},{"name":"MANY","id":146,"value":1,"literal":"MANY","eClass":"EEnumLiteral"},{"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":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"i18nLabel","changeable":true,"lowerBound":1,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeSets","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formTabs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"i18nLabel","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formGroups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"i18nLabel","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluralName","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"onlyOneRecord","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"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":"allowGetByDefault","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"allowPostByDefault","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":"allowPutByDefault","changeable":true,"lowerBound":1,"iD":false,"id":175,"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":"allowDeleteByDefault","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":177,"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":"independent","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":"enableExcelImporter","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wpcCoreAttrib","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"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":194,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"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":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":"comments","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"},{"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":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":"icon","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":"i18nLabel","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"name":"af","id":210,"value":0,"literal":"Afrikaans","eClass":"EEnumLiteral"},{"name":"am","id":211,"value":1,"literal":"Amharic","eClass":"EEnumLiteral"},{"name":"bg","id":212,"value":2,"literal":"Bulgarian","eClass":"EEnumLiteral"},{"name":"ca","id":213,"value":3,"literal":"Catalan","eClass":"EEnumLiteral"},{"name":"zh_HK","id":214,"value":4,"literal":"Chinese (Hong Kong)","eClass":"EEnumLiteral"},{"name":"zh_CN","id":215,"value":5,"literal":"Chinese (PRC)","eClass":"EEnumLiteral"},{"name":"zh_TW","id":216,"value":6,"literal":"Chinese (Taiwan)","eClass":"EEnumLiteral"},{"name":"hr","id":217,"value":7,"literal":"Croatian","eClass":"EEnumLiteral"},{"name":"cs","id":218,"value":8,"literal":"Czech","eClass":"EEnumLiteral"},{"name":"da","id":219,"value":9,"literal":"Danish","eClass":"EEnumLiteral"},{"name":"nl","id":220,"value":10,"literal":"Dutch","eClass":"EEnumLiteral"},{"name":"en_AU","id":221,"value":11,"literal":"English (AU)","eClass":"EEnumLiteral"},{"name":"en_GB","id":222,"value":12,"literal":"English (UK)","eClass":"EEnumLiteral"},{"name":"en_US","id":223,"value":13,"literal":"English (US)","eClass":"EEnumLiteral"},{"name":"et","id":224,"value":14,"literal":"Estonian","eClass":"EEnumLiteral"},{"name":"fil","id":225,"value":15,"literal":"Filipino","eClass":"EEnumLiteral"},{"name":"fi","id":226,"value":16,"literal":"Finnish","eClass":"EEnumLiteral"},{"name":"fr_CA","id":227,"value":17,"literal":"French (Canada)","eClass":"EEnumLiteral"},{"name":"fr_FR","id":228,"value":18,"literal":"French (France)","eClass":"EEnumLiteral"},{"name":"de","id":229,"value":19,"literal":"German","eClass":"EEnumLiteral"},{"name":"el","id":230,"value":20,"literal":"Greek","eClass":"EEnumLiteral"},{"name":"hi","id":231,"value":21,"literal":"Hindi","eClass":"EEnumLiteral"},{"name":"hu","id":232,"value":22,"literal":"Hungarian","eClass":"EEnumLiteral"},{"name":"id","id":233,"value":23,"literal":"Indonesian","eClass":"EEnumLiteral"},{"name":"it","id":234,"value":24,"literal":"Italian","eClass":"EEnumLiteral"},{"name":"ja","id":235,"value":25,"literal":"Japanese","eClass":"EEnumLiteral"},{"name":"ko","id":236,"value":26,"literal":"Korean","eClass":"EEnumLiteral"},{"name":"lv","id":237,"value":27,"literal":"Latvian","eClass":"EEnumLiteral"},{"name":"lt","id":238,"value":28,"literal":"Lithuanian","eClass":"EEnumLiteral"},{"name":"ms","id":239,"value":29,"literal":"Malay","eClass":"EEnumLiteral"},{"name":"no","id":240,"value":30,"literal":"Norwegian","eClass":"EEnumLiteral"},{"name":"pl","id":241,"value":31,"literal":"Polish","eClass":"EEnumLiteral"},{"name":"pt_BR","id":242,"value":32,"literal":"Portuguese (Brazil)","eClass":"EEnumLiteral"},{"name":"pt_PT","id":243,"value":33,"literal":"Portuguese (Portugal)","eClass":"EEnumLiteral"},{"name":"ro","id":244,"value":34,"literal":"Romanian","eClass":"EEnumLiteral"},{"name":"ru","id":245,"value":35,"literal":"Russian","eClass":"EEnumLiteral"},{"name":"sr","id":246,"value":36,"literal":"Serbian","eClass":"EEnumLiteral"},{"name":"sk","id":247,"value":37,"literal":"Slovak","eClass":"EEnumLiteral"},{"name":"sl","id":248,"value":38,"literal":"Slovenian","eClass":"EEnumLiteral"},{"name":"es_419","id":249,"value":39,"literal":"Spanish (Latin America)","eClass":"EEnumLiteral"},{"name":"es_ES","id":250,"value":40,"literal":"Spanish (Spain)","eClass":"EEnumLiteral"},{"name":"sw","id":251,"value":41,"literal":"Swahili","eClass":"EEnumLiteral"},{"name":"sv","id":252,"value":42,"literal":"Swedish","eClass":"EEnumLiteral"},{"name":"th","id":253,"value":43,"literal":"Thai","eClass":"EEnumLiteral"},{"name":"tr","id":254,"value":44,"literal":"Turkish","eClass":"EEnumLiteral"},{"name":"uk","id":255,"value":45,"literal":"Ukrainian","eClass":"EEnumLiteral"},{"name":"zu","id":256,"value":46,"literal":"Zulu","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":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"lowerBound":1,"iD":false,"id":259,"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":"values","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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"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":0,"target":6},{"source":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":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":13,"target":38},{"source":13,"target":1},{"source":14,"target":39},{"source":14,"target":1},{"source":15,"target":10},{"source":15,"target":40},{"source":15,"target":1},{"source":40,"target":10},{"source":16,"target":5},{"source":16,"target":41},{"source":16,"target":1},{"source":41,"target":5},{"source":17,"target":42},{"source":17,"target":1},{"source":18,"target":43},{"source":18,"target":1},{"source":19,"target":44},{"source":19,"target":1},{"source":20,"target":45},{"source":20,"target":1},{"source":21,"target":46},{"source":21,"target":1},{"source":22,"target":47},{"source":22,"target":1},{"source":23,"target":48},{"source":23,"target":1},{"source":24,"target":49},{"source":24,"target":1},{"source":25,"target":50},{"source":25,"target":1},{"source":26,"target":51},{"source":26,"target":1},{"source":27,"target":52},{"source":27,"target":1},{"source":28,"target":53},{"source":28,"target":1},{"source":29,"target":54},{"source":29,"target":1},{"source":30,"target":55},{"source":30,"target":1},{"source":31,"target":56},{"source":31,"target":1},{"source":32,"target":57},{"source":32,"target":1},{"source":33,"target":58},{"source":33,"target":1},{"source":34,"target":11},{"source":34,"target":59},{"source":34,"target":1},{"source":59,"target":11},{"source":35,"target":12},{"source":35,"target":60},{"source":35,"target":1},{"source":60,"target":12},{"source":36,"target":61},{"source":36,"target":1},{"source":37,"target":62},{"source":37,"target":1},{"source":2,"target":0},{"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":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":63,"target":96},{"source":63,"target":2},{"source":64,"target":3},{"source":64,"target":97},{"source":64,"target":2},{"source":97,"target":3},{"source":65,"target":98},{"source":65,"target":2},{"source":66,"target":7},{"source":66,"target":99},{"source":66,"target":2},{"source":99,"target":7},{"source":67,"target":100},{"source":67,"target":2},{"source":68,"target":101},{"source":68,"target":2},{"source":69,"target":8},{"source":69,"target":102},{"source":69,"target":2},{"source":102,"target":8},{"source":70,"target":103},{"source":70,"target":2},{"source":71,"target":104},{"source":71,"target":2},{"source":72,"target":4},{"source":72,"target":105},{"source":72,"target":2},{"source":105,"target":4},{"source":73,"target":106},{"source":73,"target":2},{"source":74,"target":107},{"source":74,"target":2},{"source":75,"target":108},{"source":75,"target":2},{"source":76,"target":109},{"source":76,"target":2},{"source":77,"target":110},{"source":77,"target":2},{"source":78,"target":111},{"source":78,"target":2},{"source":79,"target":112},{"source":79,"target":2},{"source":80,"target":113},{"source":80,"target":2},{"source":81,"target":114},{"source":81,"target":2},{"source":82,"target":115},{"source":82,"target":2},{"source":83,"target":116},{"source":83,"target":2},{"source":84,"target":117},{"source":84,"target":2},{"source":85,"target":118},{"source":85,"target":2},{"source":86,"target":119},{"source":86,"target":2},{"source":87,"target":120},{"source":87,"target":2},{"source":88,"target":121},{"source":88,"target":2},{"source":89,"target":122},{"source":89,"target":2},{"source":90,"target":123},{"source":90,"target":2},{"source":91,"target":124},{"source":91,"target":2},{"source":92,"target":125},{"source":92,"target":2},{"source":93,"target":126},{"source":93,"target":2},{"source":94,"target":127},{"source":94,"target":2},{"source":95,"target":128},{"source":95,"target":2},{"source":3,"target":0},{"source":3,"target":129},{"source":3,"target":130},{"source":3,"target":131},{"source":3,"target":132},{"source":3,"target":133},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":3,"target":137},{"source":3,"target":138},{"source":3,"target":139},{"source":3,"target":140},{"source":3,"target":141},{"source":3,"target":142},{"source":3,"target":143},{"source":3,"target":144},{"source":129,"target":3},{"source":130,"target":3},{"source":131,"target":3},{"source":132,"target":3},{"source":133,"target":3},{"source":134,"target":3},{"source":135,"target":3},{"source":136,"target":3},{"source":137,"target":3},{"source":138,"target":3},{"source":139,"target":3},{"source":140,"target":3},{"source":141,"target":3},{"source":142,"target":3},{"source":143,"target":3},{"source":144,"target":3},{"source":4,"target":0},{"source":4,"target":145},{"source":4,"target":146},{"source":145,"target":4},{"source":146,"target":4},{"source":5,"target":0},{"source":5,"target":147},{"source":5,"target":148},{"source":5,"target":149},{"source":5,"target":150},{"source":5,"target":151},{"source":5,"target":152},{"source":147,"target":153},{"source":147,"target":5},{"source":148,"target":154},{"source":148,"target":5},{"source":149,"target":2},{"source":149,"target":155},{"source":149,"target":5},{"source":155,"target":2},{"source":150,"target":5},{"source":150,"target":156},{"source":150,"target":5},{"source":156,"target":5},{"source":151,"target":157},{"source":151,"target":5},{"source":152,"target":6},{"source":152,"target":158},{"source":152,"target":5},{"source":158,"target":6},{"source":6,"target":0},{"source":6,"target":159},{"source":6,"target":160},{"source":6,"target":161},{"source":159,"target":162},{"source":159,"target":6},{"source":160,"target":163},{"source":160,"target":6},{"source":161,"target":7},{"source":161,"target":164},{"source":161,"target":6},{"source":164,"target":7},{"source":7,"target":0},{"source":7,"target":165},{"source":7,"target":166},{"source":165,"target":167},{"source":165,"target":7},{"source":166,"target":168},{"source":166,"target":7},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":169},{"source":8,"target":170},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":169,"target":182},{"source":169,"target":8},{"source":170,"target":10},{"source":170,"target":183},{"source":170,"target":8},{"source":183,"target":10},{"source":171,"target":184},{"source":171,"target":8},{"source":172,"target":9},{"source":172,"target":185},{"source":172,"target":8},{"source":185,"target":9},{"source":173,"target":186},{"source":173,"target":8},{"source":174,"target":187},{"source":174,"target":8},{"source":175,"target":188},{"source":175,"target":8},{"source":176,"target":189},{"source":176,"target":8},{"source":177,"target":190},{"source":177,"target":8},{"source":178,"target":191},{"source":178,"target":8},{"source":179,"target":192},{"source":179,"target":8},{"source":180,"target":193},{"source":180,"target":8},{"source":181,"target":5},{"source":9,"target":0},{"source":9,"target":194},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":194,"target":198},{"source":194,"target":9},{"source":195,"target":2},{"source":195,"target":199},{"source":195,"target":9},{"source":199,"target":2},{"source":196,"target":200},{"source":196,"target":9},{"source":197,"target":201},{"source":197,"target":9},{"source":10,"target":0},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":202,"target":206},{"source":202,"target":10},{"source":203,"target":207},{"source":203,"target":10},{"source":204,"target":208},{"source":204,"target":10},{"source":205,"target":209},{"source":205,"target":10},{"source":11,"target":0},{"source":11,"target":210},{"source":11,"target":211},{"source":11,"target":212},{"source":11,"target":213},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":11,"target":231},{"source":11,"target":232},{"source":11,"target":233},{"source":11,"target":234},{"source":11,"target":235},{"source":11,"target":236},{"source":11,"target":237},{"source":11,"target":238},{"source":11,"target":239},{"source":11,"target":240},{"source":11,"target":241},{"source":11,"target":242},{"source":11,"target":243},{"source":11,"target":244},{"source":11,"target":245},{"source":11,"target":246},{"source":11,"target":247},{"source":11,"target":248},{"source":11,"target":249},{"source":11,"target":250},{"source":11,"target":251},{"source":11,"target":252},{"source":11,"target":253},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":210,"target":11},{"source":211,"target":11},{"source":212,"target":11},{"source":213,"target":11},{"source":214,"target":11},{"source":215,"target":11},{"source":216,"target":11},{"source":217,"target":11},{"source":218,"target":11},{"source":219,"target":11},{"source":220,"target":11},{"source":221,"target":11},{"source":222,"target":11},{"source":223,"target":11},{"source":224,"target":11},{"source":225,"target":11},{"source":226,"target":11},{"source":227,"target":11},{"source":228,"target":11},{"source":229,"target":11},{"source":230,"target":11},{"source":231,"target":11},{"source":232,"target":11},{"source":233,"target":11},{"source":234,"target":11},{"source":235,"target":11},{"source":236,"target":11},{"source":237,"target":11},{"source":238,"target":11},{"source":239,"target":11},{"source":240,"target":11},{"source":241,"target":11},{"source":242,"target":11},{"source":243,"target":11},{"source":244,"target":11},{"source":245,"target":11},{"source":246,"target":11},{"source":247,"target":11},{"source":248,"target":11},{"source":249,"target":11},{"source":250,"target":11},{"source":251,"target":11},{"source":252,"target":11},{"source":253,"target":11},{"source":254,"target":11},{"source":255,"target":11},{"source":256,"target":11},{"source":12,"target":0},{"source":12,"target":257},{"source":12,"target":258},{"source":12,"target":259},{"source":12,"target":260},{"source":12,"target":261},{"source":257,"target":8},{"source":257,"target":262},{"source":257,"target":12},{"source":262,"target":8},{"source":258,"target":5},{"source":258,"target":263},{"source":258,"target":12},{"source":263,"target":5},{"source":259,"target":264},{"source":259,"target":12},{"source":260,"target":265},{"source":260,"target":12},{"source":261,"target":266},{"source":261,"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="trnetvisual" nsURI="http://trnetvisual/1.0" nsPrefix="trnetvisual"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TrNetModel"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" upperBound="-1" eType="#//Operator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictions" upperBound="-1" eType="#//Restriction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1" eType="#//Operand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//Result" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowRules" upperBound="-1" eType="#//FlowRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calculations" upperBound="-1" eType="#//Calculation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodePattern" abstract="true" eSuperTypes="#//Parameter"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//EdgePattern" eOpposite="#//EdgePattern/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//EdgePattern" eOpposite="#//EdgePattern/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sameOut" upperBound="-1" eType="#//Same" eOpposite="#//Same/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sameIn" upperBound="-1" eType="#//Same" eOpposite="#//Same/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//Pattern" eOpposite="#//Pattern/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributePattern" containment="true" eOpposite="#//AttributePattern/ownerNode"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <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="keepIn" upperBound="-1" eType="#//Keep" eOpposite="#//Keep/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keepOut" upperBound="-1" eType="#//Keep" eOpposite="#//Keep/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="differentIn" upperBound="-1" eType="#//Different" eOpposite="#//Different/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="differentOut" upperBound="-1" eType="#//Different" eOpposite="#//Different/source"/> <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="expectedNumberOfDistinctValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgePattern"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="width" value="1"/> <details key="tool.name" value="Edge"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//Pattern" eOpposite="#//Pattern/edges"/> <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="Pattern"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="rounded"/> <details key="tool.name" value="Pattern"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1" eType="#//NodePattern" containment="true" eOpposite="#//NodePattern/pattern"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//EdgePattern" containment="true" eOpposite="#//EdgePattern/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingResults" upperBound="-1" eType="#//Result" eOpposite="#//Result/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingOperands" upperBound="-1" eType="#//Operand" eOpposite="#//Operand/pattern"/> <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="expected_size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Same" eSuperTypes="#//Restriction"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="color" value="0,214,32"/> <details key="tool.name" value="Same Node"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/sameOut"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/sameIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Different" eSuperTypes="#//Restriction"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/differentOut"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/differentIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributePattern" eSuperTypes="#//Parameter"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeExternalCalculationCall" eType="#//ExternalAttributeCalculationCall" eOpposite="#//ExternalAttributeCalculationCall/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerNode" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expectedNumberOfDistinctValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keep" eSuperTypes="#//Restriction"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="color" value="51,153,255"/> <details key="target.decoration" value="arrow"/> <details key="tool.name" value="Keep Node"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/keepOut"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//NodePattern" eOpposite="#//NodePattern/keepIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Restriction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MandatoryNode" eSuperTypes="#//NodePattern"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Node"/> <details key="border.style" value="solid"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptionalNode" eSuperTypes="#//NodePattern"/> <eClassifiers xsi:type="ecore:EClass" name="Combinator" eSuperTypes="#//Operator"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="rectangle"/> <details key="color" value="145,145,145"/> <details key="tool.name" value="Combine Operator"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//Operator"> <eAnnotations source="gmf.node"> <details key="label.placement" value="none"/> <details key="figure" value="rectangle"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="External"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true"> <eAnnotations source="gmf.node"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1" eType="#//Operand" eOpposite="#//Operand/operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//Result" eOpposite="#//Result/operator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowOut" upperBound="-1" eType="#//FlowRule" eOpposite="#//FlowRule/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowIn" upperBound="-1" eType="#//FlowRule" eOpposite="#//FlowRule/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//ApplicationCondition" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Result" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="operator"/> <details key="target" value="pattern"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//Pattern" eOpposite="#//Pattern/incomingResults"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="#//Operator" eOpposite="#//Operator/results"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyResult" eSuperTypes="#//Result"> <eAnnotations source="gmf.link"> <details key="tool.name" value="All Result"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SomeResult" eSuperTypes="#//Result"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operand" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="pattern"/> <details key="target" value="operator"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="#//Operator" eOpposite="#//Operator/operands"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//Pattern" eOpposite="#//Pattern/outgoingOperands"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyOperand" eSuperTypes="#//Operand"> <eAnnotations source="gmf.link"> <details key="tool.name" value="All Operand"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SomeOperand" eSuperTypes="#//Operand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntiOperand" eSuperTypes="#//Operand"/> <eClassifiers xsi:type="ecore:EClass" name="OptionalOperand" eSuperTypes="#//Operand"/> <eClassifiers xsi:type="ecore:EClass" name="FlowRule" abstract="true"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Operator" eOpposite="#//Operator/flowOut"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Operator" eOpposite="#//Operator/flowIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Next" eSuperTypes="#//FlowRule"/> <eClassifiers xsi:type="ecore:EClass" name="Eventually" eSuperTypes="#//FlowRule"/> <eClassifiers xsi:type="ecore:EClass" name="NextDerived" eSuperTypes="#//FlowRule"> <eAnnotations source="gmf.link"> <details key="color" value="255,207,254"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCalculation" abstract="true" eSuperTypes="#//Restriction"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalAttributeCalculationCall" eSuperTypes="#//AttributeCalculation"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> <details key="figure" value="rectangle"/> <details key="size" value="120,30"/> <details key="color" value="100,226,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//AttributePattern" eOpposite="#//AttributePattern/attributeExternalCalculationCall"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> <details key="color" value="90,90,90"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ExternalAttributeCalculationCallParameter" containment="true" eOpposite="#//ExternalAttributeCalculationCallParameter/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalAttributeCalculationCallRef" upperBound="-1" eType="#//ExternalAttributeCalculationCallParameter" eOpposite="#//ExternalAttributeCalculationCallParameter/parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalConditionCallRef" upperBound="-1" eType="#//ExternalConditionCallParameter" eOpposite="#//ExternalConditionCallParameter/parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalActionCallRef" upperBound="-1" eType="#//ExternalActionCallParameter" eOpposite="#//ExternalActionCallParameter/parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalCalculationCallRef" upperBound="-1" eType="#//ExternalCalculationCallParameter" eOpposite="#//ExternalCalculationCallParameter/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationCondition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalConditionCall" eSuperTypes="#//ApplicationCondition"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> <details key="figure" value="rectangle"/> <details key="size" value="120,30"/> <details key="color" value="252,186,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ExternalConditionCallParameter" containment="true" eOpposite="#//ExternalConditionCallParameter/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalActionCall" eSuperTypes="#//Action"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> <details key="figure" value="rectangle"/> <details key="size" value="120,30"/> <details key="color" value="176,255,161"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ExternalActionCallParameter" containment="true" eOpposite="#//ExternalActionCallParameter/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalAttributeCalculationCallParameter" eSuperTypes="#//ParameterRef"> <eAnnotations source="gmf.link"> <details key="source" value="owner"/> <details key="target" value="parameter"/> <details key="label" value="index"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> <details key="color" value="90,90,90"/> <details key="style" value="dash"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//ExternalAttributeCalculationCall" eOpposite="#//ExternalAttributeCalculationCall/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter" eOpposite="#//Parameter/externalAttributeCalculationCallRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalConditionCallParameter" eSuperTypes="#//ParameterRef"> <eAnnotations source="gmf.link"> <details key="source" value="owner"/> <details key="target" value="parameter"/> <details key="label" value="index"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> <details key="color" value="90,90,90"/> <details key="style" value="dash"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//ExternalConditionCall" eOpposite="#//ExternalConditionCall/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter" eOpposite="#//Parameter/externalConditionCallRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalActionCallParameter" eSuperTypes="#//ParameterRef"> <eAnnotations source="gmf.link"> <details key="source" value="owner"/> <details key="target" value="parameter"/> <details key="label" value="index"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> <details key="color" value="90,90,90"/> <details key="style" value="dash"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//ExternalActionCall" eOpposite="#//ExternalActionCall/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter" eOpposite="#//Parameter/externalActionCallRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Calculation" abstract="true" eSuperTypes="#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalCalculationCall" eSuperTypes="#//Calculation"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> <details key="figure" value="rectangle"/> <details key="size" value="120,30"/> <details key="color" value="100,226,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ExternalCalculationCallParameter" containment="true" eOpposite="#//ExternalCalculationCallParameter/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalCalculationCallParameter" eSuperTypes="#//ParameterRef"> <eAnnotations source="gmf.link"> <details key="source" value="owner"/> <details key="target" value="parameter"/> <details key="label" value="index"/> <details key="target.decoration" value="arrow"/> <details key="width" value="3"/> <details key="color" value="90,90,90"/> <details key="style" value="dash"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//ExternalCalculationCall" eOpposite="#//ExternalCalculationCall/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter" eOpposite="#//Parameter/externalCalculationCallRef"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/clagms/TrNet/TrNetVisual/model/TrNetVisual.ecore
ecore
trnetvisual TrNetModel patterns operators id restrictions operands results flowRules calculations NodePattern incoming outgoing sameOut sameIn pattern attributes name keepIn keepOut differentIn differentOut id expectedNumberOfDistinctValues EdgePattern source target pattern name Pattern nodes edges incomingResults outgoingOperands id expected_size Same source target Different source target AttributePattern name attributeExternalCalculationCall ownerNode expectedNumberOfDistinctValues Keep source target Restriction MandatoryNode OptionalNode Combinator External Operator operands results id flowOut flowIn conditions actions Result pattern operator AnyResult SomeResult count Operand operator pattern index AnyOperand SomeOperand count AntiOperand OptionalOperand FlowRule source target Next Eventually NextDerived AttributeCalculation ExternalAttributeCalculationCall id qualifiedName result parameters Parameter externalAttributeCalculationCallRef externalConditionCallRef externalActionCallRef externalCalculationCallRef ApplicationCondition ExternalConditionCall id qualifiedName parameters Action ExternalActionCall id qualifiedName parameters ExternalAttributeCalculationCallParameter owner parameter ExternalConditionCallParameter owner parameter ExternalActionCallParameter owner parameter ParameterRef index Calculation ExternalCalculationCall id qualifiedName parameters ExternalCalculationCallParameter owner parameter
null
{"directed":true,"nodes":[{"nsPrefix":"trnetvisual","nsURI":"http://trnetvisual/1.0","name":"trnetvisual","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrNetModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodePattern","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgePattern","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Same","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Different","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributePattern","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keep","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Restriction","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MandatoryNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalNode","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Combinator","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyResult","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomeResult","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyOperand","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomeOperand","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntiOperand","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalOperand","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowRule","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Next","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eventually","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NextDerived","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCalculation","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalAttributeCalculationCall","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationCondition","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalConditionCall","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalActionCall","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalAttributeCalculationCallParameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalConditionCallParameter","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalActionCallParameter","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterRef","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Calculation","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCalculationCall","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCalculationCallParameter","instanceClass":null,"abstract":false,"id":40,"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":"patterns","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":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"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":"restrictions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flowRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calculations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sameOut","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":"sameIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"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":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keepIn","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":"keepOut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"differentIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"differentOut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":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":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":"expectedNumberOfDistinctValues","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":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},{"id":79,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"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":"ownerNode","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingResults","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":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":103,"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":"expected_size","changeable":true,"lowerBound":0,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeExternalCalculationCall","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expectedNumberOfDistinctValues","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operands","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":false,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flowOut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flowIn","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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"count","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"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":"index","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":"count","changeable":true,"lowerBound":1,"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"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"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":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalAttributeCalculationCallRef","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":"externalConditionCallRef","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":"externalActionCallRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalCalculationCallRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"id","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"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":203,"derived":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":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"container":false,"ordered":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":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","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"},{"ordered":true,"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":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":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":1,"target":47},{"source":1,"target":48},{"source":41,"target":4},{"source":41,"target":49},{"source":41,"target":1},{"source":49,"target":4},{"source":42,"target":14},{"source":42,"target":50},{"source":42,"target":1},{"source":50,"target":14},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":9},{"source":44,"target":52},{"source":44,"target":1},{"source":52,"target":9},{"source":45,"target":18},{"source":45,"target":53},{"source":45,"target":1},{"source":53,"target":18},{"source":46,"target":15},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":15},{"source":47,"target":23},{"source":47,"target":55},{"source":47,"target":1},{"source":55,"target":23},{"source":48,"target":38},{"source":48,"target":56},{"source":48,"target":1},{"source":56,"target":38},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":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":57,"target":3},{"source":57,"target":71},{"source":57,"target":2},{"source":57,"target":72},{"source":71,"target":3},{"source":58,"target":3},{"source":58,"target":73},{"source":58,"target":2},{"source":58,"target":74},{"source":73,"target":3},{"source":59,"target":5},{"source":59,"target":75},{"source":59,"target":2},{"source":59,"target":76},{"source":75,"target":5},{"source":60,"target":5},{"source":60,"target":77},{"source":60,"target":2},{"source":60,"target":78},{"source":77,"target":5},{"source":61,"target":4},{"source":61,"target":79},{"source":61,"target":2},{"source":61,"target":80},{"source":79,"target":4},{"source":62,"target":7},{"source":62,"target":81},{"source":62,"target":2},{"source":62,"target":82},{"source":81,"target":7},{"source":63,"target":83},{"source":63,"target":2},{"source":64,"target":8},{"source":64,"target":84},{"source":64,"target":2},{"source":64,"target":85},{"source":84,"target":8},{"source":65,"target":8},{"source":65,"target":86},{"source":65,"target":2},{"source":65,"target":87},{"source":86,"target":8},{"source":66,"target":6},{"source":66,"target":88},{"source":66,"target":2},{"source":66,"target":89},{"source":88,"target":6},{"source":67,"target":6},{"source":67,"target":90},{"source":67,"target":2},{"source":67,"target":91},{"source":90,"target":6},{"source":68,"target":92},{"source":68,"target":2},{"source":69,"target":93},{"source":69,"target":2},{"source":70,"target":29},{"source":3,"target":0},{"source":3,"target":74},{"source":3,"target":72},{"source":3,"target":94},{"source":3,"target":95},{"source":74,"target":2},{"source":74,"target":96},{"source":74,"target":3},{"source":74,"target":58},{"source":96,"target":2},{"source":72,"target":2},{"source":72,"target":97},{"source":72,"target":3},{"source":72,"target":57},{"source":97,"target":2},{"source":94,"target":4},{"source":94,"target":98},{"source":94,"target":3},{"source":94,"target":99},{"source":98,"target":4},{"source":95,"target":100},{"source":95,"target":3},{"source":4,"target":0},{"source":4,"target":80},{"source":4,"target":99},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":80,"target":2},{"source":80,"target":105},{"source":80,"target":4},{"source":80,"target":61},{"source":105,"target":2},{"source":99,"target":3},{"source":99,"target":106},{"source":99,"target":4},{"source":99,"target":94},{"source":106,"target":3},{"source":101,"target":15},{"source":101,"target":107},{"source":101,"target":4},{"source":101,"target":108},{"source":107,"target":15},{"source":102,"target":18},{"source":102,"target":109},{"source":102,"target":4},{"source":102,"target":110},{"source":109,"target":18},{"source":103,"target":111},{"source":103,"target":4},{"source":104,"target":112},{"source":104,"target":4},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":76},{"source":5,"target":78},{"source":5,"target":113},{"source":76,"target":2},{"source":76,"target":114},{"source":76,"target":5},{"source":76,"target":59},{"source":114,"target":2},{"source":78,"target":2},{"source":78,"target":115},{"source":78,"target":5},{"source":78,"target":60},{"source":115,"target":2},{"source":113,"target":9},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":91},{"source":6,"target":89},{"source":6,"target":116},{"source":91,"target":2},{"source":91,"target":117},{"source":91,"target":6},{"source":91,"target":67},{"source":117,"target":2},{"source":89,"target":2},{"source":89,"target":118},{"source":89,"target":6},{"source":89,"target":66},{"source":118,"target":2},{"source":116,"target":9},{"source":7,"target":0},{"source":7,"target":29},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":82},{"source":7,"target":121},{"source":7,"target":122},{"source":119,"target":123},{"source":119,"target":7},{"source":120,"target":28},{"source":120,"target":124},{"source":120,"target":7},{"source":120,"target":125},{"source":124,"target":28},{"source":82,"target":2},{"source":82,"target":126},{"source":82,"target":7},{"source":82,"target":62},{"source":126,"target":2},{"source":121,"target":127},{"source":121,"target":7},{"source":122,"target":29},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":87},{"source":8,"target":85},{"source":8,"target":128},{"source":87,"target":2},{"source":87,"target":129},{"source":87,"target":8},{"source":87,"target":65},{"source":129,"target":2},{"source":85,"target":2},{"source":85,"target":130},{"source":85,"target":8},{"source":85,"target":64},{"source":130,"target":2},{"source":128,"target":9},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":131},{"source":131,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":132},{"source":132,"target":2},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":133},{"source":133,"target":14},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":134},{"source":134,"target":14},{"source":14,"target":0},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":135,"target":18},{"source":135,"target":142},{"source":135,"target":14},{"source":135,"target":143},{"source":142,"target":18},{"source":136,"target":15},{"source":136,"target":144},{"source":136,"target":14},{"source":136,"target":145},{"source":144,"target":15},{"source":137,"target":146},{"source":137,"target":14},{"source":138,"target":23},{"source":138,"target":147},{"source":138,"target":14},{"source":138,"target":148},{"source":147,"target":23},{"source":139,"target":23},{"source":139,"target":149},{"source":139,"target":14},{"source":139,"target":150},{"source":149,"target":23},{"source":140,"target":30},{"source":140,"target":151},{"source":140,"target":14},{"source":151,"target":30},{"source":141,"target":32},{"source":141,"target":152},{"source":141,"target":14},{"source":152,"target":32},{"source":15,"target":0},{"source":15,"target":108},{"source":15,"target":145},{"source":108,"target":4},{"source":108,"target":153},{"source":108,"target":15},{"source":108,"target":101},{"source":153,"target":4},{"source":145,"target":14},{"source":145,"target":154},{"source":145,"target":15},{"source":145,"target":136},{"source":154,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":155},{"source":155,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":156},{"source":17,"target":157},{"source":156,"target":158},{"source":156,"target":17},{"source":157,"target":15},{"source":18,"target":0},{"source":18,"target":143},{"source":18,"target":110},{"source":18,"target":159},{"source":143,"target":14},{"source":143,"target":160},{"source":143,"target":18},{"source":143,"target":135},{"source":160,"target":14},{"source":110,"target":4},{"source":110,"target":161},{"source":110,"target":18},{"source":110,"target":102},{"source":161,"target":4},{"source":159,"target":162},{"source":159,"target":18},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":163},{"source":163,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":164},{"source":20,"target":165},{"source":164,"target":166},{"source":164,"target":20},{"source":165,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":167},{"source":167,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":168},{"source":168,"target":18},{"source":23,"target":0},{"source":23,"target":148},{"source":23,"target":150},{"source":148,"target":14},{"source":148,"target":169},{"source":148,"target":23},{"source":148,"target":138},{"source":169,"target":14},{"source":150,"target":14},{"source":150,"target":170},{"source":150,"target":23},{"source":150,"target":139},{"source":170,"target":14},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":171},{"source":171,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":172},{"source":172,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":173},{"source":173,"target":23},{"source":27,"target":0},{"source":27,"target":9},{"source":27,"target":174},{"source":174,"target":9},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":175},{"source":28,"target":176},{"source":28,"target":125},{"source":28,"target":177},{"source":28,"target":178},{"source":175,"target":179},{"source":175,"target":28},{"source":176,"target":180},{"source":176,"target":28},{"source":125,"target":7},{"source":125,"target":181},{"source":125,"target":28},{"source":125,"target":120},{"source":181,"target":7},{"source":177,"target":34},{"source":177,"target":182},{"source":177,"target":28},{"source":177,"target":183},{"source":182,"target":34},{"source":178,"target":27},{"source":29,"target":0},{"source":29,"target":184},{"source":29,"target":185},{"source":29,"target":186},{"source":29,"target":187},{"source":184,"target":34},{"source":184,"target":188},{"source":184,"target":29},{"source":184,"target":189},{"source":188,"target":34},{"source":185,"target":35},{"source":185,"target":190},{"source":185,"target":29},{"source":185,"target":191},{"source":190,"target":35},{"source":186,"target":36},{"source":186,"target":192},{"source":186,"target":29},{"source":186,"target":193},{"source":192,"target":36},{"source":187,"target":40},{"source":187,"target":194},{"source":187,"target":29},{"source":187,"target":195},{"source":194,"target":40},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":196},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":196,"target":200},{"source":196,"target":31},{"source":197,"target":201},{"source":197,"target":31},{"source":198,"target":35},{"source":198,"target":202},{"source":198,"target":31},{"source":198,"target":203},{"source":202,"target":35},{"source":199,"target":30},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":204,"target":208},{"source":204,"target":33},{"source":205,"target":209},{"source":205,"target":33},{"source":206,"target":36},{"source":206,"target":210},{"source":206,"target":33},{"source":206,"target":211},{"source":210,"target":36},{"source":207,"target":32},{"source":34,"target":0},{"source":34,"target":37},{"source":34,"target":183},{"source":34,"target":189},{"source":34,"target":212},{"source":183,"target":28},{"source":183,"target":213},{"source":183,"target":34},{"source":183,"target":177},{"source":213,"target":28},{"source":189,"target":29},{"source":189,"target":214},{"source":189,"target":34},{"source":189,"target":184},{"source":214,"target":29},{"source":212,"target":37},{"source":35,"target":0},{"source":35,"target":37},{"source":35,"target":203},{"source":35,"target":191},{"source":35,"target":215},{"source":203,"target":31},{"source":203,"target":216},{"source":203,"target":35},{"source":203,"target":198},{"source":216,"target":31},{"source":191,"target":29},{"source":191,"target":217},{"source":191,"target":35},{"source":191,"target":185},{"source":217,"target":29},{"source":215,"target":37},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":211},{"source":36,"target":193},{"source":36,"target":218},{"source":211,"target":33},{"source":211,"target":219},{"source":211,"target":36},{"source":211,"target":206},{"source":219,"target":33},{"source":193,"target":29},{"source":193,"target":220},{"source":193,"target":36},{"source":193,"target":186},{"source":220,"target":29},{"source":218,"target":37},{"source":37,"target":0},{"source":37,"target":221},{"source":221,"target":222},{"source":221,"target":37},{"source":38,"target":0},{"source":38,"target":29},{"source":38,"target":223},{"source":223,"target":29},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":224},{"source":39,"target":225},{"source":39,"target":226},{"source":39,"target":227},{"source":224,"target":228},{"source":224,"target":39},{"source":225,"target":229},{"source":225,"target":39},{"source":226,"target":40},{"source":226,"target":230},{"source":226,"target":39},{"source":226,"target":231},{"source":230,"target":40},{"source":227,"target":38},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":231},{"source":40,"target":195},{"source":40,"target":232},{"source":231,"target":39},{"source":231,"target":233},{"source":231,"target":40},{"source":231,"target":226},{"source":233,"target":39},{"source":195,"target":29},{"source":195,"target":234},{"source":195,"target":40},{"source":195,"target":187},{"source":234,"target":29},{"source":232,"target":37}],"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="patterns" nsURI="http://eclectic.org/frontend/patL" nsPrefix="ec_frontend_patL"> <eClassifiers xsi:type="ecore:EClass" name="PatternSpecification" eSuperTypes="#//dep/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Pattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//dep/LocatedElement"> <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="objects" upperBound="-1" eType="#//PObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputVariables" upperBound="-1" eType="#//POutputVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="POutputVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//PObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PObject" eSuperTypes="#//dep/Variable #//dep/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//dep/ClassUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//PFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PFeature" abstract="true" eSuperTypes="#//dep/LocatedElement"> <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="PAttribute" eSuperTypes="#//PFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//dep/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//dep/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PReference" eSuperTypes="#//PFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//PObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionReference" eSuperTypes="#//PReference"/> <eSubpackages name="dep" nsURI="http://eclectic.org/frontend/dep" nsPrefix="ec_frontend_dep"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationDefinitionParameter"/> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClassUse"/> <eClassifiers xsi:type="ecore:EClass" name="Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/jesusc/eclectic/plugins/org.eclectic.frontend.asm/model/frontend.pat.ecore
ecore
patterns PatternSpecification patterns Pattern name objects outputVariables POutputVariable object PObject type features PFeature name PAttribute value variable PReference value CollectionReference dep NamedElement TransformationDefinition TransformationDefinitionParameter LocatedElement ClassUse Variable Expression
null
{"directed":true,"nodes":[{"nsPrefix":"ec_frontend_patL","nsURI":"http://eclectic.org/frontend/patL","name":"patterns","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POutputVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PObject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PFeature","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAttribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"nsPrefix":"ec_frontend_dep","nsURI":"http://eclectic.org/frontend/dep","name":"dep","id":9,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDefinition","instanceClass":null,"abstract":false,"id":10,"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":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputVariables","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"},{"container":false,"ordered":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":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":24,"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":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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassUse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"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":"name","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDefinitionParameter","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":12,"target":10},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":4},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":4},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"source":18,"target":14},{"source":3,"target":0},{"source":3,"target":22},{"source":22,"target":4},{"source":22,"target":23},{"source":22,"target":3},{"source":23,"target":4},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":14},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":25,"target":29},{"source":25,"target":30},{"source":25,"target":4},{"source":30,"target":29},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":4},{"source":31,"target":5},{"source":27,"target":24},{"source":28,"target":14},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":34},{"source":32,"target":5},{"source":33,"target":14},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":38},{"source":35,"target":39},{"source":35,"target":6},{"source":39,"target":38},{"source":36,"target":24},{"source":36,"target":40},{"source":36,"target":6},{"source":40,"target":24},{"source":37,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":4},{"source":41,"target":43},{"source":41,"target":7},{"source":43,"target":4},{"source":42,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":44},{"source":44,"target":7},{"source":9,"target":45},{"source":9,"target":10},{"source":9,"target":46},{"source":9,"target":14},{"source":9,"target":29},{"source":9,"target":24},{"source":9,"target":38},{"source":9,"target":0},{"source":45,"target":9},{"source":10,"target":9},{"source":46,"target":9},{"source":14,"target":9},{"source":29,"target":9},{"source":24,"target":9},{"source":38,"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="view" nsURI="http://www.kerblue.org/view/1.0" nsPrefix="view"> <eClassifiers xsi:type="ecore:EClass" name="ViewCollection" eSuperTypes="platform:/resource/com.bluexml.side.Common/model/Common.ecore#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotNull"/> </eAnnotations> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="nameNotNull" value="not self.name.oclIsUndefined() and self.name &lt;> ''"/> </eAnnotations> <eOperations name="getAllViews" upperBound="-1" eType="#//AbstractView"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="method to get all instances of AbstractView"/> <details key="body" value="ViewCollection.allInstances().views ->union(ViewCollection.allInstances().composedViews)"/> </eAnnotations> </eOperations> <eOperations name="getAllViewsAndSubViews" upperBound="-1" eType="#//AbstractView"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="method to get all instances of AbstractView"/> <details key="body" value="AbstractView.allInstances()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//AbstractView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composedViews" upperBound="-1" eType="#//ComposedView" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldContainer" abstract="true" eSuperTypes="#//FieldElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//FieldElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="use to list undesirable item"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="disabled" upperBound="-1" eType="#//FieldElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="list fieldElement that must be hidden"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldElement" abstract="true" eSuperTypes="#//Stylable platform:/resource/com.bluexml.side.Common/model/Common.ecore#//NamedModelElement"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="noSpecialCharacters" value="self.name.regexMatch('[\\w-]*') = true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noSpecialCharacters"/> </eAnnotations> <eOperations name="getViewCollection" upperBound="-1" eType="#//ViewCollection"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="return the root model element (viewCollection)"/> <details key="body" value="ViewCollection.allInstances()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mapTo" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="this may be use to show of the path use to reach the data to display exemple for attribute Object : ClassA ->association1 ->ClassB ->AspectA ->Attribute1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractView" abstract="true" eSuperTypes="#//FieldContainer"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="noSameName" value="if (self.getContainer().oclIsTypeOf(ViewCollection)) then&#xD;&#x9;ViewCollection.allInstances().views ->union(ViewCollection.allInstances().composedViews) -> select( t : AbstractView | self.name = t.name) -> size() = 1&#xD;else&#xD;&#x9;self.getContainer().oclAsType(FieldContainer).children -> select( t : FieldElement | self.name = t.name) -> size() = 1&#xD;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noSameName"/> </eAnnotations> <eOperations name="getFields" upperBound="-1" eType="#//Field"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="Get all the fields of the AbstractView, excluding the FieldContainers"/> <details key="body" value="if (self.oclIsKindOf(AbstractDataTable)) then&#xD;&#x9;self.oclAsType(AbstractDataTable).getCols().children->select(oclIsKindOf(Field))->asSequence()->union(self.getDirectChildFields()->asSequence()).oclAsType(Field) &#xD;else self.getDirectChildFields().oclAsType(Field) endif"/> </eAnnotations> </eOperations> <eOperations name="getDirectChildFields" upperBound="-1" eType="#//Field"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="Get all the fields of the AbstractView, excluding the FieldContainers"/> <details key="body" value="self.children->select(oclIsKindOf(Field)).oclAsType(Field) ->asSequence()"/> </eAnnotations> </eOperations> <eOperations name="getInnerView" upperBound="-1" eType="#//AbstractView"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="Get inner AbtractView of the AbstractView"/> <details key="body" value="self.children->select(oclIsKindOf(AbstractView))"/> </eAnnotations> </eOperations> <eOperations name="getDisabledAndEnabledField" upperBound="-1" eType="#//Field"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="Get all the fields of the AbstractView, including disabled Field, excluding the FieldContainers"/> <details key="body" value="self.getFields()->union(self.getDisabledFields())"/> </eAnnotations> </eOperations> <eOperations name="getDisabledFields" upperBound="-1" eType="#//Field"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="Get all the disabled Fields"/> <details key="body" value="if (self.oclIsKindOf(AbstractDataTable)) then self.oclAsType(AbstractDataTable).disabled->select(oclIsKindOf(Col)).oclAsType(Col).children->select(oclIsKindOf(Field))->asSet()->union(self.disabled->select(oclIsKindOf(Field))).oclAsType(Field) else self.disabled->select(oclIsKindOf(Field)).oclAsType(Field) endif"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractViewOf" abstract="true" eSuperTypes="#//AbstractView"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewOf" eType="ecore:EClass platform:/resource/com.bluexml.side.Class/model/Class.ecore#//AbstractClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDataTable" abstract="true" eSuperTypes="#//AbstractViewOf #//DataTableElement #//Paginable"> <eOperations name="getCols" upperBound="-1" eType="#//Col"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="description" value="Get all the Cols of the AbstractView"/> <details key="body" value="self.children->select(oclIsTypeOf(Col)).oclAsType(Col)"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="haveRowActions" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//OperationComponent" containment="true"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="set action list available on each row"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haveSelectActions" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//OperationComponent" containment="true"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="set available actions on selected rows"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haveDefaultColActions" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//OperationComponent" containment="true"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="use this to setup default actions available on each colomn"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Col" eSuperTypes="#//FieldContainer #//Movable #//Editable #//Filterable #//Sortable #//Actionable"/> <eClassifiers xsi:type="ecore:EClass" name="Paging"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paginationStyle" lowerBound="1" eType="#//PaginationStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxItems" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="use -1 for unlimited"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sorting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortOrder" eType="#//SortOrder"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="must be set if sortable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sorted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filtering"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultFilterValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Styling" eSuperTypes="platform:/resource/com.bluexml.side.Common/model/Common.ecore#//MetaInfoGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="use to setup presentation options wath can not be lised because of technical dependencies (visualizer specification)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="this can be an identifier for CSS, xsl file or anything else that can manage style maybe a theme id,&#xD;nb : styles information are not available for generation purpose in this case&#xD;if you need to store style information in the model use instead metaData or available Style properties"/> </eAnnotations> </eStructuralFeatures> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SortOrder"> <eLiterals name="asc" literal="asc"/> <eLiterals name="desc" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PaginationStyle"> <eLiterals name="page"/> <eLiterals name="scroll" value="1"/> <eLiterals name="none" value="-1"/> <eLiterals name="more" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Halign"> <eLiterals name="center"/> <eLiterals name="left" value="1"/> <eLiterals name="right" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DataList" eSuperTypes="#//AbstractDataTable #//Col"/> <eClassifiers xsi:type="ecore:EClass" name="DataTable" eSuperTypes="#//AbstractDataTable #//Actionable"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultColSetUp" eType="#//Col" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FacetMap" eSuperTypes="#//AbstractViewOf #//Paginable #//Actionable"> <eOperations name="getResultsAttributes" upperBound="-1" eType="#//FieldElement"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="body" value="self.children->select(oclIsKindOf(AbstractView))->asOrderedSet()->first().oclAsType(AbstractView).children->select(oclIsKindOf(FieldElement))"/> <details key="description" value="Get the first element of the abstract View in the Facetmap"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayEmptyFacet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="facetDisplayType" eType="#//FacetDisplayType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//AbstractViewOf #//Sortable #//Editable #//Movable #//Filterable #//Actionable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Display data as Tree, the model Element &quot;dataType&quot; can be an clazz.AssociationEnd, so the tree can be buid following the Association"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeOperations" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//OperationComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeValue" lowerBound="1" eType="#//FieldElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultDepth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxDepth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedView" eSuperTypes="#//AbstractView"/> <eClassifiers xsi:type="ecore:EClass" name="Field" abstract="true" eSuperTypes="#//FieldElement"> <eAnnotations source="http://www.bluexml.com/OCL"> <details key="noFieldMapped" value="not self.mapTo.oclIsUndefined()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noFieldMapped"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paternLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widgetType" eType="#//WidgetTextType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanField" eSuperTypes="#//Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="split" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PasswordField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="FloatField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="ActionField" eSuperTypes="#//Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="must be &quot;mapTo&quot; object that can be &#xD;use to describe actions like OperationComponent, transition etc"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//OperationComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="TimeField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="DateTimeField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="PhoneNumberField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="EmailField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="FileField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="SelectField" eSuperTypes="#//Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectWidget" eType="#//SelectWidgetType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HtmlField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="URLField" eSuperTypes="#//Field"/> <eClassifiers xsi:type="ecore:EClass" name="ImageField" eSuperTypes="#//FileField"/> <eClassifiers xsi:type="ecore:EEnum" name="LoadingType"> <eLiterals name="static" literal="Static"/> <eLiterals name="dynamic" value="1" literal="Dynamic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WidgetTextType"> <eLiterals name="monoline"/> <eLiterals name="multiline" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SelectWidgetType"> <eLiterals name="monoline"/> <eLiterals name="autocomplete" value="1"/> <eLiterals name="multiline" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stylable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="styling" eType="#//Styling" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paginable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="paging" eType="#//Paging" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actionable"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" eType="ecore:EClass platform:/resource/com.bluexml.side.Common/model/Common.ecore#//OperationComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sortable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="sorting" eType="#//Sorting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Editable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Movable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="movable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filterable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="filtering" eType="#//Filtering" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FacetDisplayType"> <eLiterals name="list"/> <eLiterals name="cloud" value="1"/> <eLiterals name="improvedCloud" value="2" literal="improvedCloud"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldGroup" eSuperTypes="#//FieldContainer"/> </ecore:EPackage>
github:ecore:/data/bluedolmen/SIDE/MetaModel/View/trunk/com.bluexml.side.View/model/View.ecore
ecore
view ViewCollection getAllViews getAllViewsAndSubViews views composedViews FieldContainer children disabled FieldElement getViewCollection mapTo prefix suffix hidden AbstractView getFields getDirectChildFields getInnerView getDisabledAndEnabledField getDisabledFields AbstractViewOf viewOf AbstractDataTable getCols haveRowActions haveSelectActions haveDefaultColActions Col Paging paginationStyle maxItems maxPage Sorting sortOrder sorted false Filtering defaultFilterValue Styling style height width SortOrder asc asc desc desc PaginationStyle page page scroll scroll none none more more Halign center center left left right right DataTableElement DataList DataTable defaultColSetUp FacetMap getResultsAttributes displayEmptyFacet facetDisplayType Tree nodeOperations nodeValue defaultDepth 1 maxDepth ComposedView Field patern paternLanguage path TextField widgetType BooleanField split PasswordField FloatField ActionField operations DateField TimeField DateTimeField PhoneNumberField EmailField IntegerField FileField SelectField selectWidget HtmlField URLField ImageField LoadingType static Static dynamic Dynamic WidgetTextType monoline monoline multiline multiline SelectWidgetType monoline monoline autocomplete autocomplete multiline multiline Stylable styling Paginable paging Actionable operations Sortable sorting Editable editable false Movable movable Filterable filtering FacetDisplayType list list cloud cloud improvedCloud improvedCloud FieldGroup
null
{"directed":true,"nodes":[{"nsPrefix":"view","nsURI":"http://www.kerblue.org/view/1.0","name":"view","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewCollection","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldContainer","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractView","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractViewOf","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDataTable","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Col","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paging","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sorting","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filtering","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Styling","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SortOrder","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PaginationStyle","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Halign","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTableElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataList","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTable","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetMap","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedView","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanField","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasswordField","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatField","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionField","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateField","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeField","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeField","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhoneNumberField","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmailField","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerField","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileField","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectField","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HtmlField","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLField","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageField","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LoadingType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WidgetTextType","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SelectWidgetType","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stylable","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paginable","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actionable","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sortable","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Editable","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Movable","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filterable","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FacetDisplayType","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldGroup","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllViews","lowerBound":0,"id":50,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllViewsAndSubViews","lowerBound":0,"id":51,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"disabled","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getViewCollection","lowerBound":0,"id":64,"many":true,"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":"mapTo","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":"prefix","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":"suffix","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFields","lowerBound":0,"id":76,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDirectChildFields","lowerBound":0,"id":77,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInnerView","lowerBound":0,"id":78,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDisabledAndEnabledField","lowerBound":0,"id":79,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDisabledFields","lowerBound":0,"id":80,"many":true,"required":false,"eClass":"EOperation"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getCols","lowerBound":0,"id":90,"many":true,"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":"haveRowActions","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":"haveSelectActions","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":"haveDefaultColActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paginationStyle","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxItems","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxPage","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortOrder","changeable":true,"lowerBound":0,"iD":false,"id":113,"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":"sorted","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultFilterValue","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"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":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","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"},{"name":"asc","id":126,"value":0,"literal":"asc","eClass":"EEnumLiteral"},{"name":"desc","id":127,"value":1,"literal":"desc","eClass":"EEnumLiteral"},{"name":"page","id":128,"value":0,"literal":"page","eClass":"EEnumLiteral"},{"name":"scroll","id":129,"value":1,"literal":"scroll","eClass":"EEnumLiteral"},{"name":"none","id":130,"value":-1,"literal":"none","eClass":"EEnumLiteral"},{"name":"more","id":131,"value":2,"literal":"more","eClass":"EEnumLiteral"},{"name":"center","id":132,"value":0,"literal":"center","eClass":"EEnumLiteral"},{"name":"left","id":133,"value":1,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":134,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultColSetUp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getResultsAttributes","lowerBound":0,"id":141,"many":true,"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":"displayEmptyFacet","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facetDisplayType","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"defaultDepth","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxDepth","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"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"patern","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paternLanguage","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"path","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widgetType","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"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":"split","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectWidget","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"name":"static","id":196,"value":0,"literal":"Static","eClass":"EEnumLiteral"},{"name":"dynamic","id":197,"value":1,"literal":"Dynamic","eClass":"EEnumLiteral"},{"name":"monoline","id":198,"value":0,"literal":"monoline","eClass":"EEnumLiteral"},{"name":"multiline","id":199,"value":1,"literal":"multiline","eClass":"EEnumLiteral"},{"name":"monoline","id":200,"value":0,"literal":"monoline","eClass":"EEnumLiteral"},{"name":"autocomplete","id":201,"value":1,"literal":"autocomplete","eClass":"EEnumLiteral"},{"name":"multiline","id":202,"value":2,"literal":"multiline","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":"styling","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paging","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sorting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"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":"editable","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"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":"movable","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filtering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"name":"list","id":217,"value":0,"literal":"list","eClass":"EEnumLiteral"},{"name":"cloud","id":218,"value":1,"literal":"cloud","eClass":"EEnumLiteral"},{"name":"improvedCloud","id":219,"value":2,"literal":"improvedCloud","eClass":"EEnumLiteral"},{"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":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":50,"target":4},{"source":50,"target":55},{"source":50,"target":1},{"source":55,"target":4},{"source":51,"target":4},{"source":51,"target":56},{"source":51,"target":1},{"source":56,"target":4},{"source":52,"target":4},{"source":52,"target":57},{"source":52,"target":1},{"source":57,"target":4},{"source":53,"target":20},{"source":53,"target":58},{"source":53,"target":1},{"source":58,"target":20},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":59,"target":3},{"source":59,"target":62},{"source":59,"target":2},{"source":62,"target":3},{"source":60,"target":3},{"source":60,"target":63},{"source":60,"target":2},{"source":63,"target":3},{"source":61,"target":3},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":64,"target":1},{"source":64,"target":71},{"source":64,"target":3},{"source":71,"target":1},{"source":65,"target":72},{"source":65,"target":3},{"source":66,"target":73},{"source":66,"target":3},{"source":67,"target":74},{"source":67,"target":3},{"source":68,"target":75},{"source":68,"target":3},{"source":69,"target":41},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":76,"target":21},{"source":76,"target":82},{"source":76,"target":4},{"source":82,"target":21},{"source":77,"target":21},{"source":77,"target":83},{"source":77,"target":4},{"source":83,"target":21},{"source":78,"target":4},{"source":78,"target":84},{"source":78,"target":4},{"source":84,"target":4},{"source":79,"target":21},{"source":79,"target":85},{"source":79,"target":4},{"source":85,"target":21},{"source":80,"target":21},{"source":80,"target":86},{"source":80,"target":4},{"source":86,"target":21},{"source":81,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":87},{"source":5,"target":88},{"source":87,"target":89},{"source":87,"target":5},{"source":88,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":15},{"source":6,"target":42},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":6,"target":96},{"source":90,"target":7},{"source":90,"target":97},{"source":90,"target":6},{"source":97,"target":7},{"source":91,"target":98},{"source":91,"target":6},{"source":92,"target":99},{"source":92,"target":6},{"source":93,"target":100},{"source":93,"target":6},{"source":94,"target":5},{"source":95,"target":15},{"source":96,"target":42},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":46},{"source":7,"target":45},{"source":7,"target":47},{"source":7,"target":44},{"source":7,"target":43},{"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":101,"target":2},{"source":102,"target":46},{"source":103,"target":45},{"source":104,"target":47},{"source":105,"target":44},{"source":106,"target":43},{"source":8,"target":0},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":107,"target":13},{"source":107,"target":110},{"source":107,"target":8},{"source":110,"target":13},{"source":108,"target":111},{"source":108,"target":8},{"source":109,"target":112},{"source":109,"target":8},{"source":9,"target":0},{"source":9,"target":113},{"source":9,"target":114},{"source":113,"target":12},{"source":113,"target":115},{"source":113,"target":9},{"source":115,"target":12},{"source":114,"target":116},{"source":114,"target":9},{"source":10,"target":0},{"source":10,"target":117},{"source":117,"target":118},{"source":117,"target":10},{"source":11,"target":0},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":11,"target":122},{"source":119,"target":123},{"source":119,"target":11},{"source":120,"target":124},{"source":120,"target":11},{"source":121,"target":125},{"source":121,"target":11},{"source":12,"target":0},{"source":12,"target":126},{"source":12,"target":127},{"source":126,"target":12},{"source":127,"target":12},{"source":13,"target":0},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":128,"target":13},{"source":129,"target":13},{"source":130,"target":13},{"source":131,"target":13},{"source":14,"target":0},{"source":14,"target":132},{"source":14,"target":133},{"source":14,"target":134},{"source":132,"target":14},{"source":133,"target":14},{"source":134,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":7},{"source":16,"target":135},{"source":16,"target":136},{"source":135,"target":6},{"source":136,"target":7},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":43},{"source":17,"target":137},{"source":17,"target":138},{"source":17,"target":139},{"source":137,"target":7},{"source":137,"target":140},{"source":137,"target":17},{"source":140,"target":7},{"source":138,"target":6},{"source":139,"target":43},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":42},{"source":18,"target":43},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":18,"target":146},{"source":141,"target":3},{"source":141,"target":147},{"source":141,"target":18},{"source":147,"target":3},{"source":142,"target":148},{"source":142,"target":18},{"source":143,"target":48},{"source":143,"target":149},{"source":143,"target":18},{"source":149,"target":48},{"source":144,"target":5},{"source":145,"target":42},{"source":146,"target":43},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":44},{"source":19,"target":45},{"source":19,"target":46},{"source":19,"target":47},{"source":19,"target":43},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":19,"target":154},{"source":19,"target":155},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":150,"target":160},{"source":150,"target":19},{"source":151,"target":3},{"source":151,"target":161},{"source":151,"target":19},{"source":161,"target":3},{"source":152,"target":162},{"source":152,"target":19},{"source":153,"target":163},{"source":153,"target":19},{"source":154,"target":5},{"source":155,"target":44},{"source":156,"target":45},{"source":157,"target":46},{"source":158,"target":47},{"source":159,"target":43},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":164},{"source":164,"target":4},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":165},{"source":21,"target":166},{"source":21,"target":167},{"source":21,"target":168},{"source":165,"target":169},{"source":165,"target":21},{"source":166,"target":170},{"source":166,"target":21},{"source":167,"target":171},{"source":167,"target":21},{"source":168,"target":3},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":172},{"source":22,"target":173},{"source":172,"target":39},{"source":172,"target":174},{"source":172,"target":22},{"source":174,"target":39},{"source":173,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":175},{"source":23,"target":176},{"source":175,"target":177},{"source":175,"target":23},{"source":176,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":178},{"source":178,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":179},{"source":179,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":180},{"source":26,"target":181},{"source":180,"target":182},{"source":180,"target":26},{"source":181,"target":21},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":183},{"source":183,"target":21},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":184},{"source":184,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":185},{"source":185,"target":21},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":186},{"source":186,"target":21},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":187},{"source":187,"target":21},{"source":32,"target":0},{"source":32,"target":21},{"source":32,"target":188},{"source":188,"target":21},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":189},{"source":189,"target":21},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":190},{"source":34,"target":191},{"source":190,"target":40},{"source":190,"target":192},{"source":190,"target":34},{"source":192,"target":40},{"source":191,"target":21},{"source":35,"target":0},{"source":35,"target":21},{"source":35,"target":193},{"source":193,"target":21},{"source":36,"target":0},{"source":36,"target":21},{"source":36,"target":194},{"source":194,"target":21},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":195},{"source":195,"target":33},{"source":38,"target":0},{"source":38,"target":196},{"source":38,"target":197},{"source":196,"target":38},{"source":197,"target":38},{"source":39,"target":0},{"source":39,"target":198},{"source":39,"target":199},{"source":198,"target":39},{"source":199,"target":39},{"source":40,"target":0},{"source":40,"target":200},{"source":40,"target":201},{"source":40,"target":202},{"source":200,"target":40},{"source":201,"target":40},{"source":202,"target":40},{"source":41,"target":0},{"source":41,"target":203},{"source":203,"target":11},{"source":203,"target":204},{"source":203,"target":41},{"source":204,"target":11},{"source":42,"target":0},{"source":42,"target":205},{"source":205,"target":8},{"source":205,"target":206},{"source":205,"target":42},{"source":206,"target":8},{"source":43,"target":0},{"source":43,"target":207},{"source":207,"target":208},{"source":207,"target":43},{"source":44,"target":0},{"source":44,"target":209},{"source":209,"target":9},{"source":209,"target":210},{"source":209,"target":44},{"source":210,"target":9},{"source":45,"target":0},{"source":45,"target":211},{"source":211,"target":212},{"source":211,"target":45},{"source":46,"target":0},{"source":46,"target":213},{"source":213,"target":214},{"source":213,"target":46},{"source":47,"target":0},{"source":47,"target":215},{"source":215,"target":10},{"source":215,"target":216},{"source":215,"target":47},{"source":216,"target":10},{"source":48,"target":0},{"source":48,"target":217},{"source":48,"target":218},{"source":48,"target":219},{"source":217,"target":48},{"source":218,"target":48},{"source":219,"target":48},{"source":49,"target":0},{"source":49,"target":2},{"source":49,"target":220},{"source":220,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="vmware" nsURI="http://occiware.org/occi/infrastructure/vmware/ecore" nsPrefix="vmware"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="occi" value="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#/"/> <details key="crtp" value="platform:/plugin/org.eclipse.cmf.occi.crtp/model/crtp.ecore#/"/> <details key="infrastructure" value="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#/"/> <details key="accounts" value="platform:/resource/org.eclipse.cmf.occi.multicloud.accounts/model/accounts.ecore#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="GuestOsIdentifiers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumerate the guest os id used on vCenter VMware platform"/> </eAnnotations> <eLiterals name="dosGuest" literal="dosGuest"/> <eLiterals name="win31Guest" value="1" literal="win31Guest"/> <eLiterals name="win95Guest" value="2" literal="win95Guest"/> <eLiterals name="win98Guest" value="3" literal="win98Guest"/> <eLiterals name="winMeGuest" value="4" literal="winMeGuest"/> <eLiterals name="winNTGuest" value="5" literal="winNTGuest"/> <eLiterals name="win2000ProGuest" value="6" literal="win2000ProGuest"/> <eLiterals name="win2000ServGuest" value="7" literal="win2000ServGuest"/> <eLiterals name="win2000AdvServGuest" value="8" literal="win2000AdvServGuest"/> <eLiterals name="winXPHomeGuest" value="9" literal="winXPHomeGuest"/> <eLiterals name="winXPProGuest" value="10" literal="winXPProGuest"/> <eLiterals name="winXPPro64Guest" value="11" literal="winXPPro64Guest"/> <eLiterals name="winNetWebGuest" value="12" literal="winNetWebGuest"/> <eLiterals name="winNetStandardGuest" value="13" literal="winNetStandardGuest"/> <eLiterals name="winNetEnterpriseGuest" value="14" literal="winNetEnterpriseGuest"/> <eLiterals name="winNetDatacenterGuest" value="15" literal="winNetDatacenterGuest"/> <eLiterals name="winNetBusinessGuest" value="16" literal="winNetBusinessGuest"/> <eLiterals name="winNetStandard64Guest" value="17" literal="winNetStandard64Guest"/> <eLiterals name="winNetEnterprise64Guest" value="18" literal="winNetEnterprise64Guest"/> <eLiterals name="winLonghornGuest" value="19" literal="winLonghornGuest"/> <eLiterals name="winLonghorn64Guest" value="20" literal="winLonghorn64Guest"/> <eLiterals name="winNetDatacenter64Guest" value="21" literal="winNetDatacenter64Guest"/> <eLiterals name="winVistaGuest" value="22" literal="winVistaGuest"/> <eLiterals name="winVista64Guest" value="23" literal="winVista64Guest"/> <eLiterals name="windows7Guest" value="24" literal="windows7Guest"/> <eLiterals name="windows7_64Guest" value="25" literal="windows7_64Guest"/> <eLiterals name="windows7Server64Guest" value="26" literal="windows7Server64Guest"/> <eLiterals name="windows8Guest" value="27" literal="windows8Guest"/> <eLiterals name="windows8_64Guest" value="28" literal="windows8_64Guest"/> <eLiterals name="windows8Server64Guest" value="29" literal="windows8Server64Guest"/> <eLiterals name="windows9Guest" value="30" literal="windows9Guest"/> <eLiterals name="windows9_64Guest" value="31" literal="windows9_64Guest"/> <eLiterals name="windows9Server64Guest" value="32" literal="windows9Server64Guest"/> <eLiterals name="windowsHyperVGuest" value="33" literal="windowsHyperVGuest"/> <eLiterals name="freebsdGuest" value="34" literal="freebsdGuest"/> <eLiterals name="freebsd64Guest" value="35" literal="freebsd64Guest"/> <eLiterals name="redhatGuest" value="36" literal="redhatGuest"/> <eLiterals name="rhel2Guest" value="37" literal="rhel2Guest"/> <eLiterals name="rhel3Guest" value="38" literal="rhel3Guest"/> <eLiterals name="rhel3_64Guest" value="39" literal="rhel3_64Guest"/> <eLiterals name="rhel4Guest" value="40" literal="rhel4Guest"/> <eLiterals name="rhel4_64Guest" value="41" literal="rhel4_64Guest"/> <eLiterals name="rhel5Guest" value="42" literal="rhel5Guest"/> <eLiterals name="rhel5_64Guest" value="43" literal="rhel5_64Guest"/> <eLiterals name="rhel6Guest" value="44" literal="rhel6Guest"/> <eLiterals name="rhel6_64Guest" value="45" literal="rhel6_64Guest"/> <eLiterals name="rhel7Guest" value="46" literal="rhel7Guest"/> <eLiterals name="rhel7_64Guest" value="47" literal="rhel7_64Guest"/> <eLiterals name="centosGuest" value="48" literal="centosGuest"/> <eLiterals name="centos64Guest" value="49" literal="centos64Guest"/> <eLiterals name="oracleLinuxGuest" value="50" literal="oracleLinuxGuest"/> <eLiterals name="oracleLinux64Guest" value="51" literal="oracleLinux64Guest"/> <eLiterals name="suseGuest" value="52" literal="suseGuest"/> <eLiterals name="suse64Guest" value="53" literal="suse64Guest"/> <eLiterals name="slesGuest" value="54" literal="slesGuest"/> <eLiterals name="sles64Guest" value="55" literal="sles64Guest"/> <eLiterals name="sles10Guest" value="56" literal="sles10Guest"/> <eLiterals name="sles10_64Guest" value="57" literal="sles10_64Guest"/> <eLiterals name="sles11Guest" value="58" literal="sles11Guest"/> <eLiterals name="sles11_64Guest" value="59" literal="sles11_64Guest"/> <eLiterals name="sles12Guest" value="60" literal="sles12Guest"/> <eLiterals name="sles12_64Guest" value="61" literal="sles12_64Guest"/> <eLiterals name="nld9Guest" value="62" literal="nld9Guest"/> <eLiterals name="oesGuest" value="63" literal="oesGuest"/> <eLiterals name="sjdsGuest" value="64" literal="sjdsGuest"/> <eLiterals name="mandrakeGuest" value="65" literal="mandrakeGuest"/> <eLiterals name="mandrivaGuest" value="66" literal="mandrivaGuest"/> <eLiterals name="mandriva64Guest" value="67" literal="mandriva64Guest"/> <eLiterals name="turboLinuxGuest" value="68" literal="turboLinuxGuest"/> <eLiterals name="turboLinux64Guest" value="69" literal="turboLinux64Guest"/> <eLiterals name="ubuntuGuest" value="70" literal="ubuntuGuest"/> <eLiterals name="ubuntu64Guest" value="71" literal="ubuntu64Guest"/> <eLiterals name="debian4Guest" value="72" literal="debian4Guest"/> <eLiterals name="debian4_64Guest" value="73" literal="debian4_64Guest"/> <eLiterals name="debian5Guest" value="74" literal="debian5Guest"/> <eLiterals name="debian5_64Guest" value="75" literal="debian5_64Guest"/> <eLiterals name="debian6Guest" value="76" literal="debian6Guest"/> <eLiterals name="debian6_64Guest" value="77" literal="debian6_64Guest"/> <eLiterals name="debian7Guest" value="78" literal="debian7Guest"/> <eLiterals name="debian7_64Guest" value="79" literal="debian7_64Guest"/> <eLiterals name="debian8Guest" value="80" literal="debian8Guest"/> <eLiterals name="debian8_64Guest" value="81" literal="debian8_64Guest"/> <eLiterals name="asianux3Guest" value="82" literal="asianux3Guest"/> <eLiterals name="asianux3_64Guest" value="83" literal="asianux3_64Guest"/> <eLiterals name="asianux4Guest" value="84" literal="asianux4Guest"/> <eLiterals name="asianux4_64Guest" value="85" literal="asianux4_64Guest"/> <eLiterals name="asianux5_64Guest" value="86" literal="asianux5_64Guest"/> <eLiterals name="opensuseGuest" value="87" literal="opensuseGuest"/> <eLiterals name="opensuse64Guest" value="88" literal="opensuse64Guest"/> <eLiterals name="fedoraGuest" value="89" literal="fedoraGuest"/> <eLiterals name="fedora64Guest" value="90" literal="fedora64Guest"/> <eLiterals name="coreos64Guest" value="91" literal="coreos64Guest"/> <eLiterals name="other24xLinuxGuest" value="92" literal="other24xLinuxGuest"/> <eLiterals name="other26xLinuxGuest" value="93" literal="other26xLinuxGuest"/> <eLiterals name="otherLinuxGuest" value="94" literal="otherLinuxGuest"/> <eLiterals name="other3xLinuxGuest" value="95" literal="other3xLinuxGuest"/> <eLiterals name="genericLinuxGuest" value="96" literal="genericLinuxGuest"/> <eLiterals name="other24xLinux64Guest" value="97" literal="other24xLinux64Guest"/> <eLiterals name="other26xLinux64Guest" value="98" literal="other26xLinux64Guest"/> <eLiterals name="other3xLinux64Guest" value="99" literal="other3xLinux64Guest"/> <eLiterals name="otherLinux64Guest" value="100" literal="otherLinux64Guest"/> <eLiterals name="solaris6Guest" value="101" literal="solaris6Guest"/> <eLiterals name="solaris7Guest" value="102" literal="solaris7Guest"/> <eLiterals name="solaris8Guest" value="103" literal="solaris8Guest"/> <eLiterals name="solaris9Guest" value="104" literal="solaris9Guest"/> <eLiterals name="solaris10Guest" value="105" literal="solaris10Guest"/> <eLiterals name="solaris10_64Guest" value="106" literal="solaris10_64Guest"/> <eLiterals name="solaris11_64Guest" value="107" literal="solaris11_64Guest"/> <eLiterals name="os2Guest" value="108" literal="os2Guest"/> <eLiterals name="eComStationGuest" value="109" literal="eComStationGuest"/> <eLiterals name="eComStation2Guest" value="110" literal="eComStation2Guest"/> <eLiterals name="netware4Guest" value="111" literal="netware4Guest"/> <eLiterals name="netware5Guest" value="112" literal="netware5Guest"/> <eLiterals name="netware6Guest" value="113" literal="netware6Guest"/> <eLiterals name="openServer5Guest" value="114" literal="openServer5Guest"/> <eLiterals name="openServer6Guest" value="115" literal="openServer6Guest"/> <eLiterals name="unixWare7Guest" value="116" literal="unixWare7Guest"/> <eLiterals name="darwinGuest" value="117" literal="darwinGuest"/> <eLiterals name="darwin64Guest" value="118" literal="darwin64Guest"/> <eLiterals name="darwin10Guest" value="119" literal="darwin10Guest"/> <eLiterals name="darwin10_64Guest" value="120" literal="darwin10_64Guest"/> <eLiterals name="darwin11Guest" value="121" literal="darwin11Guest"/> <eLiterals name="darwin11_64Guest" value="122" literal="darwin11_64Guest"/> <eLiterals name="darwin12_64Guest" value="123" literal="darwin12_64Guest"/> <eLiterals name="darwin13_64Guest" value="124" literal="darwin13_64Guest"/> <eLiterals name="darwin14_64Guest" value="125" literal="darwin14_64Guest"/> <eLiterals name="vmkernelGuest" value="126" literal="vmkernelGuest"/> <eLiterals name="vmkernel5Guest" value="127" literal="vmkernel5Guest"/> <eLiterals name="vmkernel6Guest" value="128" literal="vmkernel6Guest"/> <eLiterals name="otherGuest" value="129" literal="otherGuest"/> <eLiterals name="otherGuest64" value="130" literal="otherGuest64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instancevmware" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Compute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the template if this compute has a template or will be created with a template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="markedastemplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gueststate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guestosid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vcpu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Unique Instance provider Id given by provider after creation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guestIpv4Address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Ipv4 address from guest tools."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guestIpv6Address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Storagevmware" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Storage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Storagelinkvmware" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Storagelink"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sourceConstraint targetConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="sourceConstraint" value="self.source.oclIsKindOf(vmware::Instancevmware)"/> <details key="targetConstraint" value="self.target.oclIsKindOf(vmware::Storagevmware)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vswitch" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Network"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Networkadapter" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Networkinterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Network adapter interface"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sourceConstraint targetConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="sourceConstraint" value="self.source.oclIsKindOf(vmware::Instancevmware)"/> <details key="targetConstraint" value="self.target.oclIsKindOf(vmware::Vswitch)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vcenteraccount" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.accounts/model/accounts.ecore#//Cloudaccount"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Windows" eSuperTypes="#//Os_tpl_vmware platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Instancevmware)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Linux" eSuperTypes="#//Os_tpl_vmware platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Instancevmware)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Macosx" eSuperTypes="#//Os_tpl_vmware platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Instancevmware)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vmwarefolders" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Instancevmware) or self.entity.oclIsKindOf(vmware::Networkadapter) or self.entity.oclIsKindOf(vmware::Storagelinkvmware) or self.entity.oclIsKindOf(vmware::Storagevmware) or self.entity.oclIsKindOf(vmware::Vswitch)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datacentername" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Datacenter name identifier of the entity"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datastorename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Datastore name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clustername" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostsystemname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inventorypath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Os_tpl_vmware" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//Os_tpl platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Instancevmware)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datastoreisopath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guestid" lowerBound="1" eType="#//GuestOsIdentifiers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ssh_user_data" eSuperTypes="platform:/plugin/org.eclipse.cmf.occi.infrastructure/model/Infrastructure.ecore#//User_data platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Instancevmware)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="occiComputeUserdataFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vcentercredential" eSuperTypes="platform:/resource/org.eclipse.cmf.occi.multicloud.accounts/model/accounts.ecore#//Basiccredential platform:/plugin/org.eclipse.cmf.occi.core/model/OCCI.ecore#//MixinBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="appliesConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="appliesConstraint" value="self.entity.oclIsKindOf(vmware::Vcenteraccount)"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/occiware/MoDEMO/plugins/org.eclipse.cmf.occi.multicloud.vmware/model/vmware.ecore
ecore
vmware GuestOsIdentifiers dosGuest dosGuest win31Guest win31Guest win95Guest win95Guest win98Guest win98Guest winMeGuest winMeGuest winNTGuest winNTGuest win2000ProGuest win2000ProGuest win2000ServGuest win2000ServGuest win2000AdvServGuest win2000AdvServGuest winXPHomeGuest winXPHomeGuest winXPProGuest winXPProGuest winXPPro64Guest winXPPro64Guest winNetWebGuest winNetWebGuest winNetStandardGuest winNetStandardGuest winNetEnterpriseGuest winNetEnterpriseGuest winNetDatacenterGuest winNetDatacenterGuest winNetBusinessGuest winNetBusinessGuest winNetStandard64Guest winNetStandard64Guest winNetEnterprise64Guest winNetEnterprise64Guest winLonghornGuest winLonghornGuest winLonghorn64Guest winLonghorn64Guest winNetDatacenter64Guest winNetDatacenter64Guest winVistaGuest winVistaGuest winVista64Guest winVista64Guest windows7Guest windows7Guest windows7_64Guest windows7_64Guest windows7Server64Guest windows7Server64Guest windows8Guest windows8Guest windows8_64Guest windows8_64Guest windows8Server64Guest windows8Server64Guest windows9Guest windows9Guest windows9_64Guest windows9_64Guest windows9Server64Guest windows9Server64Guest windowsHyperVGuest windowsHyperVGuest freebsdGuest freebsdGuest freebsd64Guest freebsd64Guest redhatGuest redhatGuest rhel2Guest rhel2Guest rhel3Guest rhel3Guest rhel3_64Guest rhel3_64Guest rhel4Guest rhel4Guest rhel4_64Guest rhel4_64Guest rhel5Guest rhel5Guest rhel5_64Guest rhel5_64Guest rhel6Guest rhel6Guest rhel6_64Guest rhel6_64Guest rhel7Guest rhel7Guest rhel7_64Guest rhel7_64Guest centosGuest centosGuest centos64Guest centos64Guest oracleLinuxGuest oracleLinuxGuest oracleLinux64Guest oracleLinux64Guest suseGuest suseGuest suse64Guest suse64Guest slesGuest slesGuest sles64Guest sles64Guest sles10Guest sles10Guest sles10_64Guest sles10_64Guest sles11Guest sles11Guest sles11_64Guest sles11_64Guest sles12Guest sles12Guest sles12_64Guest sles12_64Guest nld9Guest nld9Guest oesGuest oesGuest sjdsGuest sjdsGuest mandrakeGuest mandrakeGuest mandrivaGuest mandrivaGuest mandriva64Guest mandriva64Guest turboLinuxGuest turboLinuxGuest turboLinux64Guest turboLinux64Guest ubuntuGuest ubuntuGuest ubuntu64Guest ubuntu64Guest debian4Guest debian4Guest debian4_64Guest debian4_64Guest debian5Guest debian5Guest debian5_64Guest debian5_64Guest debian6Guest debian6Guest debian6_64Guest debian6_64Guest debian7Guest debian7Guest debian7_64Guest debian7_64Guest debian8Guest debian8Guest debian8_64Guest debian8_64Guest asianux3Guest asianux3Guest asianux3_64Guest asianux3_64Guest asianux4Guest asianux4Guest asianux4_64Guest asianux4_64Guest asianux5_64Guest asianux5_64Guest opensuseGuest opensuseGuest opensuse64Guest opensuse64Guest fedoraGuest fedoraGuest fedora64Guest fedora64Guest coreos64Guest coreos64Guest other24xLinuxGuest other24xLinuxGuest other26xLinuxGuest other26xLinuxGuest otherLinuxGuest otherLinuxGuest other3xLinuxGuest other3xLinuxGuest genericLinuxGuest genericLinuxGuest other24xLinux64Guest other24xLinux64Guest other26xLinux64Guest other26xLinux64Guest other3xLinux64Guest other3xLinux64Guest otherLinux64Guest otherLinux64Guest solaris6Guest solaris6Guest solaris7Guest solaris7Guest solaris8Guest solaris8Guest solaris9Guest solaris9Guest solaris10Guest solaris10Guest solaris10_64Guest solaris10_64Guest solaris11_64Guest solaris11_64Guest os2Guest os2Guest eComStationGuest eComStationGuest eComStation2Guest eComStation2Guest netware4Guest netware4Guest netware5Guest netware5Guest netware6Guest netware6Guest openServer5Guest openServer5Guest openServer6Guest openServer6Guest unixWare7Guest unixWare7Guest darwinGuest darwinGuest darwin64Guest darwin64Guest darwin10Guest darwin10Guest darwin10_64Guest darwin10_64Guest darwin11Guest darwin11Guest darwin11_64Guest darwin11_64Guest darwin12_64Guest darwin12_64Guest darwin13_64Guest darwin13_64Guest darwin14_64Guest darwin14_64Guest vmkernelGuest vmkernelGuest vmkernel5Guest vmkernel5Guest vmkernel6Guest vmkernel6Guest otherGuest otherGuest otherGuest64 otherGuest64 Instancevmware imagename markedastemplate gueststate guestosid vcpu instanceId guestIpv4Address guestIpv6Address Storagevmware Storagelinkvmware Vswitch nbport Networkadapter Vcenteraccount Windows Linux Macosx Vmwarefolders datacentername datastorename clustername hostsystemname inventorypath Os_tpl_vmware datastoreisopath guestid Ssh_user_data password occiComputeUserdataFile user Vcentercredential
null
{"directed":true,"nodes":[{"nsPrefix":"vmware","nsURI":"http://occiware.org/occi/infrastructure/vmware/ecore","name":"vmware","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"GuestOsIdentifiers","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instancevmware","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storagevmware","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storagelinkvmware","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vswitch","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Networkadapter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vcenteraccount","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Windows","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Linux","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Macosx","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vmwarefolders","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Os_tpl_vmware","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ssh_user_data","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vcentercredential","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"name":"dosGuest","id":15,"value":0,"literal":"dosGuest","eClass":"EEnumLiteral"},{"name":"win31Guest","id":16,"value":1,"literal":"win31Guest","eClass":"EEnumLiteral"},{"name":"win95Guest","id":17,"value":2,"literal":"win95Guest","eClass":"EEnumLiteral"},{"name":"win98Guest","id":18,"value":3,"literal":"win98Guest","eClass":"EEnumLiteral"},{"name":"winMeGuest","id":19,"value":4,"literal":"winMeGuest","eClass":"EEnumLiteral"},{"name":"winNTGuest","id":20,"value":5,"literal":"winNTGuest","eClass":"EEnumLiteral"},{"name":"win2000ProGuest","id":21,"value":6,"literal":"win2000ProGuest","eClass":"EEnumLiteral"},{"name":"win2000ServGuest","id":22,"value":7,"literal":"win2000ServGuest","eClass":"EEnumLiteral"},{"name":"win2000AdvServGuest","id":23,"value":8,"literal":"win2000AdvServGuest","eClass":"EEnumLiteral"},{"name":"winXPHomeGuest","id":24,"value":9,"literal":"winXPHomeGuest","eClass":"EEnumLiteral"},{"name":"winXPProGuest","id":25,"value":10,"literal":"winXPProGuest","eClass":"EEnumLiteral"},{"name":"winXPPro64Guest","id":26,"value":11,"literal":"winXPPro64Guest","eClass":"EEnumLiteral"},{"name":"winNetWebGuest","id":27,"value":12,"literal":"winNetWebGuest","eClass":"EEnumLiteral"},{"name":"winNetStandardGuest","id":28,"value":13,"literal":"winNetStandardGuest","eClass":"EEnumLiteral"},{"name":"winNetEnterpriseGuest","id":29,"value":14,"literal":"winNetEnterpriseGuest","eClass":"EEnumLiteral"},{"name":"winNetDatacenterGuest","id":30,"value":15,"literal":"winNetDatacenterGuest","eClass":"EEnumLiteral"},{"name":"winNetBusinessGuest","id":31,"value":16,"literal":"winNetBusinessGuest","eClass":"EEnumLiteral"},{"name":"winNetStandard64Guest","id":32,"value":17,"literal":"winNetStandard64Guest","eClass":"EEnumLiteral"},{"name":"winNetEnterprise64Guest","id":33,"value":18,"literal":"winNetEnterprise64Guest","eClass":"EEnumLiteral"},{"name":"winLonghornGuest","id":34,"value":19,"literal":"winLonghornGuest","eClass":"EEnumLiteral"},{"name":"winLonghorn64Guest","id":35,"value":20,"literal":"winLonghorn64Guest","eClass":"EEnumLiteral"},{"name":"winNetDatacenter64Guest","id":36,"value":21,"literal":"winNetDatacenter64Guest","eClass":"EEnumLiteral"},{"name":"winVistaGuest","id":37,"value":22,"literal":"winVistaGuest","eClass":"EEnumLiteral"},{"name":"winVista64Guest","id":38,"value":23,"literal":"winVista64Guest","eClass":"EEnumLiteral"},{"name":"windows7Guest","id":39,"value":24,"literal":"windows7Guest","eClass":"EEnumLiteral"},{"name":"windows7_64Guest","id":40,"value":25,"literal":"windows7_64Guest","eClass":"EEnumLiteral"},{"name":"windows7Server64Guest","id":41,"value":26,"literal":"windows7Server64Guest","eClass":"EEnumLiteral"},{"name":"windows8Guest","id":42,"value":27,"literal":"windows8Guest","eClass":"EEnumLiteral"},{"name":"windows8_64Guest","id":43,"value":28,"literal":"windows8_64Guest","eClass":"EEnumLiteral"},{"name":"windows8Server64Guest","id":44,"value":29,"literal":"windows8Server64Guest","eClass":"EEnumLiteral"},{"name":"windows9Guest","id":45,"value":30,"literal":"windows9Guest","eClass":"EEnumLiteral"},{"name":"windows9_64Guest","id":46,"value":31,"literal":"windows9_64Guest","eClass":"EEnumLiteral"},{"name":"windows9Server64Guest","id":47,"value":32,"literal":"windows9Server64Guest","eClass":"EEnumLiteral"},{"name":"windowsHyperVGuest","id":48,"value":33,"literal":"windowsHyperVGuest","eClass":"EEnumLiteral"},{"name":"freebsdGuest","id":49,"value":34,"literal":"freebsdGuest","eClass":"EEnumLiteral"},{"name":"freebsd64Guest","id":50,"value":35,"literal":"freebsd64Guest","eClass":"EEnumLiteral"},{"name":"redhatGuest","id":51,"value":36,"literal":"redhatGuest","eClass":"EEnumLiteral"},{"name":"rhel2Guest","id":52,"value":37,"literal":"rhel2Guest","eClass":"EEnumLiteral"},{"name":"rhel3Guest","id":53,"value":38,"literal":"rhel3Guest","eClass":"EEnumLiteral"},{"name":"rhel3_64Guest","id":54,"value":39,"literal":"rhel3_64Guest","eClass":"EEnumLiteral"},{"name":"rhel4Guest","id":55,"value":40,"literal":"rhel4Guest","eClass":"EEnumLiteral"},{"name":"rhel4_64Guest","id":56,"value":41,"literal":"rhel4_64Guest","eClass":"EEnumLiteral"},{"name":"rhel5Guest","id":57,"value":42,"literal":"rhel5Guest","eClass":"EEnumLiteral"},{"name":"rhel5_64Guest","id":58,"value":43,"literal":"rhel5_64Guest","eClass":"EEnumLiteral"},{"name":"rhel6Guest","id":59,"value":44,"literal":"rhel6Guest","eClass":"EEnumLiteral"},{"name":"rhel6_64Guest","id":60,"value":45,"literal":"rhel6_64Guest","eClass":"EEnumLiteral"},{"name":"rhel7Guest","id":61,"value":46,"literal":"rhel7Guest","eClass":"EEnumLiteral"},{"name":"rhel7_64Guest","id":62,"value":47,"literal":"rhel7_64Guest","eClass":"EEnumLiteral"},{"name":"centosGuest","id":63,"value":48,"literal":"centosGuest","eClass":"EEnumLiteral"},{"name":"centos64Guest","id":64,"value":49,"literal":"centos64Guest","eClass":"EEnumLiteral"},{"name":"oracleLinuxGuest","id":65,"value":50,"literal":"oracleLinuxGuest","eClass":"EEnumLiteral"},{"name":"oracleLinux64Guest","id":66,"value":51,"literal":"oracleLinux64Guest","eClass":"EEnumLiteral"},{"name":"suseGuest","id":67,"value":52,"literal":"suseGuest","eClass":"EEnumLiteral"},{"name":"suse64Guest","id":68,"value":53,"literal":"suse64Guest","eClass":"EEnumLiteral"},{"name":"slesGuest","id":69,"value":54,"literal":"slesGuest","eClass":"EEnumLiteral"},{"name":"sles64Guest","id":70,"value":55,"literal":"sles64Guest","eClass":"EEnumLiteral"},{"name":"sles10Guest","id":71,"value":56,"literal":"sles10Guest","eClass":"EEnumLiteral"},{"name":"sles10_64Guest","id":72,"value":57,"literal":"sles10_64Guest","eClass":"EEnumLiteral"},{"name":"sles11Guest","id":73,"value":58,"literal":"sles11Guest","eClass":"EEnumLiteral"},{"name":"sles11_64Guest","id":74,"value":59,"literal":"sles11_64Guest","eClass":"EEnumLiteral"},{"name":"sles12Guest","id":75,"value":60,"literal":"sles12Guest","eClass":"EEnumLiteral"},{"name":"sles12_64Guest","id":76,"value":61,"literal":"sles12_64Guest","eClass":"EEnumLiteral"},{"name":"nld9Guest","id":77,"value":62,"literal":"nld9Guest","eClass":"EEnumLiteral"},{"name":"oesGuest","id":78,"value":63,"literal":"oesGuest","eClass":"EEnumLiteral"},{"name":"sjdsGuest","id":79,"value":64,"literal":"sjdsGuest","eClass":"EEnumLiteral"},{"name":"mandrakeGuest","id":80,"value":65,"literal":"mandrakeGuest","eClass":"EEnumLiteral"},{"name":"mandrivaGuest","id":81,"value":66,"literal":"mandrivaGuest","eClass":"EEnumLiteral"},{"name":"mandriva64Guest","id":82,"value":67,"literal":"mandriva64Guest","eClass":"EEnumLiteral"},{"name":"turboLinuxGuest","id":83,"value":68,"literal":"turboLinuxGuest","eClass":"EEnumLiteral"},{"name":"turboLinux64Guest","id":84,"value":69,"literal":"turboLinux64Guest","eClass":"EEnumLiteral"},{"name":"ubuntuGuest","id":85,"value":70,"literal":"ubuntuGuest","eClass":"EEnumLiteral"},{"name":"ubuntu64Guest","id":86,"value":71,"literal":"ubuntu64Guest","eClass":"EEnumLiteral"},{"name":"debian4Guest","id":87,"value":72,"literal":"debian4Guest","eClass":"EEnumLiteral"},{"name":"debian4_64Guest","id":88,"value":73,"literal":"debian4_64Guest","eClass":"EEnumLiteral"},{"name":"debian5Guest","id":89,"value":74,"literal":"debian5Guest","eClass":"EEnumLiteral"},{"name":"debian5_64Guest","id":90,"value":75,"literal":"debian5_64Guest","eClass":"EEnumLiteral"},{"name":"debian6Guest","id":91,"value":76,"literal":"debian6Guest","eClass":"EEnumLiteral"},{"name":"debian6_64Guest","id":92,"value":77,"literal":"debian6_64Guest","eClass":"EEnumLiteral"},{"name":"debian7Guest","id":93,"value":78,"literal":"debian7Guest","eClass":"EEnumLiteral"},{"name":"debian7_64Guest","id":94,"value":79,"literal":"debian7_64Guest","eClass":"EEnumLiteral"},{"name":"debian8Guest","id":95,"value":80,"literal":"debian8Guest","eClass":"EEnumLiteral"},{"name":"debian8_64Guest","id":96,"value":81,"literal":"debian8_64Guest","eClass":"EEnumLiteral"},{"name":"asianux3Guest","id":97,"value":82,"literal":"asianux3Guest","eClass":"EEnumLiteral"},{"name":"asianux3_64Guest","id":98,"value":83,"literal":"asianux3_64Guest","eClass":"EEnumLiteral"},{"name":"asianux4Guest","id":99,"value":84,"literal":"asianux4Guest","eClass":"EEnumLiteral"},{"name":"asianux4_64Guest","id":100,"value":85,"literal":"asianux4_64Guest","eClass":"EEnumLiteral"},{"name":"asianux5_64Guest","id":101,"value":86,"literal":"asianux5_64Guest","eClass":"EEnumLiteral"},{"name":"opensuseGuest","id":102,"value":87,"literal":"opensuseGuest","eClass":"EEnumLiteral"},{"name":"opensuse64Guest","id":103,"value":88,"literal":"opensuse64Guest","eClass":"EEnumLiteral"},{"name":"fedoraGuest","id":104,"value":89,"literal":"fedoraGuest","eClass":"EEnumLiteral"},{"name":"fedora64Guest","id":105,"value":90,"literal":"fedora64Guest","eClass":"EEnumLiteral"},{"name":"coreos64Guest","id":106,"value":91,"literal":"coreos64Guest","eClass":"EEnumLiteral"},{"name":"other24xLinuxGuest","id":107,"value":92,"literal":"other24xLinuxGuest","eClass":"EEnumLiteral"},{"name":"other26xLinuxGuest","id":108,"value":93,"literal":"other26xLinuxGuest","eClass":"EEnumLiteral"},{"name":"otherLinuxGuest","id":109,"value":94,"literal":"otherLinuxGuest","eClass":"EEnumLiteral"},{"name":"other3xLinuxGuest","id":110,"value":95,"literal":"other3xLinuxGuest","eClass":"EEnumLiteral"},{"name":"genericLinuxGuest","id":111,"value":96,"literal":"genericLinuxGuest","eClass":"EEnumLiteral"},{"name":"other24xLinux64Guest","id":112,"value":97,"literal":"other24xLinux64Guest","eClass":"EEnumLiteral"},{"name":"other26xLinux64Guest","id":113,"value":98,"literal":"other26xLinux64Guest","eClass":"EEnumLiteral"},{"name":"other3xLinux64Guest","id":114,"value":99,"literal":"other3xLinux64Guest","eClass":"EEnumLiteral"},{"name":"otherLinux64Guest","id":115,"value":100,"literal":"otherLinux64Guest","eClass":"EEnumLiteral"},{"name":"solaris6Guest","id":116,"value":101,"literal":"solaris6Guest","eClass":"EEnumLiteral"},{"name":"solaris7Guest","id":117,"value":102,"literal":"solaris7Guest","eClass":"EEnumLiteral"},{"name":"solaris8Guest","id":118,"value":103,"literal":"solaris8Guest","eClass":"EEnumLiteral"},{"name":"solaris9Guest","id":119,"value":104,"literal":"solaris9Guest","eClass":"EEnumLiteral"},{"name":"solaris10Guest","id":120,"value":105,"literal":"solaris10Guest","eClass":"EEnumLiteral"},{"name":"solaris10_64Guest","id":121,"value":106,"literal":"solaris10_64Guest","eClass":"EEnumLiteral"},{"name":"solaris11_64Guest","id":122,"value":107,"literal":"solaris11_64Guest","eClass":"EEnumLiteral"},{"name":"os2Guest","id":123,"value":108,"literal":"os2Guest","eClass":"EEnumLiteral"},{"name":"eComStationGuest","id":124,"value":109,"literal":"eComStationGuest","eClass":"EEnumLiteral"},{"name":"eComStation2Guest","id":125,"value":110,"literal":"eComStation2Guest","eClass":"EEnumLiteral"},{"name":"netware4Guest","id":126,"value":111,"literal":"netware4Guest","eClass":"EEnumLiteral"},{"name":"netware5Guest","id":127,"value":112,"literal":"netware5Guest","eClass":"EEnumLiteral"},{"name":"netware6Guest","id":128,"value":113,"literal":"netware6Guest","eClass":"EEnumLiteral"},{"name":"openServer5Guest","id":129,"value":114,"literal":"openServer5Guest","eClass":"EEnumLiteral"},{"name":"openServer6Guest","id":130,"value":115,"literal":"openServer6Guest","eClass":"EEnumLiteral"},{"name":"unixWare7Guest","id":131,"value":116,"literal":"unixWare7Guest","eClass":"EEnumLiteral"},{"name":"darwinGuest","id":132,"value":117,"literal":"darwinGuest","eClass":"EEnumLiteral"},{"name":"darwin64Guest","id":133,"value":118,"literal":"darwin64Guest","eClass":"EEnumLiteral"},{"name":"darwin10Guest","id":134,"value":119,"literal":"darwin10Guest","eClass":"EEnumLiteral"},{"name":"darwin10_64Guest","id":135,"value":120,"literal":"darwin10_64Guest","eClass":"EEnumLiteral"},{"name":"darwin11Guest","id":136,"value":121,"literal":"darwin11Guest","eClass":"EEnumLiteral"},{"name":"darwin11_64Guest","id":137,"value":122,"literal":"darwin11_64Guest","eClass":"EEnumLiteral"},{"name":"darwin12_64Guest","id":138,"value":123,"literal":"darwin12_64Guest","eClass":"EEnumLiteral"},{"name":"darwin13_64Guest","id":139,"value":124,"literal":"darwin13_64Guest","eClass":"EEnumLiteral"},{"name":"darwin14_64Guest","id":140,"value":125,"literal":"darwin14_64Guest","eClass":"EEnumLiteral"},{"name":"vmkernelGuest","id":141,"value":126,"literal":"vmkernelGuest","eClass":"EEnumLiteral"},{"name":"vmkernel5Guest","id":142,"value":127,"literal":"vmkernel5Guest","eClass":"EEnumLiteral"},{"name":"vmkernel6Guest","id":143,"value":128,"literal":"vmkernel6Guest","eClass":"EEnumLiteral"},{"name":"otherGuest","id":144,"value":129,"literal":"otherGuest","eClass":"EEnumLiteral"},{"name":"otherGuest64","id":145,"value":130,"literal":"otherGuest64","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":"imagename","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":"markedastemplate","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":"gueststate","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":"guestosid","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vcpu","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":"instanceId","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":"guestIpv4Address","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":"guestIpv6Address","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"},{"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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbport","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"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datacentername","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datastorename","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clustername","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":"hostsystemname","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inventorypath","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datastoreisopath","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guestid","changeable":true,"lowerBound":1,"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,"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":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":"occiComputeUserdataFile","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":"user","changeable":true,"lowerBound":0,"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"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":1,"target":105},{"source":1,"target":106},{"source":1,"target":107},{"source":1,"target":108},{"source":1,"target":109},{"source":1,"target":110},{"source":1,"target":111},{"source":1,"target":112},{"source":1,"target":113},{"source":1,"target":114},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":1,"target":118},{"source":1,"target":119},{"source":1,"target":120},{"source":1,"target":121},{"source":1,"target":122},{"source":1,"target":123},{"source":1,"target":124},{"source":1,"target":125},{"source":1,"target":126},{"source":1,"target":127},{"source":1,"target":128},{"source":1,"target":129},{"source":1,"target":130},{"source":1,"target":131},{"source":1,"target":132},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":1,"target":140},{"source":1,"target":141},{"source":1,"target":142},{"source":1,"target":143},{"source":1,"target":144},{"source":1,"target":145},{"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":67,"target":1},{"source":68,"target":1},{"source":69,"target":1},{"source":70,"target":1},{"source":71,"target":1},{"source":72,"target":1},{"source":73,"target":1},{"source":74,"target":1},{"source":75,"target":1},{"source":76,"target":1},{"source":77,"target":1},{"source":78,"target":1},{"source":79,"target":1},{"source":80,"target":1},{"source":81,"target":1},{"source":82,"target":1},{"source":83,"target":1},{"source":84,"target":1},{"source":85,"target":1},{"source":86,"target":1},{"source":87,"target":1},{"source":88,"target":1},{"source":89,"target":1},{"source":90,"target":1},{"source":91,"target":1},{"source":92,"target":1},{"source":93,"target":1},{"source":94,"target":1},{"source":95,"target":1},{"source":96,"target":1},{"source":97,"target":1},{"source":98,"target":1},{"source":99,"target":1},{"source":100,"target":1},{"source":101,"target":1},{"source":102,"target":1},{"source":103,"target":1},{"source":104,"target":1},{"source":105,"target":1},{"source":106,"target":1},{"source":107,"target":1},{"source":108,"target":1},{"source":109,"target":1},{"source":110,"target":1},{"source":111,"target":1},{"source":112,"target":1},{"source":113,"target":1},{"source":114,"target":1},{"source":115,"target":1},{"source":116,"target":1},{"source":117,"target":1},{"source":118,"target":1},{"source":119,"target":1},{"source":120,"target":1},{"source":121,"target":1},{"source":122,"target":1},{"source":123,"target":1},{"source":124,"target":1},{"source":125,"target":1},{"source":126,"target":1},{"source":127,"target":1},{"source":128,"target":1},{"source":129,"target":1},{"source":130,"target":1},{"source":131,"target":1},{"source":132,"target":1},{"source":133,"target":1},{"source":134,"target":1},{"source":135,"target":1},{"source":136,"target":1},{"source":137,"target":1},{"source":138,"target":1},{"source":139,"target":1},{"source":140,"target":1},{"source":141,"target":1},{"source":142,"target":1},{"source":143,"target":1},{"source":144,"target":1},{"source":145,"target":1},{"source":2,"target":0},{"source":2,"target":146},{"source":2,"target":147},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":2,"target":152},{"source":2,"target":153},{"source":2,"target":154},{"source":146,"target":155},{"source":146,"target":2},{"source":147,"target":156},{"source":147,"target":2},{"source":148,"target":157},{"source":148,"target":2},{"source":149,"target":158},{"source":149,"target":2},{"source":150,"target":159},{"source":150,"target":2},{"source":151,"target":160},{"source":151,"target":2},{"source":152,"target":161},{"source":152,"target":2},{"source":153,"target":162},{"source":153,"target":2},{"source":3,"target":0},{"source":3,"target":163},{"source":4,"target":0},{"source":4,"target":164},{"source":5,"target":0},{"source":5,"target":165},{"source":5,"target":166},{"source":165,"target":167},{"source":165,"target":5},{"source":6,"target":0},{"source":6,"target":168},{"source":7,"target":0},{"source":7,"target":169},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":170},{"source":8,"target":171},{"source":170,"target":12},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":172},{"source":9,"target":173},{"source":172,"target":12},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":174},{"source":10,"target":175},{"source":174,"target":12},{"source":11,"target":0},{"source":11,"target":176},{"source":11,"target":177},{"source":11,"target":178},{"source":11,"target":179},{"source":11,"target":180},{"source":11,"target":181},{"source":176,"target":182},{"source":176,"target":11},{"source":177,"target":183},{"source":177,"target":11},{"source":178,"target":184},{"source":178,"target":11},{"source":179,"target":185},{"source":179,"target":11},{"source":180,"target":186},{"source":180,"target":11},{"source":12,"target":0},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":187,"target":191},{"source":187,"target":12},{"source":188,"target":1},{"source":188,"target":192},{"source":188,"target":12},{"source":192,"target":1},{"source":13,"target":0},{"source":13,"target":193},{"source":13,"target":194},{"source":13,"target":195},{"source":13,"target":196},{"source":13,"target":197},{"source":193,"target":198},{"source":193,"target":13},{"source":194,"target":199},{"source":194,"target":13},{"source":195,"target":200},{"source":195,"target":13},{"source":14,"target":0},{"source":14,"target":201},{"source":14,"target":202}],"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://no2.zehrer.net/model" nsPrefix="no2"> <eClassifiers xsi:type="ecore:EClass" name="NO2Model"> <eOperations name="createModelResource" eExceptions="#//IOException"> <eParameters name="fileName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eOperations> <eOperations name="addClass" eType="#//Resource"> <eParameters name="type" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <eOperations name="getResource" eType="#//Resource"> <eParameters name="uri" eType="#//URI"/> </eOperations> <eOperations name="getHeadModelResource" eType="#//Resource"/> <eOperations name="createResource" eType="#//Resource"> <eParameters name="uri" eType="#//URI"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="classResources" upperBound="-1" eType="#//EClassToURIMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceSet" eType="#//ResourceSet" changeable="false" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="archiveURI" eType="#//URI" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" changeable="false" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editingDomainProvider" eType="#//IEditingDomainProvider" transient="true" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="IOException" instanceClassName="java.io.IOException" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Resource" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/> <eClassifiers xsi:type="ecore:EDataType" name="ResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet"/> <eClassifiers xsi:type="ecore:EClass" name="EClassToURIMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IEditingDomainProvider" instanceClassName="org.eclipse.emf.edit.domain.IEditingDomainProvider" serializable="false"/> </ecore:EPackage>
github:ecore:/data/TheProjecter/dynamicobjects/net.zehrer.no2.model/model/Model.ecore
ecore
model NO2Model createModelResource fileName addClass type getResource uri getHeadModelResource createResource uri classResources resourceSet archiveURI init contents editingDomainProvider URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI IOException java.io.IOException java.io.IOException Resource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource ResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EClassToURIMapEntry java.util.Map$Entry java.util.Map$Entry key value IEditingDomainProvider org.eclipse.emf.edit.domain.IEditingDomainProvider org.eclipse.emf.edit.domain.IEditingDomainProvider
null
{"directed":true,"nodes":[{"nsPrefix":"no2","nsURI":"http://no2.zehrer.net/model","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NO2Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.io.IOException","defaultValue":null,"instanceClassName":"java.io.IOException","name":"IOException","instanceClass":"java.io.IOException","id":3,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"Resource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":4,"serializable":true,"eClass":"EDataType"},{"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":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EClassToURIMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.edit.domain.IEditingDomainProvider","defaultValue":null,"instanceClassName":"org.eclipse.emf.edit.domain.IEditingDomainProvider","name":"IEditingDomainProvider","instanceClass":null,"id":7,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createModelResource","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addClass","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResource","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHeadModelResource","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createResource","lowerBound":0,"id":12,"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":"classResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"resourceSet","changeable":false,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"archiveURI","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"init","changeable":false,"lowerBound":0,"iD":false,"id":16,"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"editingDomainProvider","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fileName","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"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":8,"target":1},{"source":8,"target":19},{"source":8,"target":3},{"source":8,"target":20},{"source":19,"target":21},{"source":19,"target":8},{"source":20,"target":3},{"source":9,"target":4},{"source":9,"target":22},{"source":9,"target":1},{"source":9,"target":23},{"source":22,"target":4},{"source":23,"target":24},{"source":23,"target":9},{"source":10,"target":4},{"source":10,"target":25},{"source":10,"target":1},{"source":10,"target":26},{"source":25,"target":4},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":10},{"source":27,"target":2},{"source":11,"target":4},{"source":11,"target":28},{"source":11,"target":1},{"source":28,"target":4},{"source":12,"target":4},{"source":12,"target":29},{"source":12,"target":1},{"source":12,"target":30},{"source":29,"target":4},{"source":30,"target":2},{"source":30,"target":31},{"source":30,"target":12},{"source":31,"target":2},{"source":13,"target":6},{"source":13,"target":32},{"source":13,"target":1},{"source":32,"target":6},{"source":14,"target":5},{"source":14,"target":33},{"source":14,"target":1},{"source":33,"target":5},{"source":15,"target":2},{"source":15,"target":34},{"source":15,"target":1},{"source":34,"target":2},{"source":16,"target":35},{"source":16,"target":1},{"source":17,"target":36},{"source":17,"target":1},{"source":18,"target":7},{"source":18,"target":37},{"source":18,"target":1},{"source":37,"target":7},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":40},{"source":38,"target":6},{"source":39,"target":41},{"source":39,"target":6},{"source":7,"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="behavior_model" nsURI="http://www.muml.org/simulink/adapter/corrmodel/behavior/1.0.0" nsPrefix="behavior_model"> <eClassifiers xsi:type="ecore:EClass" name="RtScCat2SfM" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sfM" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/StateflowMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rtScCat" eType="ecore:EClass ../../../de.fujaba.modelinstance/model/modelinstance.ecore#//ModelElementCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FRtSc2Chart" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="chart" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Chart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fRtSc" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/RealtimeStatechart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mt_par" upperBound="-1" eType="#//MT_Par2MTD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfChartState" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfChartRegion" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfQueueRegion" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfSelfTrans" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScState2SfState" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scState" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfState" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScTrans2SfTrans" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scTrans" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfTrans" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScRegion2sfParallel" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scRegion" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Region"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfParallelState" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scRegRtsc" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/RealtimeStatechart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScEntry2sfEntry" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scEntryEvent" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/EntryEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfEntryAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scEntryAction" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scExpr" eType="ecore:EClass ../../../org.muml.core/model/core.ecore#//expressions/TextualExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scClock" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Clock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScExit2sfExit" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scExitEvent" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/ExitEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scExitAction" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scExitExpr" eType="ecore:EClass ../../../org.muml.core/model/core.ecore#//expressions/TextualExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfExitAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scClock" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Clock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScStEnPoint2sfTrans" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sfTrans" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scInTrans" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scOutTrans" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scStateEntryP" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/StateEntryPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScStExPoint2sfTrans" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sfTrans" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scOutTrans" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scInTrans" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scStExPoint" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/StateExitPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScSyncChannel2sfSignal" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scSyncChannel" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/SynchronizationChannel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfSyncEvent" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScSyncReceiveAction2sfAction" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scAction" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scActionExpr" eType="ecore:EClass ../../../org.muml.core/model/core.ecore#//expressions/TextualExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScSyncReceive2sfSyncReceive" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scSyncReceive" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Synchronization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfEntryAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfExitAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfTransEvent" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scSyncSend2sfSyncSend" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sfGuard" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfAssignment" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scTransAnnotation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scAnnDetails" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScSyncPara2sfSyncParaData" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scSyncPara" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfSyncPara" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scParaType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MT_Par2MTD" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="mt" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/msgiface/MessageType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="par" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scAttribute2sfData" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scAttribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfData" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scAttrType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scSendAsync2sfTransAction" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sfSendAsync" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="AsynchronousMessageEvent" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/AsynchronousMessageEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Message" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Message"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ActionValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="scPara" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parBind" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/core/ParameterBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scSendParaBind2sfAction" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scParaBinding" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/core/ParameterBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfParaBAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scParaBTextual" eType="ecore:EClass ../../../org.muml.core/model/core.ecore#//expressions/TextualExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scAsyncSend2sfAction" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="sfEnqAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="AsynchronousMessageEvent" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/AsynchronousMessageEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EAnnotation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EStringToStringMapEntry" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scAsyncRec2sfAsyncGuard" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="guardAnnotation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EAnnotation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="AsynchronousMessageEvent" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/AsynchronousMessageEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="asyncRecGuard" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scClock2sfData" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scClock" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Clock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfClockVariable" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scClockConstr2sfGuard" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scClockConstr" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/ClockConstraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scBound" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/core/NaturalNumber"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scClock" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Clock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfClockGuard" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="clock2ClockReset" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scClock" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Clock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfClockReset" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scInvariant2sfInvError" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scInvariant" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/ClockConstraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scBound" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/core/NaturalNumber"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scClock" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Clock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfInvTrans" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfInvGuard" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfInvNode" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scGuard2sfGuard" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scGuard" eType="ecore:EClass ../../../org.muml.core/model/core.ecore#//expressions/TextualExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfGuard" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scAction2sfAction" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scAction" eType="ecore:EClass ../../../org.muml.pim/model/pim.ecore#//model/realtimestatechart/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfAction" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scActionExpr" eType="ecore:EClass ../../../org.muml.core/model/core.ecore#//expressions/TextualExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scOp2sfEmbFunc" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scOperation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfEmbFunc" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/EmbeddedFunction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="scOpData2sfEmbFuncData" eSuperTypes="../fujaba2simulink.ecore#//AbstractContainerCorrespondenceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="scParameter" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfData" eType="ecore:EClass ../../../org.muml.simulink/model/Simulink.ecore#//stateflow/Data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scParaType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/fraunhofer-iem/mechatronicuml-simulinkadapter/org.muml.simulink.adapter.corrmodel/model/behavior_model/behavior_model.ecore
ecore
behavior_model RtScCat2SfM sfM rtScCat FRtSc2Chart chart fRtSc mt_par sfChartState sfChartRegion sfQueueRegion sfSelfTrans ScState2SfState scState sfState ScTrans2SfTrans scTrans sfTrans ScRegion2sfParallel scRegion sfParallelState scRegRtsc ScEntry2sfEntry scEntryEvent sfEntryAction scEntryAction scExpr scClock ScExit2sfExit scExitEvent scExitAction scExitExpr sfExitAction scClock ScStEnPoint2sfTrans sfTrans scInTrans scOutTrans scStateEntryP ScStExPoint2sfTrans sfTrans scOutTrans scInTrans scStExPoint ScSyncChannel2sfSignal scSyncChannel sfSyncEvent ScSyncReceiveAction2sfAction scAction scActionExpr sfAction ScSyncReceive2sfSyncReceive scSyncReceive sfEntryAction sfExitAction sfTransEvent scSyncSend2sfSyncSend sfGuard sfAssignment scTransAnnotation scAnnDetails ScSyncPara2sfSyncParaData scSyncPara sfSyncPara scParaType MT_Par2MTD mt par data scAttribute2sfData scAttribute sfData scType scAttrType scSendAsync2sfTransAction sfSendAsync AsynchronousMessageEvent Message ActionValue scPara parBind scSendParaBind2sfAction scParaBinding sfParaBAction scParaBTextual scAsyncSend2sfAction sfEnqAction AsynchronousMessageEvent EAnnotation EStringToStringMapEntry scAsyncRec2sfAsyncGuard guardAnnotation EAnnotation AsynchronousMessageEvent asyncRecGuard scClock2sfData scClock sfClockVariable scClockConstr2sfGuard scClockConstr scBound scClock sfClockGuard clock2ClockReset scClock sfClockReset scInvariant2sfInvError scInvariant scBound scClock sfInvTrans sfInvGuard sfInvNode scGuard2sfGuard scGuard sfGuard scAction2sfAction scAction sfAction scActionExpr scOp2sfEmbFunc scOperation sfEmbFunc scOpData2sfEmbFuncData scParameter sfData scParaType
null
{"directed":true,"nodes":[{"nsPrefix":"behavior_model","nsURI":"http://www.muml.org/simulink/adapter/corrmodel/behavior/1.0.0","name":"behavior_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RtScCat2SfM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FRtSc2Chart","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScState2SfState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScTrans2SfTrans","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScRegion2sfParallel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScEntry2sfEntry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScExit2sfExit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScStEnPoint2sfTrans","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScStExPoint2sfTrans","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScSyncChannel2sfSignal","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScSyncReceiveAction2sfAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScSyncReceive2sfSyncReceive","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scSyncSend2sfSyncSend","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScSyncPara2sfSyncParaData","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MT_Par2MTD","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scAttribute2sfData","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scSendAsync2sfTransAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scSendParaBind2sfAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scAsyncSend2sfAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scAsyncRec2sfAsyncGuard","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scClock2sfData","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scClockConstr2sfGuard","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"clock2ClockReset","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scInvariant2sfInvError","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scGuard2sfGuard","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scAction2sfAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scOp2sfEmbFunc","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"scOpData2sfEmbFuncData","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfM","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rtScCat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"chart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fRtSc","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":"mt_par","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfChartState","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":"sfChartRegion","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":"sfQueueRegion","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":"sfSelfTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"scState","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":"sfState","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfTrans","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfParallelState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scRegRtsc","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scEntryEvent","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":"sfEntryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scEntryAction","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":"scExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scClock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scExitEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scExitAction","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":"scExitExpr","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sfExitAction","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":"scClock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scInTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scOutTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scStateEntryP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scOutTrans","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":"scInTrans","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":"scStExPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scSyncChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfSyncEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scActionExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scSyncReceive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfEntryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfExitAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfTransEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scTransAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scAnnDetails","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scSyncPara","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfSyncPara","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scParaType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mt","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":false,"unsettable":false,"transient":false,"unique":true,"name":"par","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scAttrType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sfSendAsync","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"AsynchronousMessageEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"ActionValue","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scPara","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parBind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scParaBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfParaBAction","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":"scParaBTextual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfEnqAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"AsynchronousMessageEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EStringToStringMapEntry","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guardAnnotation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"EAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"AsynchronousMessageEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"asyncRecGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scClock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfClockVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scClockConstr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scClock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfClockGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scClock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfClockReset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scInvariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scBound","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scClock","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":"sfInvTrans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfInvGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfInvNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scActionExpr","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scOperation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sfEmbFunc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sfData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scParaType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":1},{"source":30,"target":33},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":34,"target":42},{"source":34,"target":2},{"source":35,"target":43},{"source":35,"target":2},{"source":36,"target":15},{"source":36,"target":44},{"source":36,"target":2},{"source":44,"target":15},{"source":37,"target":45},{"source":37,"target":2},{"source":38,"target":46},{"source":38,"target":2},{"source":39,"target":47},{"source":39,"target":2},{"source":40,"target":48},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":49,"target":52},{"source":49,"target":3},{"source":50,"target":53},{"source":50,"target":3},{"source":4,"target":0},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":54,"target":57},{"source":54,"target":4},{"source":55,"target":58},{"source":55,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":59,"target":63},{"source":59,"target":5},{"source":60,"target":64},{"source":60,"target":5},{"source":61,"target":65},{"source":61,"target":5},{"source":6,"target":0},{"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":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":75},{"source":69,"target":6},{"source":70,"target":76},{"source":70,"target":6},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":77,"target":83},{"source":77,"target":7},{"source":78,"target":84},{"source":78,"target":7},{"source":79,"target":85},{"source":79,"target":7},{"source":80,"target":86},{"source":80,"target":7},{"source":81,"target":87},{"source":81,"target":7},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":88,"target":93},{"source":88,"target":8},{"source":89,"target":94},{"source":89,"target":8},{"source":90,"target":95},{"source":90,"target":8},{"source":91,"target":96},{"source":91,"target":8},{"source":9,"target":0},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":97,"target":102},{"source":97,"target":9},{"source":98,"target":103},{"source":98,"target":9},{"source":99,"target":104},{"source":99,"target":9},{"source":100,"target":105},{"source":100,"target":9},{"source":10,"target":0},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":106,"target":109},{"source":106,"target":10},{"source":107,"target":110},{"source":107,"target":10},{"source":11,"target":0},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":111,"target":115},{"source":111,"target":11},{"source":112,"target":116},{"source":112,"target":11},{"source":113,"target":117},{"source":113,"target":11},{"source":12,"target":0},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":118,"target":123},{"source":118,"target":12},{"source":119,"target":124},{"source":119,"target":12},{"source":120,"target":125},{"source":120,"target":12},{"source":121,"target":126},{"source":121,"target":12},{"source":13,"target":0},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":127,"target":132},{"source":127,"target":13},{"source":128,"target":133},{"source":128,"target":13},{"source":129,"target":134},{"source":129,"target":13},{"source":130,"target":135},{"source":130,"target":13},{"source":14,"target":0},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":136,"target":140},{"source":136,"target":14},{"source":137,"target":141},{"source":137,"target":14},{"source":138,"target":142},{"source":138,"target":14},{"source":15,"target":0},{"source":15,"target":143},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":143,"target":147},{"source":143,"target":15},{"source":144,"target":148},{"source":144,"target":15},{"source":145,"target":149},{"source":145,"target":15},{"source":16,"target":0},{"source":16,"target":150},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":150,"target":155},{"source":150,"target":16},{"source":151,"target":156},{"source":151,"target":16},{"source":152,"target":157},{"source":152,"target":16},{"source":153,"target":158},{"source":153,"target":16},{"source":17,"target":0},{"source":17,"target":159},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":159,"target":166},{"source":159,"target":17},{"source":160,"target":167},{"source":160,"target":17},{"source":161,"target":168},{"source":161,"target":17},{"source":162,"target":169},{"source":162,"target":17},{"source":163,"target":170},{"source":163,"target":17},{"source":164,"target":171},{"source":164,"target":17},{"source":18,"target":0},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":172,"target":176},{"source":172,"target":18},{"source":173,"target":177},{"source":173,"target":18},{"source":174,"target":178},{"source":174,"target":18},{"source":19,"target":0},{"source":19,"target":179},{"source":19,"target":180},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":179,"target":184},{"source":179,"target":19},{"source":180,"target":185},{"source":180,"target":19},{"source":181,"target":186},{"source":181,"target":19},{"source":182,"target":187},{"source":182,"target":19},{"source":20,"target":0},{"source":20,"target":188},{"source":20,"target":189},{"source":20,"target":190},{"source":20,"target":191},{"source":20,"target":192},{"source":188,"target":193},{"source":188,"target":20},{"source":189,"target":194},{"source":189,"target":20},{"source":190,"target":195},{"source":190,"target":20},{"source":191,"target":196},{"source":191,"target":20},{"source":21,"target":0},{"source":21,"target":197},{"source":21,"target":198},{"source":21,"target":199},{"source":197,"target":200},{"source":197,"target":21},{"source":198,"target":201},{"source":198,"target":21},{"source":22,"target":0},{"source":22,"target":202},{"source":22,"target":203},{"source":22,"target":204},{"source":22,"target":205},{"source":22,"target":206},{"source":202,"target":207},{"source":202,"target":22},{"source":203,"target":208},{"source":203,"target":22},{"source":204,"target":209},{"source":204,"target":22},{"source":205,"target":210},{"source":205,"target":22},{"source":23,"target":0},{"source":23,"target":211},{"source":23,"target":212},{"source":23,"target":213},{"source":211,"target":214},{"source":211,"target":23},{"source":212,"target":215},{"source":212,"target":23},{"source":24,"target":0},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":221},{"source":24,"target":222},{"source":216,"target":223},{"source":216,"target":24},{"source":217,"target":224},{"source":217,"target":24},{"source":218,"target":225},{"source":218,"target":24},{"source":219,"target":226},{"source":219,"target":24},{"source":220,"target":227},{"source":220,"target":24},{"source":221,"target":228},{"source":221,"target":24},{"source":25,"target":0},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":232},{"source":229,"target":25},{"source":230,"target":233},{"source":230,"target":25},{"source":26,"target":0},{"source":26,"target":234},{"source":26,"target":235},{"source":26,"target":236},{"source":26,"target":237},{"source":234,"target":238},{"source":234,"target":26},{"source":235,"target":239},{"source":235,"target":26},{"source":236,"target":240},{"source":236,"target":26},{"source":27,"target":0},{"source":27,"target":241},{"source":27,"target":242},{"source":27,"target":243},{"source":241,"target":244},{"source":241,"target":27},{"source":242,"target":245},{"source":242,"target":27},{"source":28,"target":0},{"source":28,"target":246},{"source":28,"target":247},{"source":28,"target":248},{"source":28,"target":249},{"source":246,"target":250},{"source":246,"target":28},{"source":247,"target":251},{"source":247,"target":28},{"source":248,"target":252},{"source":248,"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="farrusco" nsURI="http://farrusco/1.0" nsPrefix="farrusco"> <eAnnotations source="gmf"> <details key="farr" value="usco"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Robot"> <eAnnotations source="gmf.diagram"> <details key="farr" value="usco"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionChild" upperBound="-1" eType="#//ActionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//Child" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Next" 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="Node"/> <eClassifiers xsi:type="ecore:EClass" name="Child"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="dot"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Next"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="style" value="dot"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionChild"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="dot"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="resizable" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"> <details key="label" value="Name"/> <details key="label.text" value="controlo"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prior" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Prioridade"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paralell" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Paralelo"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Sequencia"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateOverride" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Mudanca de Estado"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="succ_policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fail_policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runn_policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> <details key="resizable" value="false"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="IRdist" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="255, 255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distancia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="10"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="how_sucess" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="gmf.label"> <details key="label.text" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RightBumper" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="BumperDireito"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftBumper" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="BumperEsquerdo"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="Wait"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="500"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuate" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Motors" eSuperTypes="#//Actuate"> <eAnnotations source="gmf.node"> <details key="label.text" value="255, 255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MotorLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="255"> <eAnnotations source="gmf.label"> <details key="label.text" value="255"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MotorRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="255"> <eAnnotations source="gmf.label"> <details key="label.text" value="255"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServoRange" eSuperTypes="#//Actuate"> <eAnnotations source="gmf.node"> <details key="label.text" value="Servo"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="160"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="10"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="#//Actuate"> <eAnnotations source="gmf.node"> <details key="label.text" value="LED"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="on_off" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="gmf.label"> <details key="label.text" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/pedrorleonardo/teseVisualino/eclipse project/imported/org.eclipse.epsilon.examples.standalone/bin/org/eclipse/epsilon/examples/standalone/models/farrusco.ecore
ecore
farrusco Robot nodes actionChild child next Name Node Child source target Next source target ActionChild source target Behavior Name Prior Paralell Sequential StateOverride succ_policy fail_policy runn_policy Action name Condition IRdist distancia how_sucess RightBumper LeftBumper Wait time Actuate Motors MotorLeft 255 MotorRight 255 ServoRange min max inc LED on_off
null
{"directed":true,"nodes":[{"nsPrefix":"farrusco","nsURI":"http://farrusco/1.0","name":"farrusco","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":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Next","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionChild","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prior","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paralell","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateOverride","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRdist","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightBumper","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftBumper","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuate","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motors","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServoRange","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"actionChild","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":"child","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":"next","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},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"target","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":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"succ_policy","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":"fail_policy","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":"runn_policy","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distancia","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"how_sucess","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"},{"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"MotorLeft","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"MotorRight","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","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":"inc","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"on_off","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":2},{"source":22,"target":5},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":5},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":3},{"source":24,"target":4},{"source":24,"target":29},{"source":24,"target":1},{"source":29,"target":4},{"source":25,"target":30},{"source":25,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":6},{"source":31,"target":33},{"source":31,"target":3},{"source":33,"target":6},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":3},{"source":34,"target":6},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":35,"target":2},{"source":35,"target":37},{"source":35,"target":4},{"source":37,"target":2},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":4},{"source":38,"target":2},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":5},{"source":41,"target":6},{"source":40,"target":11},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":11},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":45},{"source":43,"target":6},{"source":44,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":46},{"source":46,"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":6},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":49,"target":53},{"source":49,"target":10},{"source":50,"target":54},{"source":50,"target":10},{"source":51,"target":55},{"source":51,"target":10},{"source":52,"target":6},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":56},{"source":11,"target":57},{"source":56,"target":58},{"source":56,"target":11},{"source":57,"target":2},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":59},{"source":59,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":60,"target":63},{"source":60,"target":13},{"source":61,"target":64},{"source":61,"target":13},{"source":62,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":65},{"source":65,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":66},{"source":66,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":67},{"source":16,"target":68},{"source":67,"target":69},{"source":67,"target":16},{"source":68,"target":12},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":70},{"source":70,"target":11},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":71,"target":74},{"source":71,"target":18},{"source":72,"target":75},{"source":72,"target":18},{"source":73,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":76},{"source":19,"target":77},{"source":19,"target":78},{"source":19,"target":79},{"source":76,"target":80},{"source":76,"target":19},{"source":77,"target":81},{"source":77,"target":19},{"source":78,"target":82},{"source":78,"target":19},{"source":79,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":83},{"source":20,"target":84},{"source":83,"target":85},{"source":83,"target":20},{"source":84,"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="lookaheadLang" nsURI="http://www.eclipse.org/2008/xtext/LookaheadLang" nsPrefix="lookaheadLang"> <eClassifiers xsi:type="ecore:EClass" name="Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//Alts" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alts"/> <eClassifiers xsi:type="ecore:EClass" name="LookAhead0" eSuperTypes="#//Alts"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookAhead1" eSuperTypes="#//Alts"> <eStructuralFeatures xsi:type="ecore:EReference" name="y" eType="#//LookAhead2" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookAhead2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookAhead3" eSuperTypes="#//Alts"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="z" eType="#//LookAhead4" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookAhead4"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookAheadPredicate" eSuperTypes="#//Alts"/> <eClassifiers xsi:type="ecore:EClass" name="LookBeyond" eSuperTypes="#//Alts"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LookAheadStrings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//FewerLookAheadStrings" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LookAheadStrings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FewerLookAheadStrings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/testlanguages/LookaheadTestLanguage.ecore
ecore
lookaheadLang Entry contents Alts LookAhead0 x LookAhead1 y x z LookAhead2 z LookAhead3 x z LookAhead4 x LookAheadPredicate LookBeyond left right LookAheadStrings values FewerLookAheadStrings values
null
{"directed":true,"nodes":[{"nsPrefix":"lookaheadLang","nsURI":"http://www.eclipse.org/2008/xtext/LookaheadLang","name":"lookaheadLang","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alts","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAhead0","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAhead1","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAhead2","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAhead3","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAhead4","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAheadPredicate","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookBeyond","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookAheadStrings","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FewerLookAheadStrings","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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","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":"z","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"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":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":2},{"source":12,"target":13},{"source":12,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":14},{"source":3,"target":15},{"source":14,"target":16},{"source":14,"target":3},{"source":15,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":4},{"source":21,"target":5},{"source":18,"target":22},{"source":18,"target":4},{"source":19,"target":23},{"source":19,"target":4},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":24},{"source":24,"target":25},{"source":24,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":26,"target":29},{"source":26,"target":6},{"source":27,"target":7},{"source":27,"target":30},{"source":27,"target":6},{"source":30,"target":7},{"source":28,"target":2},{"source":7,"target":0},{"source":7,"target":31},{"source":31,"target":32},{"source":31,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":33},{"source":33,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":34},{"source":9,"target":35},{"source":9,"target":36},{"source":34,"target":10},{"source":34,"target":37},{"source":34,"target":9},{"source":37,"target":10},{"source":35,"target":11},{"source":35,"target":38},{"source":35,"target":9},{"source":38,"target":11},{"source":36,"target":2},{"source":10,"target":0},{"source":10,"target":39},{"source":39,"target":40},{"source":39,"target":10},{"source":11,"target":0},{"source":11,"target":41},{"source":41,"target":42},{"source":41,"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="gF" nsURI="http://www.grammaticalframework.org/eclipse/GF" nsPrefix="gF"> <eClassifiers xsi:type="ecore:EClass" name="SourceModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incomplete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ModType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ModBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concrete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractName" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceInclude" eType="#//Included" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendList" eType="#//ListIncluded" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functor" eType="#//Included" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functorInstantiation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiationList" eType="#//ListInst" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modContent" eType="#//ModContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="judgements" upperBound="-1" eType="#//TopDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openList" eType="#//ListOpen" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListOpen"> <eStructuralFeatures xsi:type="ecore:EReference" name="opens" upperBound="-1" eType="#//Open" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Open"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//Ident" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListInst"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiations" upperBound="-1" eType="#//Inst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inst"> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListIncluded"> <eStructuralFeatures xsi:type="ecore:EReference" name="included" upperBound="-1" eType="#//Included" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Included"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludes" upperBound="-1" eType="#//Ident" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fun" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="def" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="param" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lincat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lindef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="printname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flags" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-1" eType="#//DDecl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="FunDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternList" eType="#//ListPatt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1" eType="#//ParConstr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overload" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overloads" upperBound="-1" eType="#//OperDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TermDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlagDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParConstr"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1" eType="#//DDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListLocDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="localDefinitions" upperBound="-1" eType="#//LocDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exp" eSuperTypes="#//DDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="funAbstraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableAbstracttion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decl" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defList" eType="#//ListLocDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="caseList" eType="#//ListCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argType" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expList" eType="#//ListExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="case" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="caseOf" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variants" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alts" upperBound="-1" eType="#//Altern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ident" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linwrap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linName" eType="#//Ident"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//Label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//Ident"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="double" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listCat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Ident"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Exps" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="record" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleList" eType="#//ListTupleComp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exps"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Patt"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Patt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="or" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="and" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Patt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindTo" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inaccessible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternName" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wildcard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="double" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PattAss"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Patt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Ident"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListPattAss" eSuperTypes="#//Patt"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1" eType="#//PattAss" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListPatt"> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Patt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arg"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wildcard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bind"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-1" eType="#//Ident" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wildcard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListBind"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Bind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListTupleComp"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListPattTupleComp" eSuperTypes="#//Patt"> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Patt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//Patt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//Case" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Altern"> <eStructuralFeatures xsi:type="ecore:EReference" name="alt1" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alt2" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DDecl"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindList" eType="#//ListBind" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ident"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="s" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpLF13" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenListCat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenGlue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exp1" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenListCat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exp2" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenGlue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exp3" eSuperTypes="#//Exp"/> <eClassifiers xsi:type="ecore:EClass" name="Exp4" eSuperTypes="#//Exp"/> </ecore:EPackage>
github:ecore:/data/GrammaticalFramework/gf-eclipse-plugin/workspace/org.grammaticalframework.eclipse/bin/org/grammaticalframework/eclipse/GF.ecore
ecore
gF SourceModule incomplete type body ModType abstract name resource interface concrete abstractName instance interfaceInclude ModBody extendList functor functorInstantiation instantiationList modContent ModContent judgements openList ListOpen opens Open name alias ListInst instantiations Inst interface name ListIncluded included Included name inclusive includes exclusive excludes TopDef cat definitions fun def data param oper lincat lindef lin printname flags CatDef name context list size FunDef name type DefDef name definition patternList DataDef name constructors type ParamDef name constructors OperDef name type definition args overload overloads LinDef name definition args TermDef name definition FlagDef name value strValue ParConstr name constructors Name name LocDef name type value ListLocDef localDefinitions Exp funAbstraction right tableAbstracttion decl defList left str caseList argType expList case caseOf variants pre alts ident pattern linwrap linName inner labels ref sort string integer double meta emptyString listCat category context tokenList record tupleList expression type identity ListExp expressions Exps expressions Patt left or and right name value label bindTo negative inaccessible pattern meta tokenList str patternName ref wildcard integer double string PattAss name value Label name index ListPattAss assignments ListPatt patterns Arg name wildcard Bind name wildcard ListBind bindings ListTupleComp elements ListPattTupleComp patterns Case pattern right ListCase cases Altern alt1 alt2 DDecl bindList e Ident s ExpLF13 tokenListCat tokenGlue Exp1 tokenListCat Exp2 tokenGlue Exp3 Exp4
null
{"directed":true,"nodes":[{"nsPrefix":"gF","nsURI":"http://www.grammaticalframework.org/eclipse/GF","name":"gF","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceModule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModBody","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModContent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListOpen","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Open","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListInst","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListIncluded","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Included","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopDef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunDef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefDef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamDef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperDef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinDef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlagDef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParConstr","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocDef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLocDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exps","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Patt","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PattAss","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListPattAss","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListPatt","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arg","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bind","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListBind","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTupleComp","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListPattTupleComp","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListCase","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Altern","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDecl","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ident","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpLF13","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp1","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp2","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp3","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp4","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incomplete","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"resource","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concrete","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":"abstractName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceInclude","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendList","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":"functor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functorInstantiation","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":true,"unsettable":false,"transient":false,"unique":true,"name":"instantiationList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"judgements","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":"openList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instantiations","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":"interface","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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"included","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","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":"includes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"excludes","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cat","changeable":true,"lowerBound":0,"iD":false,"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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fun","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oper","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lincat","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":"lindef","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lin","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"printname","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flags","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":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":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"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":"name","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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"type","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":"definition","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"overload","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":"overloads","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strValue","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"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":"funAbstraction","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableAbstracttion","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseList","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":"argType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"case","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variants","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ident","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":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linwrap","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integer","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"double","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emptyString","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"listCat","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":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenList","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"record","changeable":true,"lowerBound":0,"iD":false,"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":"tupleList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identity","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":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":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"or","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"and","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"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":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inaccessible","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":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenList","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternName","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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildcard","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integer","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"double","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildcard","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildcard","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alt1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alt2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"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":"tokenListCat","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenGlue","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenListCat","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"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":"tokenGlue","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":48,"target":51},{"source":48,"target":1},{"source":49,"target":2},{"source":49,"target":52},{"source":49,"target":1},{"source":52,"target":2},{"source":50,"target":3},{"source":50,"target":53},{"source":50,"target":1},{"source":53,"target":3},{"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":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":54,"target":62},{"source":54,"target":2},{"source":55,"target":42},{"source":55,"target":63},{"source":55,"target":2},{"source":63,"target":42},{"source":56,"target":64},{"source":56,"target":2},{"source":57,"target":65},{"source":57,"target":2},{"source":58,"target":66},{"source":58,"target":2},{"source":59,"target":42},{"source":59,"target":67},{"source":59,"target":2},{"source":67,"target":42},{"source":60,"target":68},{"source":60,"target":2},{"source":61,"target":10},{"source":61,"target":69},{"source":61,"target":2},{"source":69,"target":10},{"source":3,"target":0},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":70,"target":9},{"source":70,"target":75},{"source":70,"target":3},{"source":75,"target":9},{"source":71,"target":10},{"source":71,"target":76},{"source":71,"target":3},{"source":76,"target":10},{"source":72,"target":77},{"source":72,"target":3},{"source":73,"target":7},{"source":73,"target":78},{"source":73,"target":3},{"source":78,"target":7},{"source":74,"target":4},{"source":74,"target":79},{"source":74,"target":3},{"source":79,"target":4},{"source":4,"target":0},{"source":4,"target":80},{"source":4,"target":81},{"source":80,"target":11},{"source":80,"target":82},{"source":80,"target":4},{"source":82,"target":11},{"source":81,"target":5},{"source":81,"target":83},{"source":81,"target":4},{"source":83,"target":5},{"source":5,"target":0},{"source":5,"target":84},{"source":84,"target":6},{"source":84,"target":85},{"source":84,"target":5},{"source":85,"target":6},{"source":6,"target":0},{"source":6,"target":86},{"source":6,"target":87},{"source":86,"target":42},{"source":86,"target":88},{"source":86,"target":6},{"source":88,"target":42},{"source":87,"target":42},{"source":87,"target":89},{"source":87,"target":6},{"source":89,"target":42},{"source":7,"target":0},{"source":7,"target":90},{"source":90,"target":8},{"source":90,"target":91},{"source":90,"target":7},{"source":91,"target":8},{"source":8,"target":0},{"source":8,"target":92},{"source":8,"target":93},{"source":92,"target":42},{"source":92,"target":94},{"source":92,"target":8},{"source":94,"target":42},{"source":93,"target":42},{"source":93,"target":95},{"source":93,"target":8},{"source":95,"target":42},{"source":9,"target":0},{"source":9,"target":96},{"source":96,"target":10},{"source":96,"target":97},{"source":96,"target":9},{"source":97,"target":10},{"source":10,"target":0},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":98,"target":42},{"source":98,"target":103},{"source":98,"target":10},{"source":103,"target":42},{"source":99,"target":104},{"source":99,"target":10},{"source":100,"target":42},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":42},{"source":101,"target":106},{"source":101,"target":10},{"source":102,"target":42},{"source":102,"target":107},{"source":102,"target":10},{"source":107,"target":42},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":11,"target":119},{"source":108,"target":120},{"source":108,"target":11},{"source":109,"target":121},{"source":109,"target":11},{"source":110,"target":122},{"source":110,"target":11},{"source":111,"target":123},{"source":111,"target":11},{"source":112,"target":124},{"source":112,"target":11},{"source":113,"target":125},{"source":113,"target":11},{"source":114,"target":126},{"source":114,"target":11},{"source":115,"target":127},{"source":115,"target":11},{"source":116,"target":128},{"source":116,"target":11},{"source":117,"target":129},{"source":117,"target":11},{"source":118,"target":130},{"source":118,"target":11},{"source":119,"target":131},{"source":119,"target":11},{"source":12,"target":0},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":132,"target":42},{"source":132,"target":136},{"source":132,"target":12},{"source":136,"target":42},{"source":133,"target":41},{"source":133,"target":137},{"source":133,"target":12},{"source":137,"target":41},{"source":134,"target":138},{"source":134,"target":12},{"source":135,"target":139},{"source":135,"target":12},{"source":13,"target":0},{"source":13,"target":140},{"source":13,"target":141},{"source":140,"target":42},{"source":140,"target":142},{"source":140,"target":13},{"source":142,"target":42},{"source":141,"target":25},{"source":141,"target":143},{"source":141,"target":13},{"source":143,"target":25},{"source":14,"target":0},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":22},{"source":144,"target":147},{"source":144,"target":14},{"source":147,"target":22},{"source":145,"target":25},{"source":145,"target":148},{"source":145,"target":14},{"source":148,"target":25},{"source":146,"target":32},{"source":146,"target":149},{"source":146,"target":14},{"source":149,"target":32},{"source":15,"target":0},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":150,"target":42},{"source":150,"target":153},{"source":150,"target":15},{"source":153,"target":42},{"source":151,"target":42},{"source":151,"target":154},{"source":151,"target":15},{"source":154,"target":42},{"source":152,"target":25},{"source":152,"target":155},{"source":152,"target":15},{"source":155,"target":25},{"source":16,"target":0},{"source":16,"target":156},{"source":16,"target":157},{"source":156,"target":42},{"source":156,"target":158},{"source":156,"target":16},{"source":158,"target":42},{"source":157,"target":21},{"source":157,"target":159},{"source":157,"target":16},{"source":159,"target":21},{"source":17,"target":0},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":160,"target":22},{"source":160,"target":166},{"source":160,"target":17},{"source":166,"target":22},{"source":161,"target":25},{"source":161,"target":167},{"source":161,"target":17},{"source":167,"target":25},{"source":162,"target":25},{"source":162,"target":168},{"source":162,"target":17},{"source":168,"target":25},{"source":163,"target":33},{"source":163,"target":169},{"source":163,"target":17},{"source":169,"target":33},{"source":164,"target":170},{"source":164,"target":17},{"source":165,"target":17},{"source":165,"target":171},{"source":165,"target":17},{"source":171,"target":17},{"source":18,"target":0},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":172,"target":22},{"source":172,"target":175},{"source":172,"target":18},{"source":175,"target":22},{"source":173,"target":25},{"source":173,"target":176},{"source":173,"target":18},{"source":176,"target":25},{"source":174,"target":33},{"source":174,"target":177},{"source":174,"target":18},{"source":177,"target":33},{"source":19,"target":0},{"source":19,"target":178},{"source":19,"target":179},{"source":178,"target":22},{"source":178,"target":180},{"source":178,"target":19},{"source":180,"target":22},{"source":179,"target":25},{"source":179,"target":181},{"source":179,"target":19},{"source":181,"target":25},{"source":20,"target":0},{"source":20,"target":182},{"source":20,"target":183},{"source":20,"target":184},{"source":182,"target":42},{"source":182,"target":185},{"source":182,"target":20},{"source":185,"target":42},{"source":183,"target":42},{"source":183,"target":186},{"source":183,"target":20},{"source":186,"target":42},{"source":184,"target":187},{"source":184,"target":20},{"source":21,"target":0},{"source":21,"target":188},{"source":21,"target":189},{"source":188,"target":42},{"source":188,"target":190},{"source":188,"target":21},{"source":190,"target":42},{"source":189,"target":41},{"source":189,"target":191},{"source":189,"target":21},{"source":191,"target":41},{"source":22,"target":0},{"source":22,"target":192},{"source":192,"target":42},{"source":192,"target":193},{"source":192,"target":22},{"source":193,"target":42},{"source":23,"target":0},{"source":23,"target":194},{"source":23,"target":195},{"source":23,"target":196},{"source":194,"target":42},{"source":194,"target":197},{"source":194,"target":23},{"source":197,"target":42},{"source":195,"target":25},{"source":195,"target":198},{"source":195,"target":23},{"source":198,"target":25},{"source":196,"target":25},{"source":196,"target":199},{"source":196,"target":23},{"source":199,"target":25},{"source":24,"target":0},{"source":24,"target":200},{"source":200,"target":23},{"source":200,"target":201},{"source":200,"target":24},{"source":201,"target":23},{"source":25,"target":0},{"source":25,"target":41},{"source":25,"target":202},{"source":25,"target":203},{"source":25,"target":204},{"source":25,"target":205},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":25,"target":210},{"source":25,"target":211},{"source":25,"target":212},{"source":25,"target":213},{"source":25,"target":214},{"source":25,"target":215},{"source":25,"target":216},{"source":25,"target":217},{"source":25,"target":218},{"source":25,"target":219},{"source":25,"target":220},{"source":25,"target":221},{"source":25,"target":222},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":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":202,"target":240},{"source":202,"target":25},{"source":203,"target":25},{"source":203,"target":241},{"source":203,"target":25},{"source":241,"target":25},{"source":204,"target":242},{"source":204,"target":25},{"source":205,"target":25},{"source":205,"target":243},{"source":205,"target":25},{"source":243,"target":25},{"source":206,"target":24},{"source":206,"target":244},{"source":206,"target":25},{"source":244,"target":24},{"source":207,"target":25},{"source":207,"target":245},{"source":207,"target":25},{"source":245,"target":25},{"source":208,"target":246},{"source":208,"target":25},{"source":209,"target":39},{"source":209,"target":247},{"source":209,"target":25},{"source":247,"target":39},{"source":210,"target":25},{"source":210,"target":248},{"source":210,"target":25},{"source":248,"target":25},{"source":211,"target":26},{"source":211,"target":249},{"source":211,"target":25},{"source":249,"target":26},{"source":212,"target":250},{"source":212,"target":25},{"source":213,"target":25},{"source":213,"target":251},{"source":213,"target":25},{"source":251,"target":25},{"source":214,"target":252},{"source":214,"target":25},{"source":215,"target":253},{"source":215,"target":25},{"source":216,"target":40},{"source":216,"target":254},{"source":216,"target":25},{"source":254,"target":40},{"source":217,"target":42},{"source":217,"target":255},{"source":217,"target":25},{"source":255,"target":42},{"source":218,"target":256},{"source":218,"target":25},{"source":219,"target":257},{"source":219,"target":25},{"source":220,"target":42},{"source":220,"target":258},{"source":220,"target":25},{"source":258,"target":42},{"source":221,"target":25},{"source":221,"target":259},{"source":221,"target":25},{"source":259,"target":25},{"source":222,"target":30},{"source":222,"target":260},{"source":222,"target":25},{"source":260,"target":30},{"source":223,"target":42},{"source":223,"target":261},{"source":223,"target":25},{"source":261,"target":42},{"source":224,"target":262},{"source":224,"target":25},{"source":225,"target":263},{"source":225,"target":25},{"source":226,"target":264},{"source":226,"target":25},{"source":227,"target":265},{"source":227,"target":25},{"source":228,"target":266},{"source":228,"target":25},{"source":229,"target":267},{"source":229,"target":25},{"source":230,"target":268},{"source":230,"target":25},{"source":231,"target":42},{"source":231,"target":269},{"source":231,"target":25},{"source":269,"target":42},{"source":232,"target":27},{"source":232,"target":270},{"source":232,"target":25},{"source":270,"target":27},{"source":233,"target":271},{"source":233,"target":25},{"source":234,"target":272},{"source":234,"target":25},{"source":235,"target":36},{"source":235,"target":273},{"source":235,"target":25},{"source":273,"target":36},{"source":236,"target":25},{"source":236,"target":274},{"source":236,"target":25},{"source":274,"target":25},{"source":237,"target":25},{"source":237,"target":275},{"source":237,"target":25},{"source":275,"target":25},{"source":238,"target":276},{"source":238,"target":25},{"source":239,"target":41},{"source":26,"target":0},{"source":26,"target":277},{"source":277,"target":25},{"source":277,"target":278},{"source":277,"target":26},{"source":278,"target":25},{"source":27,"target":0},{"source":27,"target":279},{"source":279,"target":25},{"source":279,"target":280},{"source":279,"target":27},{"source":280,"target":25},{"source":28,"target":0},{"source":28,"target":281},{"source":28,"target":282},{"source":28,"target":283},{"source":28,"target":284},{"source":28,"target":285},{"source":28,"target":286},{"source":28,"target":287},{"source":28,"target":288},{"source":28,"target":289},{"source":28,"target":290},{"source":28,"target":291},{"source":28,"target":292},{"source":28,"target":293},{"source":28,"target":294},{"source":28,"target":295},{"source":28,"target":296},{"source":28,"target":297},{"source":28,"target":298},{"source":28,"target":299},{"source":28,"target":300},{"source":281,"target":28},{"source":281,"target":301},{"source":281,"target":28},{"source":301,"target":28},{"source":282,"target":302},{"source":282,"target":28},{"source":283,"target":303},{"source":283,"target":28},{"source":284,"target":28},{"source":284,"target":304},{"source":284,"target":28},{"source":304,"target":28},{"source":285,"target":42},{"source":285,"target":305},{"source":285,"target":28},{"source":305,"target":42},{"source":286,"target":306},{"source":286,"target":28},{"source":287,"target":42},{"source":287,"target":307},{"source":287,"target":28},{"source":307,"target":42},{"source":288,"target":42},{"source":288,"target":308},{"source":288,"target":28},{"source":308,"target":42},{"source":289,"target":309},{"source":289,"target":28},{"source":290,"target":310},{"source":290,"target":28},{"source":291,"target":25},{"source":291,"target":311},{"source":291,"target":28},{"source":311,"target":25},{"source":292,"target":312},{"source":292,"target":28},{"source":293,"target":313},{"source":293,"target":28},{"source":294,"target":314},{"source":294,"target":28},{"source":295,"target":42},{"source":295,"target":315},{"source":295,"target":28},{"source":315,"target":42},{"source":296,"target":42},{"source":296,"target":316},{"source":296,"target":28},{"source":316,"target":42},{"source":297,"target":317},{"source":297,"target":28},{"source":298,"target":318},{"source":298,"target":28},{"source":299,"target":319},{"source":299,"target":28},{"source":300,"target":320},{"source":300,"target":28},{"source":29,"target":0},{"source":29,"target":321},{"source":29,"target":322},{"source":321,"target":42},{"source":321,"target":323},{"source":321,"target":29},{"source":323,"target":42},{"source":322,"target":28},{"source":322,"target":324},{"source":322,"target":29},{"source":324,"target":28},{"source":30,"target":0},{"source":30,"target":325},{"source":30,"target":326},{"source":325,"target":42},{"source":325,"target":327},{"source":325,"target":30},{"source":327,"target":42},{"source":326,"target":328},{"source":326,"target":30},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":329},{"source":31,"target":330},{"source":329,"target":29},{"source":329,"target":331},{"source":329,"target":31},{"source":331,"target":29},{"source":330,"target":28},{"source":32,"target":0},{"source":32,"target":332},{"source":332,"target":28},{"source":332,"target":333},{"source":332,"target":32},{"source":333,"target":28},{"source":33,"target":0},{"source":33,"target":334},{"source":33,"target":335},{"source":334,"target":42},{"source":334,"target":336},{"source":334,"target":33},{"source":336,"target":42},{"source":335,"target":337},{"source":335,"target":33},{"source":34,"target":0},{"source":34,"target":338},{"source":34,"target":339},{"source":338,"target":42},{"source":338,"target":340},{"source":338,"target":34},{"source":340,"target":42},{"source":339,"target":341},{"source":339,"target":34},{"source":35,"target":0},{"source":35,"target":342},{"source":342,"target":34},{"source":342,"target":343},{"source":342,"target":35},{"source":343,"target":34},{"source":36,"target":0},{"source":36,"target":344},{"source":344,"target":25},{"source":344,"target":345},{"source":344,"target":36},{"source":345,"target":25},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":346},{"source":37,"target":347},{"source":346,"target":28},{"source":346,"target":348},{"source":346,"target":37},{"source":348,"target":28},{"source":347,"target":28},{"source":38,"target":0},{"source":38,"target":349},{"source":38,"target":350},{"source":349,"target":28},{"source":349,"target":351},{"source":349,"target":38},{"source":351,"target":28},{"source":350,"target":25},{"source":350,"target":352},{"source":350,"target":38},{"source":352,"target":25},{"source":39,"target":0},{"source":39,"target":353},{"source":353,"target":38},{"source":353,"target":354},{"source":353,"target":39},{"source":354,"target":38},{"source":40,"target":0},{"source":40,"target":355},{"source":40,"target":356},{"source":355,"target":25},{"source":355,"target":357},{"source":355,"target":40},{"source":357,"target":25},{"source":356,"target":25},{"source":356,"target":358},{"source":356,"target":40},{"source":358,"target":25},{"source":41,"target":0},{"source":41,"target":359},{"source":41,"target":360},{"source":359,"target":35},{"source":359,"target":361},{"source":359,"target":41},{"source":361,"target":35},{"source":360,"target":25},{"source":360,"target":362},{"source":360,"target":41},{"source":362,"target":25},{"source":42,"target":0},{"source":42,"target":363},{"source":363,"target":364},{"source":363,"target":42},{"source":43,"target":0},{"source":43,"target":25},{"source":43,"target":365},{"source":43,"target":366},{"source":43,"target":367},{"source":365,"target":368},{"source":365,"target":43},{"source":366,"target":369},{"source":366,"target":43},{"source":367,"target":25},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":370},{"source":44,"target":371},{"source":370,"target":372},{"source":370,"target":44},{"source":371,"target":25},{"source":45,"target":0},{"source":45,"target":25},{"source":45,"target":373},{"source":45,"target":374},{"source":373,"target":375},{"source":373,"target":45},{"source":374,"target":25},{"source":46,"target":0},{"source":46,"target":25},{"source":46,"target":376},{"source":376,"target":25},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":377},{"source":377,"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="uml" nsURI="http://www.eclipse.org/qvt/examples/0.1/ManualUML" nsPrefix="uml"> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//UMLModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typeOpposite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Class" eOpposite="#//Class/attributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class" eOpposite="#//Class/forward"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" upperBound="-1" eType="#//Class" eOpposite="#//Class/generalOpposite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forward" upperBound="-1" eType="#//Association" eOpposite="#//Association/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reverse" upperBound="-1" eType="#//Association" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalOpposite" upperBound="-1" eType="#//Class" eOpposite="#//Class/general"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeOpposite" upperBound="-1" eType="#//Attribute" eOpposite="#//Attribute/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//UMLModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//PackageElement" containment="true" eOpposite="#//PackageElement/namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageElement" abstract="true" eSuperTypes="#//UMLModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//Package" eOpposite="#//Package/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UMLModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" 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> </ecore:EPackage>
github:ecore:/data/adilinam/QVTdCaseStudy/org.eclipse.qvtd.xtext.qvtimperative.tests/src/org/eclipse/qvtd/xtext/qvtimperative/tests/ManualUML2RDBMS/ManualUML.ecore
ecore
uml Attribute type owner Association source destination Class general forward attributes reverse generalOpposite Classifier typeOpposite Package elements PackageElement namespace PrimitiveDataType UMLModelElement kind name
null
{"directed":true,"nodes":[{"nsPrefix":"uml","nsURI":"http://www.eclipse.org/qvt/examples/0.1/ManualUML","name":"uml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLModelElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"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":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":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":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forward","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":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"generalOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"name","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":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":1},{"source":9,"target":13},{"source":12,"target":4},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":14,"target":3},{"source":11,"target":8},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":19,"target":3},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"source":18,"target":6},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":22},{"source":3,"target":20},{"source":3,"target":15},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":3},{"source":22,"target":24},{"source":26,"target":3},{"source":20,"target":2},{"source":20,"target":27},{"source":20,"target":3},{"source":20,"target":16},{"source":27,"target":2},{"source":15,"target":1},{"source":15,"target":28},{"source":15,"target":3},{"source":15,"target":10},{"source":28,"target":1},{"source":23,"target":2},{"source":23,"target":29},{"source":23,"target":3},{"source":29,"target":2},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":3},{"source":24,"target":22},{"source":30,"target":3},{"source":25,"target":4},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":13},{"source":4,"target":31},{"source":13,"target":1},{"source":13,"target":32},{"source":13,"target":4},{"source":13,"target":9},{"source":32,"target":1},{"source":31,"target":6},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":6},{"source":33,"target":35},{"source":33,"target":5},{"source":33,"target":36},{"source":35,"target":6},{"source":34,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":5},{"source":36,"target":38},{"source":36,"target":6},{"source":36,"target":33},{"source":38,"target":5},{"source":37,"target":8},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":39},{"source":39,"target":4},{"source":8,"target":0},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":8},{"source":41,"target":43},{"source":41,"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="control" nsURI="http://www.example.org" nsPrefix="control"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessVar" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ProcessVar #//ValueSpecifier"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ontology" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ontologyURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateConstraint" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspBinding" 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="OuterProcess" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="construct" eType="#//ControlConstruct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1" eType="#//Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1" eType="#//Output" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPrecondition" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1" eType="#//Result" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerLocals" upperBound="-1" eType="#//Loc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerLinks" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ontologies" upperBound="-1" eType="#//Ontology" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateConstraints" lowerBound="1" eType="#//TemplateConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractProcess" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1" eType="#//Input" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1" eType="#//Output" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoteProcess" eSuperTypes="#//AbstractProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1" eType="#//Result" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.affixed"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateProcess" eSuperTypes="#//AbstractProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstruct" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructList" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyOrder" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SplitJoin" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="untilCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="untilProcess" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatWhile" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="whileCondition" lowerBound="1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="whileProcess" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Perform" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="theProcess" lowerBound="1" eType="#//AbstractProcess" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Produce" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//ControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecifierElement" abstract="true" eSuperTypes="#//ValueSpecifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSource" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueForm" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueFunction" eSuperTypes="#//NamedElement #//ValueSpecifierElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" abstract="true" eSuperTypes="#//ProcessVar"/> <eClassifiers xsi:type="ecore:EClass" name="SetBinding" abstract="true" eSuperTypes="#//Binding"/> <eClassifiers xsi:type="ecore:EClass" name="InputBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="valueSource"/> <details key="target" value="toParam"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="120,181,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueSource" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toParam"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="255,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Output"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocBinding" eSuperTypes="#//SetBinding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toLoc"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="0,0,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toLoc" eType="#//Loc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkBinding" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="origin"/> <details key="target" value="toLink"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="0,0,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toLink" eType="#//Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="outputBindingSource" eSuperTypes="#//Binding"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="specifierElement"/> <details key="style" value="dash"/> <details key="target.decoration" value="arrow"/> <details key="width" value="2"/> <details key="color" value="255,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifierElement" eType="#//ValueSpecifierElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inCondition" upperBound="-1" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasResultVar" eType="#//ResultVar" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEffect" eType="#//Expr" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingSource" upperBound="-1" eType="#//ValueSpecifierElement" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultVar" eSuperTypes="#//ProcessVar"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Local" eSuperTypes="#//ProcessVar"/> <eClassifiers xsi:type="ecore:EClass" name="Loc" eSuperTypes="#//Local"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ProcessVar"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasBeenWritten" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstructBag" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructBag" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlConstructList" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//ControlConstruct" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructList" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Expr"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpressionLanguage"> <eLiterals name="KIF"/> <eLiterals name="SWRL" value="1"/> <eLiterals name="DRS" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight4/13_control.ecore
ecore
control NamedElement name ProcessVar parameterType parameterValue Parameter Ontology ontologyURI TemplateConstraint aspCode aspBinding Input Output OuterProcess construct hasInput hasOutput hasPrecondition hasResult bindings outerLocals outerLinks ontologies templateConstraints serviceName serviceURI serviceDescription AbstractProcess hasInput hasOutput RemoteProcess remoteURI remoteURL hasResult expressions TemplateProcess slotName ControlConstruct Sequence components Choice components AnyOrder components Split components SplitJoin components IfThenElse ifCondition then else RepeatUntil untilCondition untilProcess RepeatWhile whileCondition whileProcess Perform theProcess Produce producedBindingValueSpecifier Set producedBindingValueSpecifier ValueSpecifier ValueSpecifierElement ValueSource body ValueForm body ValueFunction body Binding SetBinding InputBinding toParam valueSource OutputBinding toParam origin LocBinding toLoc origin LinkBinding toLink origin outputBindingSource source specifierElement Result inCondition hasResultVar hasEffect bindingSource ResultVar Local Loc Link hasBeenWritten ControlConstructBag first rest ControlConstructList first rest Condition Expr name logicLanguage 1 bodyLiteral version ExpressionLanguage KIF KIF SWRL SWRL DRS DRS
null
{"directed":true,"nodes":[{"nsPrefix":"control","nsURI":"http://www.example.org","name":"control","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":"ProcessVar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ontology","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateConstraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuterProcess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProcess","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteProcess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateProcess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstruct","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyOrder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitJoin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWhile","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perform","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Produce","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifier","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifierElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueForm","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetBinding","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBinding","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputBinding","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocBinding","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkBinding","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"outputBindingSource","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultVar","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Local","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructBag","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructList","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionLanguage","instanceClass":null,"id":45,"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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","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":"parameterValue","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ontologyURI","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":"aspCode","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":"aspBinding","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"construct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasOutput","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":"hasPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerLocals","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":"outerLinks","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":"ontologies","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"templateConstraints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","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":"serviceURI","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":"serviceDescription","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasOutput","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":"remoteURI","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":"remoteURL","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slotName","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLoc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifierElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasEffect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasBeenWritten","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"logicLanguage","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bodyLiteral","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"name":"KIF","id":225,"value":0,"literal":"KIF","eClass":"EEnumLiteral"},{"name":"SWRL","id":226,"value":1,"literal":"SWRL","eClass":"EEnumLiteral"},{"name":"DRS","id":227,"value":2,"literal":"DRS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":46,"target":47},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":48,"target":51},{"source":48,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":53},{"source":3,"target":54},{"source":53,"target":2},{"source":54,"target":24},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":62},{"source":59,"target":5},{"source":60,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":63,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":64},{"source":64,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"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":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":65,"target":12},{"source":65,"target":79},{"source":65,"target":8},{"source":79,"target":12},{"source":66,"target":6},{"source":66,"target":80},{"source":66,"target":8},{"source":80,"target":6},{"source":67,"target":7},{"source":67,"target":81},{"source":67,"target":8},{"source":81,"target":7},{"source":68,"target":44},{"source":68,"target":82},{"source":68,"target":8},{"source":82,"target":44},{"source":69,"target":36},{"source":69,"target":83},{"source":69,"target":8},{"source":83,"target":36},{"source":70,"target":29},{"source":70,"target":84},{"source":70,"target":8},{"source":84,"target":29},{"source":71,"target":39},{"source":71,"target":85},{"source":71,"target":8},{"source":85,"target":39},{"source":72,"target":40},{"source":72,"target":86},{"source":72,"target":8},{"source":86,"target":40},{"source":73,"target":4},{"source":73,"target":87},{"source":73,"target":8},{"source":87,"target":4},{"source":74,"target":5},{"source":74,"target":88},{"source":74,"target":8},{"source":88,"target":5},{"source":75,"target":89},{"source":75,"target":8},{"source":76,"target":90},{"source":76,"target":8},{"source":77,"target":91},{"source":77,"target":8},{"source":78,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":92,"target":6},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":6},{"source":93,"target":7},{"source":93,"target":96},{"source":93,"target":9},{"source":96,"target":7},{"source":94,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":97,"target":102},{"source":97,"target":10},{"source":98,"target":103},{"source":98,"target":10},{"source":99,"target":36},{"source":99,"target":104},{"source":99,"target":10},{"source":104,"target":36},{"source":100,"target":44},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":44},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":106},{"source":11,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":9},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":109},{"source":109,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":110},{"source":13,"target":111},{"source":110,"target":42},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":42},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":41},{"source":113,"target":115},{"source":113,"target":14},{"source":115,"target":41},{"source":114,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":116},{"source":15,"target":117},{"source":116,"target":41},{"source":116,"target":118},{"source":116,"target":15},{"source":118,"target":41},{"source":117,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":119},{"source":16,"target":120},{"source":119,"target":41},{"source":119,"target":121},{"source":119,"target":16},{"source":121,"target":41},{"source":120,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":41},{"source":122,"target":124},{"source":122,"target":17},{"source":124,"target":41},{"source":123,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":125,"target":44},{"source":125,"target":129},{"source":125,"target":18},{"source":129,"target":44},{"source":126,"target":12},{"source":126,"target":130},{"source":126,"target":18},{"source":130,"target":12},{"source":127,"target":12},{"source":127,"target":131},{"source":127,"target":18},{"source":131,"target":12},{"source":128,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":132,"target":44},{"source":132,"target":135},{"source":132,"target":19},{"source":135,"target":44},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":19},{"source":136,"target":12},{"source":134,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":137,"target":44},{"source":137,"target":140},{"source":137,"target":20},{"source":140,"target":44},{"source":138,"target":12},{"source":138,"target":141},{"source":138,"target":20},{"source":141,"target":12},{"source":139,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":142},{"source":21,"target":143},{"source":142,"target":9},{"source":142,"target":144},{"source":142,"target":21},{"source":144,"target":9},{"source":143,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":145},{"source":22,"target":146},{"source":145,"target":25},{"source":145,"target":147},{"source":145,"target":22},{"source":147,"target":25},{"source":146,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":148},{"source":23,"target":149},{"source":148,"target":25},{"source":148,"target":150},{"source":148,"target":23},{"source":150,"target":25},{"source":149,"target":12},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":151},{"source":151,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":25},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":152,"target":155},{"source":152,"target":26},{"source":153,"target":1},{"source":154,"target":25},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":25},{"source":27,"target":156},{"source":27,"target":157},{"source":27,"target":158},{"source":156,"target":159},{"source":156,"target":27},{"source":157,"target":1},{"source":158,"target":25},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":25},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":160,"target":163},{"source":160,"target":28},{"source":161,"target":1},{"source":162,"target":25},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":164},{"source":164,"target":2},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":165},{"source":165,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":166,"target":6},{"source":166,"target":169},{"source":166,"target":31},{"source":169,"target":6},{"source":167,"target":3},{"source":167,"target":170},{"source":167,"target":31},{"source":170,"target":3},{"source":168,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":171},{"source":32,"target":172},{"source":32,"target":173},{"source":171,"target":7},{"source":171,"target":174},{"source":171,"target":32},{"source":174,"target":7},{"source":172,"target":24},{"source":172,"target":175},{"source":172,"target":32},{"source":175,"target":24},{"source":173,"target":29},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":176},{"source":33,"target":177},{"source":33,"target":178},{"source":176,"target":39},{"source":176,"target":179},{"source":176,"target":33},{"source":179,"target":39},{"source":177,"target":24},{"source":177,"target":180},{"source":177,"target":33},{"source":180,"target":24},{"source":178,"target":30},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":181,"target":40},{"source":181,"target":184},{"source":181,"target":34},{"source":184,"target":40},{"source":182,"target":24},{"source":182,"target":185},{"source":182,"target":34},{"source":185,"target":24},{"source":183,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":186},{"source":35,"target":187},{"source":35,"target":188},{"source":186,"target":3},{"source":186,"target":189},{"source":186,"target":35},{"source":189,"target":3},{"source":187,"target":25},{"source":187,"target":190},{"source":187,"target":35},{"source":190,"target":25},{"source":188,"target":29},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":191,"target":44},{"source":191,"target":196},{"source":191,"target":36},{"source":196,"target":44},{"source":192,"target":37},{"source":192,"target":197},{"source":192,"target":36},{"source":197,"target":37},{"source":193,"target":44},{"source":193,"target":198},{"source":193,"target":36},{"source":198,"target":44},{"source":194,"target":25},{"source":194,"target":199},{"source":194,"target":36},{"source":199,"target":25},{"source":195,"target":1},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":200},{"source":200,"target":2},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":201},{"source":201,"target":2},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":202},{"source":202,"target":38},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":203},{"source":40,"target":204},{"source":203,"target":205},{"source":203,"target":40},{"source":204,"target":2},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":206},{"source":41,"target":207},{"source":41,"target":208},{"source":206,"target":12},{"source":206,"target":209},{"source":206,"target":41},{"source":209,"target":12},{"source":207,"target":41},{"source":207,"target":210},{"source":207,"target":41},{"source":210,"target":41},{"source":208,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":211},{"source":42,"target":212},{"source":42,"target":213},{"source":211,"target":12},{"source":211,"target":214},{"source":211,"target":42},{"source":214,"target":12},{"source":212,"target":42},{"source":212,"target":215},{"source":212,"target":42},{"source":215,"target":42},{"source":213,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":216},{"source":216,"target":44},{"source":44,"target":0},{"source":44,"target":217},{"source":44,"target":218},{"source":44,"target":219},{"source":44,"target":220},{"source":217,"target":221},{"source":217,"target":44},{"source":218,"target":222},{"source":218,"target":44},{"source":219,"target":223},{"source":219,"target":44},{"source":220,"target":224},{"source":220,"target":44},{"source":45,"target":0},{"source":45,"target":225},{"source":45,"target":226},{"source":45,"target":227},{"source":225,"target":45},{"source":226,"target":45},{"source":227,"target":45}],"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="structure" nsURI="http://www.modelum.es/guizmo/structure" nsPrefix="struc"> <eClassifiers xsi:type="ecore:EClass" name="StructureRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//GraphicalView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository" eType="#//ResourceRepository" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" 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="ImageResource" eSuperTypes="#//Resource #//Locatable"/> <eClassifiers xsi:type="ecore:EClass" name="I18NResource" eSuperTypes="#//Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="#//LanguageType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="translations" upperBound="-1" eType="#//TextTranslation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextTranslation"> <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="LanguageType"> <eLiterals name="EN"/> <eLiterals name="ES" value="1"/> <eLiterals name="FR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicalElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="briefDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isResizable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Locatable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ymin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ymax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" eSuperTypes="#//GraphicalElement #//Locatable"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//ComposableWidget" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicalView" eSuperTypes="#//Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="#//Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true" eSuperTypes="#//GraphicalElement"/> <eClassifiers xsi:type="ecore:EClass" name="Menu" abstract="true" eSuperTypes="#//Widget"/> <eClassifiers xsi:type="ecore:EClass" name="Toolbar" abstract="true" eSuperTypes="#//Widget"/> <eClassifiers xsi:type="ecore:EClass" name="ComposableWidget" abstract="true" eSuperTypes="#//Widget #//Locatable"/> <eClassifiers xsi:type="ecore:EClass" name="GUIRegion" eSuperTypes="#//Container #//ComposableWidget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleWidget" abstract="true" eSuperTypes="#//ComposableWidget"/> <eClassifiers xsi:type="ecore:EClass" name="GraphicalResource" abstract="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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="#//Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//GraphicalResource"/> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//GraphicalResource"/> <eClassifiers xsi:type="ecore:EClass" name="Linkable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHyperlink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputText" eSuperTypes="#//SingleWidget #//Linkable"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" lowerBound="1" eType="#//Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextBox" eSuperTypes="#//SingleWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//SingleWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//Text" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numRows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Itemizable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" eSuperTypes="#//GraphicalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="#//GraphicalResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComboBox" eSuperTypes="#//SingleWidget #//Itemizable"/> <eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//SingleWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="#//GraphicalResource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RadioGroup" eSuperTypes="#//SingleWidget #//Itemizable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multipleSelection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selected" upperBound="-1" eType="#//Item"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListBox" eSuperTypes="#//SingleWidget #//Itemizable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multipleSelection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImageContainer" eSuperTypes="#//SingleWidget #//Linkable"> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Image" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoContainer" eSuperTypes="#//SingleWidget"/> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//SingleWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="graphic" eType="#//GraphicalResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectWidget" eSuperTypes="#//SingleWidget"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//SingleWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="headers" upperBound="-1" eType="#//GraphicalResource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//SingleWidget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rows" upperBound="-1" eType="#//TableRow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableRow"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//GraphicalResource" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/osanchezUM/guizmo/src/guizmo/structureMM/structure.ecore
ecore
structure StructureRoot views resourceRepository ResourceRepository resources Resource name ImageResource I18NResource language translations TextTranslation name value LanguageType EN EN ES ES FR FR GraphicalElement id name description briefDescription isVisible isEnabled isResizable Locatable xmin ymin xmax ymax Container widgets GraphicalView title Widget Menu Toolbar ComposableWidget GUIRegion border title SingleWidget GraphicalResource key value resource Text Image Linkable isHyperlink uri OutputText text TextBox text TextArea text numRows Itemizable items Item resource ComboBox CheckBox resource selected RadioGroup multipleSelection selected ListBox multipleSelection ImageContainer image VideoContainer Button graphic ObjectWidget Table headers types rows TableRow values
null
{"directed":true,"nodes":[{"nsPrefix":"struc","nsURI":"http://www.modelum.es/guizmo/structure","name":"structure","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRepository","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageResource","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I18NResource","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextTranslation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LanguageType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Locatable","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalView","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Toolbar","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposableWidget","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GUIRegion","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleWidget","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalResource","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Linkable","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputText","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextBox","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Itemizable","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComboBox","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioGroup","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListBox","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageContainer","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoContainer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectWidget","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableRow","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceRepository","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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"translations","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"EN","id":56,"value":0,"literal":"EN","eClass":"EEnumLiteral"},{"name":"ES","id":57,"value":1,"literal":"ES","eClass":"EEnumLiteral"},{"name":"FR","id":58,"value":2,"literal":"FR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"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":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":"briefDescription","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVisible","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":"isEnabled","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isResizable","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmin","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ymin","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmax","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ymax","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":"widgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"border","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":"title","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"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resource","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHyperlink","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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"text","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selected","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"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":"multipleSelection","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selected","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multipleSelection","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":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","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":1,"target":0},{"source":1,"target":37},{"source":1,"target":38},{"source":37,"target":11},{"source":37,"target":39},{"source":37,"target":1},{"source":39,"target":11},{"source":38,"target":2},{"source":38,"target":40},{"source":38,"target":1},{"source":40,"target":2},{"source":2,"target":0},{"source":2,"target":41},{"source":41,"target":3},{"source":41,"target":42},{"source":41,"target":2},{"source":42,"target":3},{"source":3,"target":0},{"source":3,"target":43},{"source":43,"target":44},{"source":43,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":9},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":3},{"source":46,"target":9},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":47,"target":7},{"source":47,"target":50},{"source":47,"target":5},{"source":50,"target":7},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":5},{"source":51,"target":6},{"source":49,"target":3},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":52,"target":54},{"source":52,"target":6},{"source":53,"target":55},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":56,"target":7},{"source":57,"target":7},{"source":58,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":59,"target":66},{"source":59,"target":8},{"source":60,"target":67},{"source":60,"target":8},{"source":61,"target":68},{"source":61,"target":8},{"source":62,"target":69},{"source":62,"target":8},{"source":63,"target":70},{"source":63,"target":8},{"source":64,"target":71},{"source":64,"target":8},{"source":65,"target":72},{"source":65,"target":8},{"source":9,"target":0},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":73,"target":77},{"source":73,"target":9},{"source":74,"target":78},{"source":74,"target":9},{"source":75,"target":79},{"source":75,"target":9},{"source":76,"target":80},{"source":76,"target":9},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":9},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":81,"target":15},{"source":81,"target":84},{"source":81,"target":10},{"source":84,"target":15},{"source":82,"target":8},{"source":83,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":85},{"source":11,"target":86},{"source":85,"target":19},{"source":85,"target":87},{"source":85,"target":11},{"source":87,"target":19},{"source":86,"target":10},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":88},{"source":88,"target":8},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":89},{"source":89,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":90},{"source":90,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":9},{"source":15,"target":91},{"source":15,"target":92},{"source":91,"target":12},{"source":92,"target":9},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":15},{"source":16,"target":93},{"source":16,"target":94},{"source":16,"target":95},{"source":16,"target":96},{"source":93,"target":97},{"source":93,"target":16},{"source":94,"target":98},{"source":94,"target":16},{"source":95,"target":10},{"source":96,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":99},{"source":99,"target":15},{"source":18,"target":0},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":100,"target":103},{"source":100,"target":18},{"source":101,"target":104},{"source":101,"target":18},{"source":102,"target":3},{"source":102,"target":105},{"source":102,"target":18},{"source":105,"target":3},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":106},{"source":106,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":107},{"source":107,"target":18},{"source":21,"target":0},{"source":21,"target":108},{"source":21,"target":109},{"source":108,"target":110},{"source":108,"target":21},{"source":109,"target":111},{"source":109,"target":21},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":21},{"source":22,"target":112},{"source":22,"target":113},{"source":22,"target":114},{"source":112,"target":19},{"source":112,"target":115},{"source":112,"target":22},{"source":115,"target":19},{"source":113,"target":17},{"source":114,"target":21},{"source":23,"target":0},{"source":23,"target":17},{"source":23,"target":116},{"source":23,"target":117},{"source":116,"target":19},{"source":116,"target":118},{"source":116,"target":23},{"source":118,"target":19},{"source":117,"target":17},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":119},{"source":24,"target":120},{"source":24,"target":121},{"source":119,"target":19},{"source":119,"target":122},{"source":119,"target":24},{"source":122,"target":19},{"source":120,"target":123},{"source":120,"target":24},{"source":121,"target":17},{"source":25,"target":0},{"source":25,"target":124},{"source":124,"target":26},{"source":124,"target":125},{"source":124,"target":25},{"source":125,"target":26},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":126},{"source":26,"target":127},{"source":126,"target":18},{"source":126,"target":128},{"source":126,"target":26},{"source":128,"target":18},{"source":127,"target":8},{"source":27,"target":0},{"source":27,"target":17},{"source":27,"target":25},{"source":27,"target":129},{"source":27,"target":130},{"source":129,"target":17},{"source":130,"target":25},{"source":28,"target":0},{"source":28,"target":17},{"source":28,"target":131},{"source":28,"target":132},{"source":28,"target":133},{"source":131,"target":18},{"source":131,"target":134},{"source":131,"target":28},{"source":134,"target":18},{"source":132,"target":135},{"source":132,"target":28},{"source":133,"target":17},{"source":29,"target":0},{"source":29,"target":17},{"source":29,"target":25},{"source":29,"target":136},{"source":29,"target":137},{"source":29,"target":138},{"source":29,"target":139},{"source":136,"target":140},{"source":136,"target":29},{"source":137,"target":26},{"source":137,"target":141},{"source":137,"target":29},{"source":141,"target":26},{"source":138,"target":17},{"source":139,"target":25},{"source":30,"target":0},{"source":30,"target":17},{"source":30,"target":25},{"source":30,"target":142},{"source":30,"target":143},{"source":30,"target":144},{"source":142,"target":145},{"source":142,"target":30},{"source":143,"target":17},{"source":144,"target":25},{"source":31,"target":0},{"source":31,"target":17},{"source":31,"target":21},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":146,"target":20},{"source":146,"target":149},{"source":146,"target":31},{"source":149,"target":20},{"source":147,"target":17},{"source":148,"target":21},{"source":32,"target":0},{"source":32,"target":17},{"source":32,"target":150},{"source":150,"target":17},{"source":33,"target":0},{"source":33,"target":17},{"source":33,"target":151},{"source":33,"target":152},{"source":151,"target":18},{"source":151,"target":153},{"source":151,"target":33},{"source":153,"target":18},{"source":152,"target":17},{"source":34,"target":0},{"source":34,"target":17},{"source":34,"target":154},{"source":154,"target":17},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":155},{"source":35,"target":156},{"source":35,"target":157},{"source":35,"target":158},{"source":155,"target":18},{"source":155,"target":159},{"source":155,"target":35},{"source":159,"target":18},{"source":156,"target":17},{"source":156,"target":160},{"source":156,"target":35},{"source":160,"target":17},{"source":157,"target":36},{"source":157,"target":161},{"source":157,"target":35},{"source":161,"target":36},{"source":158,"target":17},{"source":36,"target":0},{"source":36,"target":162},{"source":162,"target":18},{"source":162,"target":163},{"source":162,"target":36},{"source":163,"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="fm" nsURI="http://zcu.cz/yafmt/model/fm" nsPrefix="fm"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eOperations name="getFeaturesById"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Feature"/> </eGenericType> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" 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="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphans" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="root" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orphan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cloneable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentFeature" eType="#//Feature" eOpposite="#//Feature/features"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentGroup" eType="#//Group" eOpposite="#//Group/features"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/parentFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true" eOpposite="#//Group/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" eType="#//FeatureModel" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="or" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Feature" eOpposite="#//Feature/groups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/parentGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <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="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//AttributeType" defaultValueLiteral="boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//Feature" eOpposite="#//Feature/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualityAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minRangeValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRangeValue" 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#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectiveFunctionAggregator" eType="#//ObjectiveFunctionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeType"> <eLiterals name="BOOLEAN" literal="boolean"/> <eLiterals name="INTEGER" value="1" literal="integer"/> <eLiterals name="DOUBLE" value="2" literal="double"/> <eLiterals name="STRING" value="3" literal="string"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <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="language" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" eType="#//FeatureModel" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectiveFunctionType"> <eLiterals name="NOT_ASSIGNED" literal=""/> <eLiterals name="SUM" value="1" literal="sum"/> <eLiterals name="PRODUCT" value="2" literal="product"/> <eLiterals name="MAXIMUM" value="3" literal="max"/> <eLiterals name="MINIMUM" value="4" literal="min"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/supersede-project/dyn_adapt/YAFMT/cz.zcu.yafmt.model/model/FeatureModel.ecore
ecore
fm FeatureModel getFeaturesById id name version description comment root orphans constraints Feature id name description comment lower 0 upper 1 root orphan optional mandatory cloneable parent parentFeature parentGroup attributes features groups featureModel Group lower 1 upper 1 description comment xor or parent features Attribute id name type boolean description comment feature qualityAttribute resourceAttribute defaultValue minRangeValue maxRangeValue weight minimize objectiveFunctionAggregator AttributeType BOOLEAN boolean INTEGER integer DOUBLE double STRING string Constraint value language description comment featureModel ObjectiveFunctionType NOT_ASSIGNED SUM sum PRODUCT product MAXIMUM max MINIMUM min
null
{"directed":true,"nodes":[{"nsPrefix":"fm","nsURI":"http://zcu.cz/yafmt/model/fm","name":"fm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","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,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectiveFunctionType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeaturesById","lowerBound":0,"id":8,"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":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphans","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":32,"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":"root","changeable":false,"lowerBound":1,"iD":false,"id":33,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"orphan","changeable":false,"lowerBound":1,"iD":false,"id":34,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"optional","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"mandatory","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"cloneable","changeable":false,"lowerBound":1,"iD":false,"id":37,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"parentGroup","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":"attributes","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":"features","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":"groups","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":true,"unique":true,"name":"featureModel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":44,"derived":true},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":1,"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":"description","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"xor","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"or","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":true},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"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":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"boolean","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttribute","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceAttribute","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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minRangeValue","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":"maxRangeValue","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","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":"minimize","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectiveFunctionAggregator","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"BOOLEAN","id":107,"value":0,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"INTEGER","id":108,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":109,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"STRING","id":110,"value":3,"literal":"string","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":"language","changeable":true,"lowerBound":1,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":114,"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":"featureModel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":115,"derived":true},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"NOT_ASSIGNED","id":121,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"SUM","id":122,"value":1,"literal":"sum","eClass":"EEnumLiteral"},{"name":"PRODUCT","id":123,"value":2,"literal":"product","eClass":"EEnumLiteral"},{"name":"MAXIMUM","id":124,"value":3,"literal":"max","eClass":"EEnumLiteral"},{"name":"MINIMUM","id":125,"value":4,"literal":"min","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":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":8,"target":16},{"source":8,"target":1},{"source":8,"target":17},{"source":16,"target":18},{"source":18,"target":2},{"source":17,"target":19},{"source":17,"target":8},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":24},{"source":13,"target":1},{"source":24,"target":2},{"source":14,"target":2},{"source":14,"target":25},{"source":14,"target":1},{"source":25,"target":2},{"source":15,"target":6},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":6},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":27,"target":45},{"source":27,"target":2},{"source":28,"target":46},{"source":28,"target":2},{"source":29,"target":47},{"source":29,"target":2},{"source":30,"target":48},{"source":30,"target":2},{"source":31,"target":49},{"source":31,"target":2},{"source":32,"target":50},{"source":32,"target":2},{"source":33,"target":51},{"source":33,"target":2},{"source":34,"target":52},{"source":34,"target":2},{"source":35,"target":53},{"source":35,"target":2},{"source":36,"target":54},{"source":36,"target":2},{"source":37,"target":55},{"source":37,"target":2},{"source":38,"target":56},{"source":38,"target":2},{"source":39,"target":2},{"source":39,"target":57},{"source":39,"target":2},{"source":39,"target":42},{"source":57,"target":2},{"source":40,"target":3},{"source":40,"target":58},{"source":40,"target":2},{"source":40,"target":59},{"source":58,"target":3},{"source":41,"target":4},{"source":41,"target":60},{"source":41,"target":2},{"source":41,"target":61},{"source":60,"target":4},{"source":42,"target":2},{"source":42,"target":62},{"source":42,"target":2},{"source":42,"target":39},{"source":62,"target":2},{"source":43,"target":3},{"source":43,"target":63},{"source":43,"target":2},{"source":43,"target":64},{"source":63,"target":3},{"source":44,"target":1},{"source":44,"target":65},{"source":44,"target":2},{"source":65,"target":1},{"source":3,"target":0},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":64},{"source":3,"target":59},{"source":66,"target":72},{"source":66,"target":3},{"source":67,"target":73},{"source":67,"target":3},{"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":64,"target":2},{"source":64,"target":78},{"source":64,"target":3},{"source":64,"target":43},{"source":78,"target":2},{"source":59,"target":2},{"source":59,"target":79},{"source":59,"target":3},{"source":59,"target":40},{"source":79,"target":2},{"source":4,"target":0},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":61},{"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":80,"target":93},{"source":80,"target":4},{"source":81,"target":94},{"source":81,"target":4},{"source":82,"target":5},{"source":82,"target":95},{"source":82,"target":4},{"source":95,"target":5},{"source":83,"target":96},{"source":83,"target":4},{"source":84,"target":97},{"source":84,"target":4},{"source":61,"target":2},{"source":61,"target":98},{"source":61,"target":4},{"source":61,"target":41},{"source":98,"target":2},{"source":85,"target":99},{"source":85,"target":4},{"source":86,"target":100},{"source":86,"target":4},{"source":87,"target":101},{"source":87,"target":4},{"source":88,"target":102},{"source":88,"target":4},{"source":89,"target":103},{"source":89,"target":4},{"source":90,"target":104},{"source":90,"target":4},{"source":91,"target":105},{"source":91,"target":4},{"source":92,"target":7},{"source":92,"target":106},{"source":92,"target":4},{"source":106,"target":7},{"source":5,"target":0},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":107,"target":5},{"source":108,"target":5},{"source":109,"target":5},{"source":110,"target":5},{"source":6,"target":0},{"source":6,"target":111},{"source":6,"target":112},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":111,"target":116},{"source":111,"target":6},{"source":112,"target":117},{"source":112,"target":6},{"source":113,"target":118},{"source":113,"target":6},{"source":114,"target":119},{"source":114,"target":6},{"source":115,"target":1},{"source":115,"target":120},{"source":115,"target":6},{"source":120,"target":1},{"source":7,"target":0},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":7,"target":125},{"source":121,"target":7},{"source":122,"target":7},{"source":123,"target":7},{"source":124,"target":7},{"source":125,"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="smachDSL" nsURI="http://www.best.org/of/robotics/SmachDSL" nsPrefix="smachDSL"> <eClassifiers xsi:type="ecore:EClass" name="PrimitivePackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="statemachines" upperBound="-1" eType="#//StateMachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Test"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ros" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionclients" upperBound="-1" eType="#//ActionClient" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceclients" upperBound="-1" eType="#//ServiceClient" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsstates" upperBound="-1" eType="#//ActionState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionClient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceClient"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="servicesrv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientname" eType="#//ActionClient"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outcome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//ActionState"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/SmachDSL.ecore
ecore
smachDSL PrimitivePackage statemachines Test ros StateMachine name actionclients serviceclients actionsstates ActionClient name actionname actiontype ServiceClient name servicename servicesrv ActionState name clientname transitions Transition outcome state
null
{"directed":true,"nodes":[{"nsPrefix":"smachDSL","nsURI":"http://www.best.org/of/robotics/SmachDSL","name":"smachDSL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitivePackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionClient","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceClient","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statemachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ros","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionclients","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":"serviceclients","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":"actionsstates","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,"defaultValue":null,"volatile":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":"actionname","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":"actiontype","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"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":"servicename","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":"servicesrv","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientname","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outcome","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":3},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":10},{"source":10,"target":11},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":12,"target":16},{"source":12,"target":3},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":3},{"source":17,"target":4},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":5},{"source":15,"target":6},{"source":15,"target":19},{"source":15,"target":3},{"source":19,"target":6},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":23},{"source":20,"target":4},{"source":21,"target":24},{"source":21,"target":4},{"source":22,"target":25},{"source":22,"target":4},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":26,"target":29},{"source":26,"target":5},{"source":27,"target":30},{"source":27,"target":5},{"source":28,"target":31},{"source":28,"target":5},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":32,"target":35},{"source":32,"target":6},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":6},{"source":36,"target":4},{"source":34,"target":7},{"source":34,"target":37},{"source":34,"target":6},{"source":37,"target":7},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":7},{"source":41,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="accordant_fv" nsURI="http://uniandes.accordant.functional" nsPrefix="accordant_fv"> <eClassifiers xsi:type="ecore:EClass" name="FunctionalView"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conns" lowerBound="1" upperBound="-1" eType="#//Connector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comps" lowerBound="1" upperBound="-1" eType="#//Component" containment="true" eOpposite="#//Component/funcView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="ecore:EClass ../../accordant_rq/model/accordant_rq.ecore#//Project"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delivery" eType="#//DeliveryGuarantee"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synct" eType="#//SyncType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notification" eType="#//NotificationModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buffering" eType="#//Buffering"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="throughput" eType="#//Throughput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1" eType="#//Role" containment="true" eOpposite="#//Role/conn"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" eType="ecore:EClass ../../accordant_rq/model/accordant_rq.ecore#//ArchDecision"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="props" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" lowerBound="1" upperBound="-1" eType="#//Port" containment="true" eOpposite="#//Port/comp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="procModel" eType="#//ProcessingModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funcView" eType="#//FunctionalView" eOpposite="#//FunctionalView/comps"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" eType="ecore:EClass ../../accordant_rq/model/accordant_rq.ecore#//ArchDecision"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delivery" eType="#//DeliveryGuarantee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transformer" eSuperTypes="#//AnalyticsComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sqlExp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lambdaExp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeRepo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Estimator" eSuperTypes="#//AnalyticsComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Stream" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Adaptor" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Distributor" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Ingestor" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conn" 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="props" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AccessType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalyticsComponent" abstract="true" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pmml" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Sink" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conn" 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="type" eType="#//AccessType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="props" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PortType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" derived="true" containment="true" eOpposite="#//Field/portowner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role" eOpposite="#//Role/port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comp" eType="#//Component" eOpposite="#//Component/ports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProcessingModel"> <eLiterals name="STREAM" value="2" literal="STREAM"/> <eLiterals name="BATCH" literal="BATCH"/> <eLiterals name="MICROBATCH" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DeliveryGuarantee"> <eLiterals name="BEST_EFFORT"/> <eLiterals name="AT_LEAST_ONCE" value="1" literal="AT_LEAST_ONCE"/> <eLiterals name="AT_MOST_ONCE" value="2" literal="AT_MOST_ONCE"/> <eLiterals name="EXACTLY_ONCE" value="3" literal="EXACTLY_ONCE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SyncType"> <eLiterals name="ASYNC"/> <eLiterals name="SYNC" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NotificationModel"> <eLiterals name="POLLED"/> <eLiterals name="PUBSUB" value="1"/> <eLiterals name="QUEUED" value="2"/> <eLiterals name="CENTRAL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Buffering"> <eLiterals name="BUFFERED" value="1" literal="BUFFERED"/> <eLiterals name="UNBUFFERED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Throughput"> <eLiterals name="ATOMIC"/> <eLiterals name="HIGH_ORDER" value="1" literal="HIGH_ORDER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortType"> <eLiterals name="REQUIRED"/> <eLiterals name="PROVIDED" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arbitrator" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Role"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//RoleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port" eOpposite="#//Port/role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conn" lowerBound="1" eType="#//Connector" eOpposite="#//Connector/roles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RoleType"> <eLiterals name="OUT"/> <eLiterals name="IN" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcedureCall" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EEnum" name="AccessType"> <eLiterals name="HTTP"/> <eLiterals name="HDFS" value="1"/> <eLiterals name="DATABASE" value="2"/> <eLiterals name="FILESYSTEM" value="3"/> </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" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dtype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portowner" lowerBound="1" eType="#//Port" eOpposite="#//Port/fields"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DType"> <eLiterals name="STRING"/> <eLiterals name="INT" value="1"/> <eLiterals name="FLOAT" value="2"/> <eLiterals name="DOUBLE" value="3"/> <eLiterals name="DATE" value="4"/> <eLiterals name="BOOLEAN" value="5"/> <eLiterals name="BLOB" value="6"/> <eLiterals name="BYTE" value="7"/> <eLiterals name="LONG" value="8"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kmilo-castellanos/accordant/accordant_fv/model/accordant_fv.ecore
ecore
accordant_fv FunctionalView name conns comps project Connector name delivery synct notification buffering throughput roles protocol decision props Component name ports procModel funcView decision delivery Transformer sqlExp lambdaExp codeRepo Estimator Stream Adaptor Distributor Ingestor conn format props type AnalyticsComponent pmml Event Sink conn format type props Port type name fields role comp ProcessingModel STREAM STREAM BATCH BATCH MICROBATCH MICROBATCH DeliveryGuarantee BEST_EFFORT BEST_EFFORT AT_LEAST_ONCE AT_LEAST_ONCE AT_MOST_ONCE AT_MOST_ONCE EXACTLY_ONCE EXACTLY_ONCE SyncType ASYNC ASYNC SYNC SYNC NotificationModel POLLED POLLED PUBSUB PUBSUB QUEUED QUEUED CENTRAL CENTRAL Buffering BUFFERED BUFFERED UNBUFFERED UNBUFFERED Throughput ATOMIC ATOMIC HIGH_ORDER HIGH_ORDER PortType REQUIRED REQUIRED PROVIDED PROVIDED Arbitrator Role type name port conn RoleType OUT OUT IN IN ProcedureCall AccessType HTTP HTTP HDFS HDFS DATABASE DATABASE FILESYSTEM FILESYSTEM Field name dtype order portowner DType STRING STRING INT INT FLOAT FLOAT DOUBLE DOUBLE DATE DATE BOOLEAN BOOLEAN BLOB BLOB BYTE BYTE LONG LONG
null
{"directed":true,"nodes":[{"nsPrefix":"accordant_fv","nsURI":"http://uniandes.accordant.functional","name":"accordant_fv","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalView","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Estimator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stream","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adaptor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distributor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ingestor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticsComponent","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcessingModel","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DeliveryGuarantee","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SyncType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NotificationModel","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Buffering","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Throughput","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arbitrator","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoleType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureCall","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DType","instanceClass":null,"id":27,"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":true,"id":28,"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":"conns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unique":true,"name":"funcView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"delivery","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synct","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notification","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buffering","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":"throughput","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"roles","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"protocol","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":"decision","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"props","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":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":"conn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":58,"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":"ports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"procModel","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decision","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delivery","changeable":true,"lowerBound":0,"iD":false,"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":"comp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sqlExp","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":"lambdaExp","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codeRepo","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"},{"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":"conn","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":"format","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":"props","changeable":true,"lowerBound":0,"iD":false,"id":83,"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":84,"derived":false},{"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pmml","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conn","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":"format","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":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"props","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"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":true,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"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":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"portowner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"name":"STREAM","id":114,"value":2,"literal":"STREAM","eClass":"EEnumLiteral"},{"name":"BATCH","id":115,"value":0,"literal":"BATCH","eClass":"EEnumLiteral"},{"name":"MICROBATCH","id":116,"value":1,"literal":"MICROBATCH","eClass":"EEnumLiteral"},{"name":"BEST_EFFORT","id":117,"value":0,"literal":"BEST_EFFORT","eClass":"EEnumLiteral"},{"name":"AT_LEAST_ONCE","id":118,"value":1,"literal":"AT_LEAST_ONCE","eClass":"EEnumLiteral"},{"name":"AT_MOST_ONCE","id":119,"value":2,"literal":"AT_MOST_ONCE","eClass":"EEnumLiteral"},{"name":"EXACTLY_ONCE","id":120,"value":3,"literal":"EXACTLY_ONCE","eClass":"EEnumLiteral"},{"name":"ASYNC","id":121,"value":0,"literal":"ASYNC","eClass":"EEnumLiteral"},{"name":"SYNC","id":122,"value":1,"literal":"SYNC","eClass":"EEnumLiteral"},{"name":"POLLED","id":123,"value":0,"literal":"POLLED","eClass":"EEnumLiteral"},{"name":"PUBSUB","id":124,"value":1,"literal":"PUBSUB","eClass":"EEnumLiteral"},{"name":"QUEUED","id":125,"value":2,"literal":"QUEUED","eClass":"EEnumLiteral"},{"name":"CENTRAL","id":126,"value":3,"literal":"CENTRAL","eClass":"EEnumLiteral"},{"name":"BUFFERED","id":127,"value":1,"literal":"BUFFERED","eClass":"EEnumLiteral"},{"name":"UNBUFFERED","id":128,"value":0,"literal":"UNBUFFERED","eClass":"EEnumLiteral"},{"name":"ATOMIC","id":129,"value":0,"literal":"ATOMIC","eClass":"EEnumLiteral"},{"name":"HIGH_ORDER","id":130,"value":1,"literal":"HIGH_ORDER","eClass":"EEnumLiteral"},{"name":"REQUIRED","id":131,"value":0,"literal":"REQUIRED","eClass":"EEnumLiteral"},{"name":"PROVIDED","id":132,"value":1,"literal":"PROVIDED","eClass":"EEnumLiteral"},{"id":133,"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":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"name":"OUT","id":140,"value":0,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"IN","id":141,"value":1,"literal":"IN","eClass":"EEnumLiteral"},{"id":142,"eClass":"EGenericType"},{"name":"HTTP","id":143,"value":0,"literal":"HTTP","eClass":"EEnumLiteral"},{"name":"HDFS","id":144,"value":1,"literal":"HDFS","eClass":"EEnumLiteral"},{"name":"DATABASE","id":145,"value":2,"literal":"DATABASE","eClass":"EEnumLiteral"},{"name":"FILESYSTEM","id":146,"value":3,"literal":"FILESYSTEM","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":true,"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":"dtype","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"name":"STRING","id":154,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"INT","id":155,"value":1,"literal":"INT","eClass":"EEnumLiteral"},{"name":"FLOAT","id":156,"value":2,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":157,"value":3,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"DATE","id":158,"value":4,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":159,"value":5,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"BLOB","id":160,"value":6,"literal":"BLOB","eClass":"EEnumLiteral"},{"name":"BYTE","id":161,"value":7,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"LONG","id":162,"value":8,"literal":"LONG","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":28,"target":32},{"source":28,"target":1},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":2},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":1},{"source":30,"target":35},{"source":34,"target":3},{"source":31,"target":36},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":37,"target":47},{"source":37,"target":2},{"source":38,"target":15},{"source":38,"target":48},{"source":38,"target":2},{"source":48,"target":15},{"source":39,"target":16},{"source":39,"target":49},{"source":39,"target":2},{"source":49,"target":16},{"source":40,"target":17},{"source":40,"target":50},{"source":40,"target":2},{"source":50,"target":17},{"source":41,"target":18},{"source":41,"target":51},{"source":41,"target":2},{"source":51,"target":18},{"source":42,"target":19},{"source":42,"target":52},{"source":42,"target":2},{"source":52,"target":19},{"source":43,"target":22},{"source":43,"target":53},{"source":43,"target":2},{"source":43,"target":54},{"source":53,"target":22},{"source":44,"target":55},{"source":44,"target":2},{"source":45,"target":56},{"source":45,"target":2},{"source":46,"target":57},{"source":46,"target":2},{"source":3,"target":0},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":35},{"source":3,"target":61},{"source":3,"target":62},{"source":58,"target":63},{"source":58,"target":3},{"source":59,"target":13},{"source":59,"target":64},{"source":59,"target":3},{"source":59,"target":65},{"source":64,"target":13},{"source":60,"target":14},{"source":60,"target":66},{"source":60,"target":3},{"source":66,"target":14},{"source":35,"target":1},{"source":35,"target":67},{"source":35,"target":3},{"source":35,"target":30},{"source":67,"target":1},{"source":61,"target":68},{"source":61,"target":3},{"source":62,"target":15},{"source":62,"target":69},{"source":62,"target":3},{"source":69,"target":15},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":70,"target":74},{"source":70,"target":4},{"source":71,"target":75},{"source":71,"target":4},{"source":72,"target":76},{"source":72,"target":4},{"source":73,"target":10},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":77},{"source":77,"target":10},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":78},{"source":78,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":79},{"source":79,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":80},{"source":80,"target":2},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":81,"target":86},{"source":81,"target":9},{"source":82,"target":87},{"source":82,"target":9},{"source":83,"target":88},{"source":83,"target":9},{"source":84,"target":25},{"source":84,"target":89},{"source":84,"target":9},{"source":89,"target":25},{"source":85,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":90},{"source":10,"target":91},{"source":90,"target":92},{"source":90,"target":10},{"source":91,"target":3},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":93},{"source":93,"target":2},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":94,"target":99},{"source":94,"target":12},{"source":95,"target":100},{"source":95,"target":12},{"source":96,"target":25},{"source":96,"target":101},{"source":96,"target":12},{"source":101,"target":25},{"source":97,"target":102},{"source":97,"target":12},{"source":98,"target":3},{"source":13,"target":0},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":65},{"source":103,"target":20},{"source":103,"target":107},{"source":103,"target":13},{"source":107,"target":20},{"source":104,"target":108},{"source":104,"target":13},{"source":105,"target":26},{"source":105,"target":109},{"source":105,"target":13},{"source":105,"target":110},{"source":109,"target":26},{"source":106,"target":22},{"source":106,"target":111},{"source":106,"target":13},{"source":106,"target":112},{"source":111,"target":22},{"source":65,"target":3},{"source":65,"target":113},{"source":65,"target":13},{"source":65,"target":59},{"source":113,"target":3},{"source":14,"target":0},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":114,"target":14},{"source":115,"target":14},{"source":116,"target":14},{"source":15,"target":0},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":117,"target":15},{"source":118,"target":15},{"source":119,"target":15},{"source":120,"target":15},{"source":16,"target":0},{"source":16,"target":121},{"source":16,"target":122},{"source":121,"target":16},{"source":122,"target":16},{"source":17,"target":0},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":123,"target":17},{"source":124,"target":17},{"source":125,"target":17},{"source":126,"target":17},{"source":18,"target":0},{"source":18,"target":127},{"source":18,"target":128},{"source":127,"target":18},{"source":128,"target":18},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":19},{"source":130,"target":19},{"source":20,"target":0},{"source":20,"target":131},{"source":20,"target":132},{"source":131,"target":20},{"source":132,"target":20},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":133},{"source":133,"target":2},{"source":22,"target":0},{"source":22,"target":134},{"source":22,"target":135},{"source":22,"target":112},{"source":22,"target":54},{"source":134,"target":23},{"source":134,"target":136},{"source":134,"target":22},{"source":136,"target":23},{"source":135,"target":137},{"source":135,"target":22},{"source":112,"target":13},{"source":112,"target":138},{"source":112,"target":22},{"source":112,"target":106},{"source":138,"target":13},{"source":54,"target":2},{"source":54,"target":139},{"source":54,"target":22},{"source":54,"target":43},{"source":139,"target":2},{"source":23,"target":0},{"source":23,"target":140},{"source":23,"target":141},{"source":140,"target":23},{"source":141,"target":23},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":142},{"source":142,"target":2},{"source":25,"target":0},{"source":25,"target":143},{"source":25,"target":144},{"source":25,"target":145},{"source":25,"target":146},{"source":143,"target":25},{"source":144,"target":25},{"source":145,"target":25},{"source":146,"target":25},{"source":26,"target":0},{"source":26,"target":147},{"source":26,"target":148},{"source":26,"target":149},{"source":26,"target":110},{"source":147,"target":150},{"source":147,"target":26},{"source":148,"target":151},{"source":148,"target":26},{"source":149,"target":152},{"source":149,"target":26},{"source":110,"target":13},{"source":110,"target":153},{"source":110,"target":26},{"source":110,"target":105},{"source":153,"target":13},{"source":27,"target":0},{"source":27,"target":154},{"source":27,"target":155},{"source":27,"target":156},{"source":27,"target":157},{"source":27,"target":158},{"source":27,"target":159},{"source":27,"target":160},{"source":27,"target":161},{"source":27,"target":162},{"source":154,"target":27},{"source":155,"target":27},{"source":156,"target":27},{"source":157,"target":27},{"source":158,"target":27},{"source":159,"target":27},{"source":160,"target":27},{"source":161,"target":27},{"source":162,"target":27}],"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="caex_wao_300" nsURI="/ModelingQueryLanguage/model/caex_wao_300.ecore" nsPrefix="caex"> <eClassifiers xsi:type="ecore:EDataType" name="AttributeDataType" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeFamily" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeNameMapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleAttributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemUnitAttributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleAttribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitAttribute" lowerBound="1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refSemantic" upperBound="-1" eType="#//RefSemantic" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" upperBound="-1" eType="#//AttributeValueRequirement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDataType" eType="#//AttributeDataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refAttributeType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeType" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueRequirement" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="ordinalScaledType" eType="#//OrdinalScaledType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nominalScaledType" eType="#//NominalScaledType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unknownType" eType="#//UnknownType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode" defaultValueLiteral="state" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version"/> <eStructuralFeatures xsi:type="ecore:EReference" name="revision" upperBound="-1" eType="#//Revision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="#//Copyright"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalInformation" eType="#//AdditionalInformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXFile" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superiorStandardVersion" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDocumentInformation" lowerBound="1" upperBound="-1" eType="#//SourceDocumentInformation" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" upperBound="-1" eType="#//ExternalReferenceType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceHierarchy" upperBound="-1" eType="#//InstanceHierarchy" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClassLib" upperBound="-1" eType="#//InterfaceClassLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClassLib" upperBound="-1" eType="#//RoleClassLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClassLib" upperBound="-1" eType="#//SystemUnitClassLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeTypeLib" upperBound="-1" eType="#//AttributeLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaVersion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="3.00" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXObject" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChangeMode"> <eLiterals name="state"/> <eLiterals name="create" value="1"/> <eLiterals name="delete" value="2"/> <eLiterals name="change" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ChangeModeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"/> <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"/> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cAEXFile" upperBound="-2" eType="#//CAEXFile" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalInterface" eSuperTypes="#//InterfaceClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalReferenceType" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceHierarchy" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="internalElement" upperBound="-1" eType="#//InternalElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClass" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceClass" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" eType="#//InterfaceClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClass" upperBound="-1" eType="#//InterfaceClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceFamily" eSuperTypes="#//InterfaceClass"/> <eClassifiers xsi:type="ecore:EClass" name="InterfaceIDMapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleInterfaceID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemUnitInterfaceID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleInterface" lowerBound="1" eType="#//ExternalInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitInterface" lowerBound="1" eType="#//ExternalInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalElement" eSuperTypes="#//SystemUnitClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleRequirements" upperBound="-1" eType="#//RoleRequirements" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseSystemUnitPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseSystemUnit" eType="#//SystemUnitClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalLink" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refPartnerSideA" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refPartnerSideB" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerSideA" lowerBound="1" eType="#//ExternalInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerSideB" lowerBound="1" eType="#//ExternalInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeNameMapping" upperBound="-1" eType="#//AttributeNameMapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceIDMapping" upperBound="-1" eType="#//InterfaceIDMapping" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NominalScaledType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinalScaledType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMaxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMinValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefSemantic" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correspondingAttributePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" upperBound="-1" eType="#//RoleClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleClass" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//ExternalInterface" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" eType="#//RoleClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" upperBound="-1" eType="#//RoleClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleFamily" eSuperTypes="#//RoleClass"/> <eClassifiers xsi:type="ecore:EClass" name="RoleRequirements" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingObject" eType="#//Mapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" lowerBound="1" eType="#//RoleClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceDocumentInformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastWritingDateTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originProjectID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originProjectTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originRelease" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originVendor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originVendorURL" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originVersion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportedRoleClass" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingObject" eType="#//Mapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refRoleClassPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" lowerBound="1" eType="#//RoleClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClass" upperBound="-1" eType="#//SystemUnitClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitClass" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalElement" upperBound="-1" eType="#//InternalElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supportedRoleClass" upperBound="-1" eType="#//SupportedRoleClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalLink" upperBound="-1" eType="#//InternalLink" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" eType="#//SystemUnitClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClass" upperBound="-1" eType="#//SystemUnitClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitFamily" eSuperTypes="#//SystemUnitClass"/> <eClassifiers xsi:type="ecore:EClass" name="UnknownType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requirements" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copyright"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Revision" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalInformation" eSuperTypes="#//GenericElement"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <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="kind" value="elementOnly"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericElement" eSuperTypes="#//Element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedElements" upperBound="-1" eType="#//GenericElement" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//GenericAttribute" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFeatureMap" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" transient="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":0"/> <details key="wildcards" value="##any"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeFeatureMap" 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="name" value=":1"/> <details key="wildcards" value="##any"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAttribute" eSuperTypes="#//Element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Racheast/AE_MQL/AE_MQL_WS/Ecore Files/CAEX_wao_300.ecore
ecore
caex_wao_300 AttributeDataType java.lang.String java.lang.String AttributeFamily AttributeNameMapping roleAttributeName systemUnitAttributeName roleAttribute systemUnitAttribute Attribute defaultValue value refSemantic constraint attribute attributeDataType refAttributeType unit AttributeLib attributeType AttributeValueRequirement ordinalScaledType nominalScaledType unknownType name CAEXBasicObject changeMode state description version revision copyright additionalInformation CAEXFile superiorStandardVersion sourceDocumentInformation externalReference instanceHierarchy interfaceClassLib roleClassLib systemUnitClassLib attributeTypeLib fileName schemaVersion 3.00 CAEXObject iD name ChangeMode state state create create delete delete change change ChangeModeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation cAEXFile ExternalInterface externalInterface ExternalReferenceType alias path InstanceHierarchy internalElement InterfaceClassLib interfaceClass InterfaceClass attribute refBaseClassPath baseClass interfaceClass InterfaceFamily InterfaceIDMapping roleInterfaceID systemUnitInterfaceID roleInterface systemUnitInterface InternalElement roleRequirements refBaseSystemUnitPath baseSystemUnit InternalLink refPartnerSideA refPartnerSideB partnerSideA partnerSideB Mapping attributeNameMapping interfaceIDMapping NominalScaledType requiredValue OrdinalScaledType requiredMaxValue requiredValue requiredMinValue RefSemantic correspondingAttributePath RoleClassLib roleClass RoleClass attribute externalInterface refBaseClassPath baseClass roleClass RoleFamily RoleRequirements attribute externalInterface mappingObject roleClass SourceDocumentInformation lastWritingDateTime originID originName originProjectID originProjectTitle originRelease originVendor originVendorURL originVersion SupportedRoleClass mappingObject refRoleClassPath roleClass SystemUnitClassLib systemUnitClass SystemUnitClass attribute externalInterface internalElement supportedRoleClass internalLink baseClass systemUnitClass refBaseClassPath SystemUnitFamily UnknownType requirements Copyright value changeMode Description value changeMode Revision revisionDate oldVersion newVersion authorName comment Version value changeMode AdditionalInformation Element name value GenericElement nestedElements attributes elementFeatureMap attributeFeatureMap GenericAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"caex","nsURI":"/ModelingQueryLanguage/model/caex_wao_300.ecore","name":"caex_wao_300","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AttributeDataType","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFamily","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeNameMapping","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":"AttributeLib","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueRequirement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXBasicObject","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXFile","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXObject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeMode","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ChangeModeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalInterface","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReferenceType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceHierarchy","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceClassLib","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceClass","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFamily","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceIDMapping","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalLink","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NominalScaledType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinalScaledType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSemantic","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleClassLib","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleClass","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFamily","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRequirements","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceDocumentInformation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedRoleClass","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitClassLib","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitClass","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitFamily","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Revision","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalInformation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericElement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAttribute","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"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":"roleAttributeName","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitAttributeName","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitAttribute","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"},{"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":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refSemantic","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"attributeDataType","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":"refAttributeType","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":"unit","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"},{"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":"attributeType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ordinalScaledType","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":"nominalScaledType","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":"unknownType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":true,"transient":false,"unique":true,"name":"changeMode","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":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revision","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":"copyright","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":"additionalInformation","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,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"superiorStandardVersion","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceDocumentInformation","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"externalReference","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":"instanceHierarchy","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":"interfaceClassLib","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":"roleClassLib","changeable":true,"resolveProxies":false,"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":"systemUnitClassLib","changeable":true,"resolveProxies":false,"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":"attributeTypeLib","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"3.00","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3.00","unsettable":true,"transient":false,"unique":true,"name":"schemaVersion","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"state","id":121,"value":0,"literal":"state","eClass":"EEnumLiteral"},{"name":"create","id":122,"value":1,"literal":"create","eClass":"EEnumLiteral"},{"name":"delete","id":123,"value":2,"literal":"delete","eClass":"EEnumLiteral"},{"name":"change","id":124,"value":3,"literal":"change","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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"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":"cAEXFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"derived":true},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"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":"interfaceClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleInterfaceID","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitInterfaceID","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleRequirements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseSystemUnitPath","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseSystemUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refPartnerSideA","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refPartnerSideB","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerSideA","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":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerSideB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeNameMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceIDMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredMaxValue","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","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":"requiredMinValue","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correspondingAttributePath","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"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":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"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"},{"container":false,"ordered":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":false,"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":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastWritingDateTime","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originID","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originName","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originProjectID","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originProjectTitle","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":"originRelease","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originVendor","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originVendorURL","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originVersion","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"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":"mappingObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refRoleClassPath","changeable":true,"lowerBound":1,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedRoleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalLink","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"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":270,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"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":274,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionDate","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldVersion","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"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":289,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"elementFeatureMap","changeable":true,"lowerBound":0,"iD":false,"id":300,"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":"attributeFeatureMap","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":44},{"source":44,"target":4},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":50},{"source":45,"target":3},{"source":46,"target":51},{"source":46,"target":3},{"source":47,"target":4},{"source":47,"target":52},{"source":47,"target":3},{"source":52,"target":4},{"source":48,"target":4},{"source":48,"target":53},{"source":48,"target":3},{"source":53,"target":4},{"source":49,"target":7},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":54,"target":63},{"source":54,"target":4},{"source":55,"target":64},{"source":55,"target":4},{"source":56,"target":25},{"source":56,"target":65},{"source":56,"target":4},{"source":65,"target":25},{"source":57,"target":6},{"source":57,"target":66},{"source":57,"target":4},{"source":66,"target":6},{"source":58,"target":4},{"source":58,"target":67},{"source":58,"target":4},{"source":67,"target":4},{"source":59,"target":1},{"source":59,"target":68},{"source":59,"target":4},{"source":68,"target":1},{"source":60,"target":69},{"source":60,"target":4},{"source":61,"target":70},{"source":61,"target":4},{"source":62,"target":9},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":4},{"source":71,"target":73},{"source":71,"target":5},{"source":73,"target":4},{"source":72,"target":9},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":74,"target":24},{"source":74,"target":79},{"source":74,"target":6},{"source":79,"target":24},{"source":75,"target":23},{"source":75,"target":80},{"source":75,"target":6},{"source":80,"target":23},{"source":76,"target":35},{"source":76,"target":81},{"source":76,"target":6},{"source":81,"target":35},{"source":77,"target":82},{"source":77,"target":6},{"source":78,"target":7},{"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":10},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":10},{"source":84,"target":37},{"source":84,"target":90},{"source":84,"target":7},{"source":90,"target":37},{"source":85,"target":39},{"source":85,"target":91},{"source":85,"target":7},{"source":91,"target":39},{"source":86,"target":38},{"source":86,"target":92},{"source":86,"target":7},{"source":92,"target":38},{"source":87,"target":36},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":36},{"source":88,"target":40},{"source":88,"target":94},{"source":88,"target":7},{"source":94,"target":40},{"source":8,"target":0},{"source":8,"target":7},{"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":8,"target":104},{"source":8,"target":105},{"source":95,"target":106},{"source":95,"target":8},{"source":96,"target":30},{"source":96,"target":107},{"source":96,"target":8},{"source":107,"target":30},{"source":97,"target":14},{"source":97,"target":108},{"source":97,"target":8},{"source":108,"target":14},{"source":98,"target":15},{"source":98,"target":109},{"source":98,"target":8},{"source":109,"target":15},{"source":99,"target":16},{"source":99,"target":110},{"source":99,"target":8},{"source":110,"target":16},{"source":100,"target":26},{"source":100,"target":111},{"source":100,"target":8},{"source":111,"target":26},{"source":101,"target":32},{"source":101,"target":112},{"source":101,"target":8},{"source":112,"target":32},{"source":102,"target":5},{"source":102,"target":113},{"source":102,"target":8},{"source":113,"target":5},{"source":103,"target":114},{"source":103,"target":8},{"source":104,"target":115},{"source":104,"target":8},{"source":105,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":116,"target":119},{"source":116,"target":9},{"source":117,"target":120},{"source":117,"target":9},{"source":118,"target":7},{"source":10,"target":0},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":125,"target":129},{"source":125,"target":12},{"source":126,"target":130},{"source":126,"target":12},{"source":127,"target":131},{"source":127,"target":12},{"source":128,"target":8},{"source":128,"target":132},{"source":128,"target":12},{"source":132,"target":8},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":133},{"source":13,"target":134},{"source":133,"target":17},{"source":133,"target":135},{"source":133,"target":13},{"source":135,"target":17},{"source":134,"target":17},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":136,"target":139},{"source":136,"target":14},{"source":137,"target":140},{"source":137,"target":14},{"source":138,"target":7},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":141},{"source":15,"target":142},{"source":141,"target":20},{"source":141,"target":143},{"source":141,"target":15},{"source":143,"target":20},{"source":142,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":144},{"source":16,"target":145},{"source":144,"target":17},{"source":144,"target":146},{"source":144,"target":16},{"source":146,"target":17},{"source":145,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":147,"target":4},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":4},{"source":148,"target":153},{"source":148,"target":17},{"source":149,"target":17},{"source":149,"target":154},{"source":149,"target":17},{"source":154,"target":17},{"source":150,"target":17},{"source":150,"target":155},{"source":150,"target":17},{"source":155,"target":17},{"source":151,"target":9},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":156},{"source":156,"target":17},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":157,"target":162},{"source":157,"target":19},{"source":158,"target":163},{"source":158,"target":19},{"source":159,"target":13},{"source":159,"target":164},{"source":159,"target":19},{"source":164,"target":13},{"source":160,"target":13},{"source":160,"target":165},{"source":160,"target":19},{"source":165,"target":13},{"source":161,"target":7},{"source":20,"target":0},{"source":20,"target":33},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":166,"target":29},{"source":166,"target":170},{"source":166,"target":20},{"source":170,"target":29},{"source":167,"target":171},{"source":167,"target":20},{"source":168,"target":33},{"source":168,"target":172},{"source":168,"target":20},{"source":172,"target":33},{"source":169,"target":33},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":173,"target":178},{"source":173,"target":21},{"source":174,"target":179},{"source":174,"target":21},{"source":175,"target":13},{"source":175,"target":180},{"source":175,"target":21},{"source":180,"target":13},{"source":176,"target":13},{"source":176,"target":181},{"source":176,"target":21},{"source":181,"target":13},{"source":177,"target":9},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":182,"target":3},{"source":182,"target":185},{"source":182,"target":22},{"source":185,"target":3},{"source":183,"target":19},{"source":183,"target":186},{"source":183,"target":22},{"source":186,"target":19},{"source":184,"target":7},{"source":23,"target":0},{"source":23,"target":187},{"source":187,"target":188},{"source":187,"target":23},{"source":24,"target":0},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":189,"target":192},{"source":189,"target":24},{"source":190,"target":193},{"source":190,"target":24},{"source":191,"target":194},{"source":191,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":195},{"source":25,"target":196},{"source":195,"target":197},{"source":195,"target":25},{"source":196,"target":7},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":198},{"source":26,"target":199},{"source":198,"target":27},{"source":198,"target":200},{"source":198,"target":26},{"source":200,"target":27},{"source":199,"target":9},{"source":27,"target":0},{"source":27,"target":9},{"source":27,"target":201},{"source":27,"target":202},{"source":27,"target":203},{"source":27,"target":204},{"source":27,"target":205},{"source":27,"target":206},{"source":201,"target":4},{"source":201,"target":207},{"source":201,"target":27},{"source":207,"target":4},{"source":202,"target":13},{"source":202,"target":208},{"source":202,"target":27},{"source":208,"target":13},{"source":203,"target":209},{"source":203,"target":27},{"source":204,"target":27},{"source":204,"target":210},{"source":204,"target":27},{"source":210,"target":27},{"source":205,"target":27},{"source":205,"target":211},{"source":205,"target":27},{"source":211,"target":27},{"source":206,"target":9},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":212},{"source":212,"target":27},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":213},{"source":29,"target":214},{"source":29,"target":215},{"source":29,"target":216},{"source":29,"target":217},{"source":213,"target":4},{"source":213,"target":218},{"source":213,"target":29},{"source":218,"target":4},{"source":214,"target":17},{"source":214,"target":219},{"source":214,"target":29},{"source":219,"target":17},{"source":215,"target":22},{"source":215,"target":220},{"source":215,"target":29},{"source":220,"target":22},{"source":216,"target":27},{"source":216,"target":221},{"source":216,"target":29},{"source":221,"target":27},{"source":217,"target":7},{"source":30,"target":0},{"source":30,"target":222},{"source":30,"target":223},{"source":30,"target":224},{"source":30,"target":225},{"source":30,"target":226},{"source":30,"target":227},{"source":30,"target":228},{"source":30,"target":229},{"source":30,"target":230},{"source":222,"target":231},{"source":222,"target":30},{"source":223,"target":232},{"source":223,"target":30},{"source":224,"target":233},{"source":224,"target":30},{"source":225,"target":234},{"source":225,"target":30},{"source":226,"target":235},{"source":226,"target":30},{"source":227,"target":236},{"source":227,"target":30},{"source":228,"target":237},{"source":228,"target":30},{"source":229,"target":238},{"source":229,"target":30},{"source":230,"target":239},{"source":230,"target":30},{"source":31,"target":0},{"source":31,"target":7},{"source":31,"target":240},{"source":31,"target":241},{"source":31,"target":242},{"source":31,"target":243},{"source":240,"target":22},{"source":240,"target":244},{"source":240,"target":31},{"source":244,"target":22},{"source":241,"target":245},{"source":241,"target":31},{"source":242,"target":27},{"source":242,"target":246},{"source":242,"target":31},{"source":246,"target":27},{"source":243,"target":7},{"source":32,"target":0},{"source":32,"target":9},{"source":32,"target":247},{"source":32,"target":248},{"source":247,"target":33},{"source":247,"target":249},{"source":247,"target":32},{"source":249,"target":33},{"source":248,"target":9},{"source":33,"target":0},{"source":33,"target":9},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":33,"target":253},{"source":33,"target":254},{"source":33,"target":255},{"source":33,"target":256},{"source":33,"target":257},{"source":33,"target":258},{"source":250,"target":4},{"source":250,"target":259},{"source":250,"target":33},{"source":259,"target":4},{"source":251,"target":17},{"source":251,"target":260},{"source":251,"target":33},{"source":260,"target":17},{"source":252,"target":20},{"source":252,"target":261},{"source":252,"target":33},{"source":261,"target":20},{"source":253,"target":31},{"source":253,"target":262},{"source":253,"target":33},{"source":262,"target":31},{"source":254,"target":21},{"source":254,"target":263},{"source":254,"target":33},{"source":263,"target":21},{"source":255,"target":33},{"source":255,"target":264},{"source":255,"target":33},{"source":264,"target":33},{"source":256,"target":33},{"source":256,"target":265},{"source":256,"target":33},{"source":265,"target":33},{"source":257,"target":266},{"source":257,"target":33},{"source":258,"target":9},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":267},{"source":267,"target":33},{"source":35,"target":0},{"source":35,"target":268},{"source":268,"target":269},{"source":268,"target":35},{"source":36,"target":0},{"source":36,"target":270},{"source":36,"target":271},{"source":270,"target":272},{"source":270,"target":36},{"source":271,"target":10},{"source":271,"target":273},{"source":271,"target":36},{"source":273,"target":10},{"source":37,"target":0},{"source":37,"target":274},{"source":37,"target":275},{"source":274,"target":276},{"source":274,"target":37},{"source":275,"target":10},{"source":275,"target":277},{"source":275,"target":37},{"source":277,"target":10},{"source":38,"target":0},{"source":38,"target":7},{"source":38,"target":278},{"source":38,"target":279},{"source":38,"target":280},{"source":38,"target":281},{"source":38,"target":282},{"source":38,"target":283},{"source":278,"target":284},{"source":278,"target":38},{"source":279,"target":285},{"source":279,"target":38},{"source":280,"target":286},{"source":280,"target":38},{"source":281,"target":287},{"source":281,"target":38},{"source":282,"target":288},{"source":282,"target":38},{"source":283,"target":7},{"source":39,"target":0},{"source":39,"target":289},{"source":39,"target":290},{"source":289,"target":291},{"source":289,"target":39},{"source":290,"target":10},{"source":290,"target":292},{"source":290,"target":39},{"source":292,"target":10},{"source":40,"target":0},{"source":40,"target":42},{"source":40,"target":293},{"source":293,"target":42},{"source":41,"target":0},{"source":41,"target":294},{"source":41,"target":295},{"source":294,"target":296},{"source":294,"target":41},{"source":295,"target":297},{"source":295,"target":41},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":298},{"source":42,"target":299},{"source":42,"target":300},{"source":42,"target":301},{"source":42,"target":302},{"source":298,"target":42},{"source":298,"target":303},{"source":298,"target":42},{"source":303,"target":42},{"source":299,"target":43},{"source":299,"target":304},{"source":299,"target":42},{"source":304,"target":43},{"source":300,"target":305},{"source":300,"target":42},{"source":301,"target":306},{"source":301,"target":42},{"source":302,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":307},{"source":307,"target":41}],"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="dd" nsURI="http://www.apache.org/ode/schemas/dd/2007/03" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="BindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="binding_._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#//QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CategoryType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="category_._type"/> </eAnnotations> <eLiterals name="instance" literal="instance"/> <eLiterals name="variable" value="1" literal="variable"/> <eLiterals name="messages" value="2" literal="messages"/> <eLiterals name="correlations" value="3" literal="correlations"/> <eLiterals name="events" value="4" literal="events"/> <eLiterals name="all" value="5" literal="all"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CategoryTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="category_._type:Object"/> <details key="baseType" value="category_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="deploy" upperBound="-2" eType="#//TDeployment" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="deploy"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenerateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="generate_._type"/> </eAnnotations> <eLiterals name="all"/> <eLiterals name="none" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GenerateTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="generate_._type:Object"/> <details key="baseType" value="generate_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MexInterceptorsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mex-interceptors_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mexInterceptor" upperBound="-1" eType="#//TMexInterceptor" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mex-interceptor"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OnType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="on_._type"/> </eAnnotations> <eLiterals name="success" literal="success"/> <eLiterals name="failure" value="1"/> <eLiterals name="always" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OnTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="on_._type:Object"/> <details key="baseType" value="on_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="process_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" 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=" Active flag, if set process will be activated once&#xD;&#xA; deployed. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="active"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retired" 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=" Retired flag, if set process will be retired once&#xD;&#xA; deployed. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="retired"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inMemory" 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="Should the process be persistent or only execute&#xD;&#xA; in-memory."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="in-memory"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1" eType="#//PropertyType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; A user-defined property that will be attached to a process upon&#xD;&#xA; deployment.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="property"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processEvents" eType="#//TProcessEvents" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="process-events"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="provide" upperBound="-1" eType="#//TProvide" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="provide"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invoke" upperBound="-1" eType="#//TInvoke" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="invoke"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mexInterceptors" eType="#//MexInterceptorsType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; List of message exchange interceptors that should be registered for this process.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mex-interceptors"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Process type -- indicates which process defintion should be used&#xD;&#xA; for the process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cleanup" upperBound="3" eType="#//TCleanup" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bpel11wsdlFileName" 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; Allows you to specify a WSDL for BPEL 1.1 processes which do not support an &quot;import&quot; element.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpel11wsdlFileName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="fileName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="model" unique="false" eType="ecore:EClass ../../org.eclipse.bpel.model/src/model/bpel.ecore#//Process" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="property_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TCleanup"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tCleanup"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" unique="false" upperBound="-1" eType="#//CategoryType" defaultValueLiteral="all"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="on" lowerBound="1" eType="#//OnType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="on"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TDeployment"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tDeployment"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" upperBound="-1" eType="#//ProcessType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="process"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TEnableEventList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tEnableEventList"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableEvent" 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="enable-event"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TInvoke"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tInvoke"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="#//TService" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="service"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="#//BindingType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partnerLink" 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="partnerLink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TMexInterceptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; Message exchange interceptor configuration.&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tMexInterceptor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" 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="class-name"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TProcessEvents" eSuperTypes="#//TEnableEventList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tProcessEvents"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="scopeEvents" lowerBound="1" upperBound="-1" eType="#//TScopeEvents" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="scope-events"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generate" eType="#//GenerateType" defaultValueLiteral="all" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="generate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TProvide"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tProvide"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//TService" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="service"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partnerLink" 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="partnerLink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TScopeEvents" eSuperTypes="#//TEnableEventList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tScopeEvents"/> <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="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TService"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tService"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" 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="port"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/wso2-attic/tools/poc/bps/org.eclipse.bpel.apache.ode.deploy.model/model/odeDeploymentDescriptor.ecore
ecore
dd BindingType name CategoryType instance instance variable variable messages messages correlations correlations events events all all CategoryTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation deploy GenerateType all all none none GenerateTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator MexInterceptorsType mexInterceptor OnType success success failure failure always always OnTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ProcessType active true retired false inMemory false property processEvents provide invoke mexInterceptors type cleanup bpel11wsdlFileName fileName name model PropertyType any name TCleanup category all on TDeployment process TEnableEventList enableEvent TInvoke service binding partnerLink TMexInterceptor className TProcessEvents scopeEvents generate all TProvide service partnerLink TScopeEvents name TService any name port
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://www.apache.org/ode/schemas/dd/2007/03","name":"dd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CategoryType","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":"CategoryTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenerateType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"GenerateTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MexInterceptorsType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OnType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"OnTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TCleanup","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TDeployment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TEnableEventList","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TInvoke","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TMexInterceptor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TProcessEvents","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TProvide","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TScopeEvents","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TService","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"name":"instance","id":23,"value":0,"literal":"instance","eClass":"EEnumLiteral"},{"name":"variable","id":24,"value":1,"literal":"variable","eClass":"EEnumLiteral"},{"name":"messages","id":25,"value":2,"literal":"messages","eClass":"EEnumLiteral"},{"name":"correlations","id":26,"value":3,"literal":"correlations","eClass":"EEnumLiteral"},{"name":"events","id":27,"value":4,"literal":"events","eClass":"EEnumLiteral"},{"name":"all","id":28,"value":5,"literal":"all","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":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"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":"deploy","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":true},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"all","id":37,"value":0,"literal":"all","eClass":"EEnumLiteral"},{"name":"none","id":38,"value":1,"literal":"none","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":"mexInterceptor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"name":"success","id":41,"value":0,"literal":"success","eClass":"EEnumLiteral"},{"name":"failure","id":42,"value":1,"literal":"failure","eClass":"EEnumLiteral"},{"name":"always","id":43,"value":3,"literal":"always","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"retired","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"inMemory","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":false,"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":"processEvents","changeable":true,"resolveProxies":false,"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":"provide","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invoke","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":true,"unsettable":false,"transient":false,"unique":true,"name":"mexInterceptors","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cleanup","changeable":true,"resolveProxies":false,"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":"bpel11wsdlFileName","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":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":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":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":true,"unique":false,"name":"model","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"},{"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"},{"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":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"all","unsettable":false,"transient":false,"unique":false,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"on","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"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":"process","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enableEvent","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":90,"derived":false},{"id":91,"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":"scopeEvents","changeable":true,"resolveProxies":false,"lowerBound":1,"id":92,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"all","unsettable":true,"transient":false,"unique":true,"name":"generate","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"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":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":21,"target":22},{"source":21,"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":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":33},{"source":29,"target":4},{"source":30,"target":34},{"source":30,"target":4},{"source":31,"target":35},{"source":31,"target":4},{"source":32,"target":13},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":13},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":37,"target":5},{"source":38,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":39},{"source":39,"target":16},{"source":39,"target":40},{"source":39,"target":7},{"source":40,"target":16},{"source":8,"target":0},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":41,"target":8},{"source":42,"target":8},{"source":43,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":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":10,"target":57},{"source":44,"target":58},{"source":44,"target":10},{"source":45,"target":59},{"source":45,"target":10},{"source":46,"target":60},{"source":46,"target":10},{"source":47,"target":11},{"source":47,"target":61},{"source":47,"target":10},{"source":61,"target":11},{"source":48,"target":17},{"source":48,"target":62},{"source":48,"target":10},{"source":62,"target":17},{"source":49,"target":18},{"source":49,"target":63},{"source":49,"target":10},{"source":63,"target":18},{"source":50,"target":15},{"source":50,"target":64},{"source":50,"target":10},{"source":64,"target":15},{"source":51,"target":7},{"source":51,"target":65},{"source":51,"target":10},{"source":65,"target":7},{"source":52,"target":66},{"source":52,"target":10},{"source":53,"target":12},{"source":53,"target":67},{"source":53,"target":10},{"source":67,"target":12},{"source":54,"target":68},{"source":54,"target":10},{"source":55,"target":69},{"source":55,"target":10},{"source":56,"target":70},{"source":56,"target":10},{"source":57,"target":71},{"source":57,"target":10},{"source":11,"target":0},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":73,"target":75},{"source":73,"target":11},{"source":12,"target":0},{"source":12,"target":76},{"source":12,"target":77},{"source":76,"target":2},{"source":76,"target":78},{"source":76,"target":12},{"source":78,"target":2},{"source":77,"target":8},{"source":77,"target":79},{"source":77,"target":12},{"source":79,"target":8},{"source":13,"target":0},{"source":13,"target":80},{"source":80,"target":10},{"source":80,"target":81},{"source":80,"target":13},{"source":81,"target":10},{"source":14,"target":0},{"source":14,"target":82},{"source":82,"target":83},{"source":82,"target":14},{"source":15,"target":0},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":84,"target":20},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":20},{"source":85,"target":1},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":1},{"source":86,"target":89},{"source":86,"target":15},{"source":16,"target":0},{"source":16,"target":90},{"source":90,"target":91},{"source":90,"target":16},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":92,"target":19},{"source":92,"target":95},{"source":92,"target":17},{"source":95,"target":19},{"source":93,"target":5},{"source":93,"target":96},{"source":93,"target":17},{"source":96,"target":5},{"source":94,"target":14},{"source":18,"target":0},{"source":18,"target":97},{"source":18,"target":98},{"source":97,"target":20},{"source":97,"target":99},{"source":97,"target":18},{"source":99,"target":20},{"source":98,"target":100},{"source":98,"target":18},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":101},{"source":19,"target":102},{"source":101,"target":103},{"source":101,"target":19},{"source":102,"target":14},{"source":20,"target":0},{"source":20,"target":104},{"source":20,"target":105},{"source":20,"target":106},{"source":104,"target":107},{"source":104,"target":20},{"source":105,"target":108},{"source":105,"target":20},{"source":106,"target":109},{"source":106,"target":20}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpletypes" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/simpletypes" nsPrefix="simpletypes"> <eClassifiers xsi:type="ecore:EDataType" name="Bool" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Bool"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Byte" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ByteArray"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Date"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DoubleArray" instanceClassName="double[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DoubleArray"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ExtraLimitedString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExtraLimitedString"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="maxLength" value="5"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Int" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IntArray" instanceClassName="int[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IntArray"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LimitedDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LimitedDecimal"/> <details key="totalDigits" value="4"/> <details key="fractionDigits" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LimitedString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LimitedString"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="length" value="10"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Long" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleEnum"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleEnum"/> </eAnnotations> <eLiterals name="Enum1"/> <eLiterals name="Enum2" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SimpleEnumObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleEnum:Object"/> <details key="baseType" value="SimpleEnum"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleList"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleList"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="c1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Code"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boo" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="boo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byt" unique="false" lowerBound="1" upperBound="-1" eType="#//Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubl" unique="false" lowerBound="1" upperBound="-1" eType="#//Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubl"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floa" unique="false" lowerBound="1" upperBound="-1" eType="#//Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="floa"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inte" unique="false" lowerBound="1" upperBound="-1" eType="#//Int"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@Fetch(value=FetchMode.SUBSELECT) @BatchSize(size=10)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inte"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long" unique="false" lowerBound="1" upperBound="-1" eType="#//Long"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@JoinTable(name=&quot;longNum&quot;)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="long"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shor" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enu" unique="false" lowerBound="1" upperBound="-1" eType="#//SimpleEnum"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enu"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dat" unique="false" lowerBound="1" upperBound="-1" eType="#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitedstring" unique="false" lowerBound="1" upperBound="-1" eType="#//LimitedString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="limitedstring"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stri" 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="stri"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intArray" lowerBound="1" eType="#//IntArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="intArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleArray" lowerBound="1" eType="#//DoubleArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubleArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringArray" lowerBound="1" eType="#//StringArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stringArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteArray" lowerBound="1" eType="#//ByteArray"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byteArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="c1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Code"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boo" 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="element"/> <details key="name" value="boo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubl" lowerBound="1" 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="element"/> <details key="name" value="doubl"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="float"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inte" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inte"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" 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="element"/> <details key="name" value="lon"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enu" lowerBound="1" eType="#//SimpleEnum" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enu"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dat" lowerBound="1" eType="#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitedstring" lowerBound="1" eType="#//LimitedString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="limitedstring"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitedDecimal" lowerBound="1" eType="#//LimitedDecimal" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="limitedDecimal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraLimitedString" lowerBound="1" eType="#//ExtraLimitedString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="extraLimitedString"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleTypeObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SimpleTypeObject"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="c1" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Code"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//BooleanObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="boo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ByteObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="byt"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubl" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DoubleObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="doubl"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//FloatObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="float"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inte" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="inte"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//LongObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lon"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ShortObject" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enu" lowerBound="1" eType="#//SimpleEnumObject" unsettable="true"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@Enumerated(STRING)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="enu"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dat" lowerBound="1" eType="#//Date" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dat"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="StringArray" instanceClassName="java.lang.String[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StringArray"/> </eAnnotations> </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/simpletypes.ecore
ecore
simpletypes Bool java.lang.Boolean java.lang.Boolean Byte java.lang.Byte java.lang.Byte ByteArray byte[] byte[] Date java.util.Date java.util.Date Double java.lang.Double java.lang.Double DoubleArray double[] double[] ExtraLimitedString java.lang.String java.lang.String Float java.lang.Float java.lang.Float Int java.lang.Integer java.lang.Integer IntArray int[] int[] LimitedDecimal java.math.BigDecimal java.math.BigDecimal LimitedString java.lang.String java.lang.String Long java.lang.Long java.lang.Long SimpleEnum Enum1 Enum1 Enum2 Enum2 SimpleEnumObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator SimpleList code c1 boo byt doubl floa inte long shor enu dat limitedstring stri intArray doubleArray stringArray byteArray SimpleType code c1 boo byt doubl float inte lon shor enu dat limitedstring limitedDecimal extraLimitedString SimpleTypeObject code c1 boo byt doubl float inte lon shor enu dat StringArray java.lang.String[] java.lang.String[]
null
{"directed":true,"nodes":[{"nsPrefix":"simpletypes","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/simpletypes","name":"simpletypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Bool","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"Byte","instanceClass":"java.lang.Byte","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"ByteArray","instanceClass":"[B","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double[]","defaultValue":null,"instanceClassName":"double[]","name":"DoubleArray","instanceClass":"[D","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ExtraLimitedString","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Float","instanceClass":"java.lang.Float","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Int","instanceClass":"java.lang.Integer","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int[]","defaultValue":null,"instanceClassName":"int[]","name":"IntArray","instanceClass":"[I","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"LimitedDecimal","instanceClass":"java.math.BigDecimal","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LimitedString","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"Long","instanceClass":"java.lang.Long","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleEnum","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SimpleEnumObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleList","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTypeObject","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String[]","defaultValue":null,"instanceClassName":"java.lang.String[]","name":"StringArray","instanceClass":"[Ljava.lang.String;","id":19,"serializable":true,"eClass":"EDataType"},{"name":"Enum1","id":20,"value":0,"literal":"Enum1","eClass":"EEnumLiteral"},{"name":"Enum2","id":21,"value":1,"literal":"Enum2","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"c1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"c1","unsettable":true,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"boo","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"byt","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doubl","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"floa","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inte","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"long","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"shor","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enu","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dat","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"limitedstring","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stri","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intArray","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleArray","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":"stringArray","changeable":true,"lowerBound":1,"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":"byteArray","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"},{"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":"c1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"c1","unsettable":true,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"boo","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":"byt","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"doubl","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"float","changeable":true,"lowerBound":1,"iD":false,"id":58,"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":"inte","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"lon","changeable":true,"lowerBound":1,"iD":false,"id":60,"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":"shor","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"enu","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dat","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":"limitedstring","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"limitedDecimal","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraLimitedString","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"c1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"c1","unsettable":true,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"boo","changeable":true,"lowerBound":1,"iD":false,"id":81,"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":"byt","changeable":true,"lowerBound":1,"iD":false,"id":82,"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":"doubl","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"float","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"inte","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lon","changeable":true,"lowerBound":1,"iD":false,"id":86,"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":"shor","changeable":true,"lowerBound":1,"iD":false,"id":87,"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":"enu","changeable":true,"lowerBound":1,"iD":false,"id":88,"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":"dat","changeable":true,"lowerBound":1,"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"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":20},{"source":14,"target":21},{"source":20,"target":14},{"source":21,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":22},{"source":16,"target":23},{"source":16,"target":24},{"source":16,"target":25},{"source":16,"target":26},{"source":16,"target":27},{"source":16,"target":28},{"source":16,"target":29},{"source":16,"target":30},{"source":16,"target":31},{"source":16,"target":32},{"source":16,"target":33},{"source":16,"target":34},{"source":16,"target":35},{"source":16,"target":36},{"source":16,"target":37},{"source":22,"target":38},{"source":22,"target":16},{"source":23,"target":39},{"source":23,"target":16},{"source":24,"target":2},{"source":24,"target":40},{"source":24,"target":16},{"source":40,"target":2},{"source":25,"target":5},{"source":25,"target":41},{"source":25,"target":16},{"source":41,"target":5},{"source":26,"target":8},{"source":26,"target":42},{"source":26,"target":16},{"source":42,"target":8},{"source":27,"target":9},{"source":27,"target":43},{"source":27,"target":16},{"source":43,"target":9},{"source":28,"target":13},{"source":28,"target":44},{"source":28,"target":16},{"source":44,"target":13},{"source":29,"target":45},{"source":29,"target":16},{"source":30,"target":14},{"source":30,"target":46},{"source":30,"target":16},{"source":46,"target":14},{"source":31,"target":4},{"source":31,"target":47},{"source":31,"target":16},{"source":47,"target":4},{"source":32,"target":12},{"source":32,"target":48},{"source":32,"target":16},{"source":48,"target":12},{"source":33,"target":49},{"source":33,"target":16},{"source":34,"target":10},{"source":34,"target":50},{"source":34,"target":16},{"source":50,"target":10},{"source":35,"target":6},{"source":35,"target":51},{"source":35,"target":16},{"source":51,"target":6},{"source":36,"target":19},{"source":36,"target":52},{"source":36,"target":16},{"source":52,"target":19},{"source":37,"target":3},{"source":37,"target":53},{"source":37,"target":16},{"source":53,"target":3},{"source":17,"target":0},{"source":17,"target":54},{"source":17,"target":55},{"source":17,"target":56},{"source":17,"target":57},{"source":17,"target":58},{"source":17,"target":59},{"source":17,"target":60},{"source":17,"target":61},{"source":17,"target":62},{"source":17,"target":63},{"source":17,"target":64},{"source":17,"target":65},{"source":17,"target":66},{"source":54,"target":67},{"source":54,"target":17},{"source":55,"target":68},{"source":55,"target":17},{"source":56,"target":69},{"source":56,"target":17},{"source":57,"target":70},{"source":57,"target":17},{"source":58,"target":71},{"source":58,"target":17},{"source":59,"target":72},{"source":59,"target":17},{"source":60,"target":73},{"source":60,"target":17},{"source":61,"target":74},{"source":61,"target":17},{"source":62,"target":14},{"source":62,"target":75},{"source":62,"target":17},{"source":75,"target":14},{"source":63,"target":4},{"source":63,"target":76},{"source":63,"target":17},{"source":76,"target":4},{"source":64,"target":12},{"source":64,"target":77},{"source":64,"target":17},{"source":77,"target":12},{"source":65,"target":11},{"source":65,"target":78},{"source":65,"target":17},{"source":78,"target":11},{"source":66,"target":7},{"source":66,"target":79},{"source":66,"target":17},{"source":79,"target":7},{"source":18,"target":0},{"source":18,"target":80},{"source":18,"target":81},{"source":18,"target":82},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":18,"target":86},{"source":18,"target":87},{"source":18,"target":88},{"source":18,"target":89},{"source":80,"target":90},{"source":80,"target":18},{"source":81,"target":91},{"source":81,"target":18},{"source":82,"target":92},{"source":82,"target":18},{"source":83,"target":93},{"source":83,"target":18},{"source":84,"target":94},{"source":84,"target":18},{"source":85,"target":95},{"source":85,"target":18},{"source":86,"target":96},{"source":86,"target":18},{"source":87,"target":97},{"source":87,"target":18},{"source":88,"target":15},{"source":88,"target":98},{"source":88,"target":18},{"source":98,"target":15},{"source":89,"target":4},{"source":89,"target":99},{"source":89,"target":18},{"source":99,"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="securebpmn2" nsURI="http://securebpmn" nsPrefix="securebpmn2"> <eClassifiers xsi:type="ecore:EClass" name="SecurityFlowNode" eSuperTypes="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//FlowNode"/> <eClassifiers xsi:type="ecore:EClass" name="SecurityFlow" eSuperTypes="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRefNode" ordered="false" lowerBound="1" eType="ecore:EClass http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//FlowNode" resolveProxies="false" eOpposite="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//FlowNode/outgoingSecurityFlow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetRefNode" ordered="false" lowerBound="1" eType="ecore:EClass http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//FlowNode" resolveProxies="false" eOpposite="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//FlowNode/incomingSecurityFlow"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//SecurityFlowNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentRoles" upperBound="-1" eType="#//Role" eOpposite="#//Role/childRoles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subjects" upperBound="-1" eType="#//Subject" transient="true" eOpposite="#//Subject/roles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childRoles" upperBound="-1" eType="#//Role" eOpposite="#//Role/parentRoles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/roles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subject" abstract="true" eSuperTypes="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" transient="true" eOpposite="#//Role/subjects"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" eOpposite="#//Group/subjects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#//Subject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Subject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subjects" upperBound="-1" eType="#//Subject" eOpposite="#//Subject/groups"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/actions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeActivityActions" upperBound="-1" eType="#//CompositeActivityAction" eOpposite="#//CompositeActivityAction/activityActions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="ecore:EClass http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//Activity" eOpposite="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//Activity/activityActions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicActivityAction" eSuperTypes="#//ActivityAction"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeActivityAction" eSuperTypes="#//ActivityAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="activityActions" upperBound="-1" eType="#//ActivityAction" eOpposite="#//ActivityAction/compositeActivityActions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1" eType="#//Role" eOpposite="#//Role/permissions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" lowerBound="1" upperBound="-1" eType="#//Action" eOpposite="#//Action/permissions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authorizationConstraints" upperBound="-1" eType="#//AuthorizationConstraint" eOpposite="#//AuthorizationConstraint/permissions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NeedToKnow" eSuperTypes="#//Permission"/> <eClassifiers xsi:type="ecore:EClass" name="SeparationOfDuty" eSuperTypes="#//AuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumUsers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxUserActionsPermitted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingOfDuty" eSuperTypes="#//AuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxUsers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sameUserActionCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthorizationConstraint" eSuperTypes="#//SecurityFlowNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintName" 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:EReference" name="permissions" lowerBound="1" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/authorizationConstraints"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicEnforcement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityAuthorizationConstraint" eSuperTypes="#//AuthorizationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//Activity" eOpposite="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//Activity/activityAuthorizationConstraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeProcessActions" upperBound="-1" eType="#//CompositeProcessAction" eOpposite="#//CompositeProcessAction/processActions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1" eType="ecore:EClass http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//Process" eOpposite="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//Process/processActions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicProcessAction" eSuperTypes="#//ProcessAction"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeProcessAction" eSuperTypes="#//ProcessAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="processActions" upperBound="-1" eType="#//ProcessAction" eOpposite="#//ProcessAction/compositeProcessActions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemAwareElementAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeItemAwareElementActions" upperBound="-1" eType="#//CompositeItemAwareElementAction" eOpposite="#//CompositeItemAwareElementAction/itemAwareElementActions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemAwareElement" lowerBound="1" eType="ecore:EClass http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//ItemAwareElement" eOpposite="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI#//ItemAwareElement/itemAwareElementActions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicItemAwareElementAction" eSuperTypes="#//ItemAwareElementAction"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeItemAwareElementAction" eSuperTypes="#//ItemAwareElementAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemAwareElementActions" upperBound="-1" eType="#//ItemAwareElementAction" eOpposite="#//ItemAwareElementAction/compositeItemAwareElementActions"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/logicalhacking/SecureBPMN/designer/src/org.activiti.designer.model/src/main/java/org/eclipse/securebpmn2/impl/securebpmn2.ecore
ecore
securebpmn2 SecurityFlowNode SecurityFlow sourceRefNode targetRefNode Role roleName parentRoles subjects childRoles permissions Subject roles groups User userName Group groupName subjects Action actionName permissions ActivityAction compositeActivityActions activity AtomicActivityAction CompositeActivityAction activityActions Permission roles actions authorizationConstraints pName NeedToKnow SeparationOfDuty minimumUsers maxUserActionsPermitted BindingOfDuty maxUsers sameUserActionCount AuthorizationConstraint constraintName expression permissions dynamicEnforcement ActivityAuthorizationConstraint activities ProcessAction compositeProcessActions process AtomicProcessAction CompositeProcessAction processActions ItemAwareElementAction compositeItemAwareElementActions itemAwareElement AtomicItemAwareElementAction CompositeItemAwareElementAction itemAwareElementActions
null
{"directed":true,"nodes":[{"nsPrefix":"securebpmn2","nsURI":"http://securebpmn","name":"securebpmn2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityFlowNode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityFlow","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicActivityAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeActivityAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NeedToKnow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeparationOfDuty","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOfDuty","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorizationConstraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityAuthorizationConstraint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicProcessAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeProcessAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemAwareElementAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicItemAwareElementAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeItemAwareElementAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"id":23,"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":"sourceRefNode","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"targetRefNode","changeable":true,"resolveProxies":false,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parentRoles","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":true,"unique":true,"name":"subjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childRoles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","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"},{"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":"roles","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupName","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeActivityActions","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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activityActions","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authorizationConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pName","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumUsers","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":"maxUserActionsPermitted","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":"maxUsers","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sameUserActionCount","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraintName","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":"expression","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":"dynamicEnforcement","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"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":"activities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeProcessActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"processActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeItemAwareElementActions","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":"itemAwareElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemAwareElementActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":27},{"source":24,"target":2},{"source":25,"target":28},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":3},{"source":30,"target":36},{"source":30,"target":3},{"source":30,"target":32},{"source":36,"target":3},{"source":31,"target":4},{"source":31,"target":37},{"source":31,"target":3},{"source":31,"target":38},{"source":37,"target":4},{"source":32,"target":3},{"source":32,"target":39},{"source":32,"target":3},{"source":32,"target":30},{"source":39,"target":3},{"source":33,"target":11},{"source":33,"target":40},{"source":33,"target":3},{"source":33,"target":41},{"source":40,"target":11},{"source":34,"target":1},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":42},{"source":4,"target":43},{"source":38,"target":3},{"source":38,"target":44},{"source":38,"target":4},{"source":38,"target":31},{"source":44,"target":3},{"source":42,"target":6},{"source":42,"target":45},{"source":42,"target":4},{"source":42,"target":46},{"source":45,"target":6},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":48,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":50},{"source":6,"target":46},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":46,"target":4},{"source":46,"target":53},{"source":46,"target":6},{"source":46,"target":42},{"source":53,"target":4},{"source":51,"target":4},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":54,"target":57},{"source":54,"target":7},{"source":55,"target":11},{"source":55,"target":58},{"source":55,"target":7},{"source":55,"target":59},{"source":58,"target":11},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":60,"target":10},{"source":60,"target":63},{"source":60,"target":8},{"source":60,"target":64},{"source":63,"target":10},{"source":61,"target":65},{"source":61,"target":8},{"source":62,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":66},{"source":66,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":64},{"source":10,"target":67},{"source":64,"target":8},{"source":64,"target":68},{"source":64,"target":10},{"source":64,"target":60},{"source":68,"target":8},{"source":67,"target":8},{"source":11,"target":0},{"source":11,"target":41},{"source":11,"target":59},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":41,"target":3},{"source":41,"target":72},{"source":41,"target":11},{"source":41,"target":33},{"source":72,"target":3},{"source":59,"target":7},{"source":59,"target":73},{"source":59,"target":11},{"source":59,"target":55},{"source":73,"target":7},{"source":69,"target":15},{"source":69,"target":74},{"source":69,"target":11},{"source":69,"target":75},{"source":74,"target":15},{"source":70,"target":76},{"source":70,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":77},{"source":77,"target":11},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":78,"target":81},{"source":78,"target":13},{"source":79,"target":82},{"source":79,"target":13},{"source":80,"target":15},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":86},{"source":83,"target":14},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":15},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":75},{"source":15,"target":90},{"source":15,"target":91},{"source":88,"target":92},{"source":88,"target":15},{"source":89,"target":93},{"source":89,"target":15},{"source":75,"target":11},{"source":75,"target":94},{"source":75,"target":15},{"source":75,"target":69},{"source":94,"target":11},{"source":90,"target":95},{"source":90,"target":15},{"source":91,"target":1},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":96},{"source":16,"target":97},{"source":96,"target":98},{"source":96,"target":16},{"source":97,"target":15},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":99,"target":19},{"source":99,"target":102},{"source":99,"target":17},{"source":99,"target":103},{"source":102,"target":19},{"source":100,"target":104},{"source":100,"target":17},{"source":101,"target":7},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":105},{"source":105,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":103},{"source":19,"target":106},{"source":103,"target":17},{"source":103,"target":107},{"source":103,"target":19},{"source":103,"target":99},{"source":107,"target":17},{"source":106,"target":17},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":108},{"source":20,"target":109},{"source":20,"target":110},{"source":108,"target":22},{"source":108,"target":111},{"source":108,"target":20},{"source":108,"target":112},{"source":111,"target":22},{"source":109,"target":113},{"source":109,"target":20},{"source":110,"target":7},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":114},{"source":114,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":112},{"source":22,"target":115},{"source":112,"target":20},{"source":112,"target":116},{"source":112,"target":22},{"source":112,"target":108},{"source":116,"target":20},{"source":115,"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="feature" nsURI="http://hyvar-project.eu/feature/1.0" nsPrefix="feature"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="dataValues" value="../../eu.hyvar.feature.data/model/DataValues.ecore#/"/> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> <details key="evolution" value="../../eu.hyvar.evolution/model/Evolution.ecore#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="HyFeatureModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFeature" lowerBound="1" upperBound="-1" eType="#//HyRootFeature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//HyFeature" containment="true" eOpposite="#//HyFeature/featureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//HyGroup" containment="true" eOpposite="#//HyGroup/featureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enums" upperBound="-1" eType="ecore:EClass ../../eu.hyvar.feature.data/model/DataValues.ecore#//HyEnum" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-1" eType="ecore:EClass ../../eu.hyvar.context.information/model/ContextInformation.ecore#//HyContextModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyFeature" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyTemporalElement ../../eu.hyvar.evolution/model/Evolution.ecore#//HyNamedElement"> <eOperations name="isOptional" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="isMandatory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" upperBound="-1" eType="#//HyVersion" containment="true" eOpposite="#//HyVersion/feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupMembership" upperBound="-1" eType="#//HyGroupComposition" eOpposite="#//HyGroupComposition/features"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOf" upperBound="-1" eType="#//HyFeatureChild" containment="true" eOpposite="#//HyFeatureChild/parent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecatedSince" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//HyFeatureAttribute" containment="true" eOpposite="#//HyFeatureAttribute/feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" lowerBound="1" upperBound="-1" eType="#//HyFeatureType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" lowerBound="1" eType="#//HyFeatureModel" eOpposite="#//HyFeatureModel/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyGroup" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyTemporalElement"> <eOperations name="isAlternative" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="isOr" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="isAnd" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOf" lowerBound="1" upperBound="-1" eType="#//HyGroupComposition" containment="true" eOpposite="#//HyGroupComposition/compositionOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childOf" lowerBound="1" upperBound="-1" eType="#//HyFeatureChild" eOpposite="#//HyFeatureChild/childGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" lowerBound="1" upperBound="-1" eType="#//HyGroupType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" lowerBound="1" eType="#//HyFeatureModel" eOpposite="#//HyFeatureModel/groups"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyVersion" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyTemporalElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//HyFeature" eOpposite="#//HyFeature/versions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supersedingVersions" upperBound="-1" eType="#//HyVersion" eOpposite="#//HyVersion/supersededVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supersededVersion" eType="#//HyVersion" eOpposite="#//HyVersion/supersedingVersions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyNumberAttribute" eSuperTypes="#//HyFeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyBooleanAttribute" eSuperTypes="#//HyFeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyStringAttribute" eSuperTypes="#//HyFeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyEnumAttribute" eSuperTypes="#//HyFeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumType" lowerBound="1" eType="ecore:EClass ../../eu.hyvar.feature.data/model/DataValues.ecore#//HyEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" lowerBound="1" eType="ecore:EClass ../../eu.hyvar.feature.data/model/DataValues.ecore#//HyEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyFeatureAttribute" abstract="true" interface="true" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyTemporalElement ../../eu.hyvar.evolution/model/Evolution.ecore#//HyNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//HyFeature" eOpposite="#//HyFeature/attributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyRootFeature" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyLinearTemporalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//HyFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyGroupComposition" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyLinearTemporalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="compositionOf" lowerBound="1" eType="#//HyGroup" eOpposite="#//HyGroup/parentOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="1" upperBound="-1" eType="#//HyFeature" eOpposite="#//HyFeature/groupMembership"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyFeatureChild" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyLinearTemporalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//HyFeature" eOpposite="#//HyFeature/parentOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childGroup" lowerBound="1" eType="#//HyGroup" eOpposite="#//HyGroup/childOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HyFeatureTypeEnum"> <eLiterals name="OPTIONAL"/> <eLiterals name="MANDATORY" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HyGroupTypeEnum"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> <eLiterals name="ALTERNATIVE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyFeatureType" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyLinearTemporalElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//HyFeatureTypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyGroupType" eSuperTypes="../../eu.hyvar.evolution/model/Evolution.ecore#//HyLinearTemporalElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//HyGroupTypeEnum"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DarwinSPL/DarwinSPL/plugins/eu.hyvar.feature/model/Feature.ecore
ecore
feature HyFeatureModel rootFeature features groups enums contexts HyFeature isOptional date isMandatory date versions groupMembership parentOf deprecatedSince attributes types featureModel HyGroup isAlternative date isOr date isAnd date parentOf childOf types featureModel HyVersion number feature supersedingVersions supersededVersion HyNumberAttribute min max default HyBooleanAttribute default HyStringAttribute default HyEnumAttribute enumType default HyFeatureAttribute feature HyRootFeature feature HyGroupComposition compositionOf features HyFeatureChild parent childGroup HyFeatureTypeEnum OPTIONAL OPTIONAL MANDATORY MANDATORY HyGroupTypeEnum AND AND OR OR ALTERNATIVE ALTERNATIVE HyFeatureType type HyGroupType type
null
{"directed":true,"nodes":[{"nsPrefix":"feature","nsURI":"http://hyvar-project.eu/feature/1.0","name":"feature","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyFeatureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyFeature","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyVersion","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyNumberAttribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyBooleanAttribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyStringAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyEnumAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyFeatureAttribute","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyRootFeature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyGroupComposition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyFeatureChild","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HyFeatureTypeEnum","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HyGroupTypeEnum","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyFeatureType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyGroupType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootFeature","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":"features","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enums","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"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":"featureModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOptional","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMandatory","lowerBound":1,"id":30,"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":"versions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupMembership","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":"parentOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deprecatedSince","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"types","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":1,"id":40,"many":false,"required":true,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":1,"id":43,"many":false,"required":true,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"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":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAlternative","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOr","lowerBound":1,"id":57,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAnd","lowerBound":1,"id":58,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"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":"childOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":1,"id":64,"many":false,"required":true,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":1,"id":67,"many":false,"required":true,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":1,"id":70,"many":false,"required":true,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositionOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supersedingVersions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"supersededVersion","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"},{"id":85,"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":"min","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":87,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"OPTIONAL","id":116,"value":0,"literal":"OPTIONAL","eClass":"EEnumLiteral"},{"name":"MANDATORY","id":117,"value":1,"literal":"MANDATORY","eClass":"EEnumLiteral"},{"name":"AND","id":118,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":119,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"ALTERNATIVE","id":120,"value":2,"literal":"ALTERNATIVE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"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":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":10},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":10},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":1},{"source":18,"target":24},{"source":23,"target":2},{"source":19,"target":3},{"source":19,"target":25},{"source":19,"target":1},{"source":19,"target":26},{"source":25,"target":3},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":28},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":24},{"source":2,"target":37},{"source":2,"target":38},{"source":29,"target":39},{"source":29,"target":2},{"source":29,"target":40},{"source":40,"target":41},{"source":40,"target":29},{"source":30,"target":42},{"source":30,"target":2},{"source":30,"target":43},{"source":43,"target":44},{"source":43,"target":30},{"source":31,"target":4},{"source":31,"target":45},{"source":31,"target":2},{"source":31,"target":46},{"source":45,"target":4},{"source":32,"target":11},{"source":32,"target":47},{"source":32,"target":2},{"source":32,"target":48},{"source":47,"target":11},{"source":33,"target":12},{"source":33,"target":49},{"source":33,"target":2},{"source":33,"target":50},{"source":49,"target":12},{"source":34,"target":51},{"source":34,"target":2},{"source":35,"target":9},{"source":35,"target":52},{"source":35,"target":2},{"source":35,"target":53},{"source":52,"target":9},{"source":36,"target":15},{"source":36,"target":54},{"source":36,"target":2},{"source":54,"target":15},{"source":24,"target":1},{"source":24,"target":55},{"source":24,"target":2},{"source":24,"target":18},{"source":55,"target":1},{"source":3,"target":0},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":26},{"source":3,"target":62},{"source":56,"target":63},{"source":56,"target":3},{"source":56,"target":64},{"source":64,"target":65},{"source":64,"target":56},{"source":57,"target":66},{"source":57,"target":3},{"source":57,"target":67},{"source":67,"target":68},{"source":67,"target":57},{"source":58,"target":69},{"source":58,"target":3},{"source":58,"target":70},{"source":70,"target":71},{"source":70,"target":58},{"source":59,"target":11},{"source":59,"target":72},{"source":59,"target":3},{"source":59,"target":73},{"source":72,"target":11},{"source":60,"target":12},{"source":60,"target":74},{"source":60,"target":3},{"source":60,"target":75},{"source":74,"target":12},{"source":61,"target":16},{"source":61,"target":76},{"source":61,"target":3},{"source":76,"target":16},{"source":26,"target":1},{"source":26,"target":77},{"source":26,"target":3},{"source":26,"target":19},{"source":77,"target":1},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":46},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":78,"target":82},{"source":78,"target":4},{"source":46,"target":2},{"source":46,"target":83},{"source":46,"target":4},{"source":46,"target":31},{"source":83,"target":2},{"source":79,"target":4},{"source":79,"target":84},{"source":79,"target":4},{"source":79,"target":80},{"source":84,"target":4},{"source":80,"target":4},{"source":80,"target":85},{"source":80,"target":4},{"source":80,"target":79},{"source":85,"target":4},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":86,"target":90},{"source":86,"target":5},{"source":87,"target":91},{"source":87,"target":5},{"source":88,"target":92},{"source":88,"target":5},{"source":89,"target":9},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":93},{"source":6,"target":94},{"source":93,"target":95},{"source":93,"target":6},{"source":94,"target":9},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":96},{"source":7,"target":97},{"source":96,"target":98},{"source":96,"target":7},{"source":97,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":99,"target":102},{"source":99,"target":8},{"source":100,"target":103},{"source":100,"target":8},{"source":101,"target":9},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":104},{"source":9,"target":105},{"source":53,"target":2},{"source":53,"target":106},{"source":53,"target":9},{"source":53,"target":35},{"source":106,"target":2},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":107,"target":2},{"source":107,"target":109},{"source":107,"target":10},{"source":109,"target":2},{"source":11,"target":0},{"source":11,"target":73},{"source":11,"target":48},{"source":11,"target":110},{"source":73,"target":3},{"source":73,"target":111},{"source":73,"target":11},{"source":73,"target":59},{"source":111,"target":3},{"source":48,"target":2},{"source":48,"target":112},{"source":48,"target":11},{"source":48,"target":32},{"source":112,"target":2},{"source":12,"target":0},{"source":12,"target":50},{"source":12,"target":75},{"source":12,"target":113},{"source":50,"target":2},{"source":50,"target":114},{"source":50,"target":12},{"source":50,"target":33},{"source":114,"target":2},{"source":75,"target":3},{"source":75,"target":115},{"source":75,"target":12},{"source":75,"target":60},{"source":115,"target":3},{"source":13,"target":0},{"source":13,"target":116},{"source":13,"target":117},{"source":116,"target":13},{"source":117,"target":13},{"source":14,"target":0},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":118,"target":14},{"source":119,"target":14},{"source":120,"target":14},{"source":15,"target":0},{"source":15,"target":121},{"source":15,"target":122},{"source":121,"target":13},{"source":121,"target":123},{"source":121,"target":15},{"source":123,"target":13},{"source":16,"target":0},{"source":16,"target":124},{"source":16,"target":125},{"source":124,"target":14},{"source":124,"target":126},{"source":124,"target":16},{"source":126,"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="graphviz" nsURI="http://www.muml.org/graphviz/1.0.0" nsPrefix="graphviz"> <eClassifiers xsi:type="ecore:EClass" name="DummyClassForAcceleoWillBeDeleted"/> <eSubpackages name="dot" nsURI="http://www.muml.org/graphviz/dot/1.0.0" nsPrefix="dot"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package provides classes for the graphviz &quot;dot&quot; format. The classes&#xA;can be used as a &quot;dot&quot; input as well as a &quot;dot&quot; output."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DotGraph"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="validId"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="validId" value="not self.id.oclIsUndefined() and (&#xA;&#x9;self.id.size() >= 7 implies self.id.substring(1, 7).toLowerCase() &lt;> 'cluster'&#xA;)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directedGraph" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subgraphs" upperBound="-1" eType="#//dot/DotGraph" containment="true" eOpposite="#//dot/DotGraph/parentGraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentGraph" eType="#//dot/DotGraph" eOpposite="#//dot/DotGraph/subgraphs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graphSettings" upperBound="-1" eType="#//dot/Setting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeSettings" upperBound="-1" eType="#//dot/Setting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edgeSettings" upperBound="-1" eType="#//dot/Setting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cluster" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eGenericSuperTypes eClassifier="#//common/Graph"> <eTypeArguments eClassifier="#//dot/DotNode"/> <eTypeArguments eClassifier="#//dot/DotEdge"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DotNode" eSuperTypes="#//common/Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="#//dot/Setting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DotEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="#//dot/Setting" containment="true"/> <eGenericSuperTypes eClassifier="#//common/Edge"> <eTypeArguments eClassifier="#//dot/DotNode"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Setting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedDotEdge" eSuperTypes="#//dot/DotEdge"/> <eClassifiers xsi:type="ecore:EClass" name="UndirectedDotEdge" eSuperTypes="#//dot/DotEdge"/> </eSubpackages> <eSubpackages name="plain" nsURI="http://www.muml.org/graphviz/plain/1.0.0" nsPrefix="plain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package provides classes for the &quot;plain&quot; output format."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PlainGraph"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eGenericSuperTypes eClassifier="#//common/Graph"> <eTypeArguments eClassifier="#//plain/PlainNode"/> <eTypeArguments eClassifier="#//plain/PlainEdge"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainNode" eSuperTypes="#//common/Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1" eType="#//util/Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="splinePoints" upperBound="-1" eType="#//util/Point" containment="true"/> <eGenericSuperTypes eClassifier="#//common/Edge"> <eTypeArguments eClassifier="#//plain/PlainNode"/> </eGenericSuperTypes> </eClassifiers> </eSubpackages> <eSubpackages name="common" nsURI="http://www.muml.org/graphviz/common/1.0.0" nsPrefix="common"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package provides base classes for the more specific graphviz&#xA;input/output formats."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class serves as a base class for all more specific graph&#xA;classes. It provides one containment for a graph's nodes and another&#xA;containment for a graph's edges."/> </eAnnotations> <eTypeParameters name="V"> <eBounds eClassifier="#//common/Node"/> </eTypeParameters> <eTypeParameters name="E"> <eBounds eClassifier="#//common/Edge"> <eTypeArguments eTypeParameter="#//common/Graph/V"/> </eBounds> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//common/Graph/V"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//common/Graph/E"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="../../org.muml.core/model/core.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class serves as a base class for all more specific node&#xA;classes. Such a base node solely consists of a single name attribute."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class serves as a base class for all more specific edge&#xA;classes. An edge provides references to its source and target node.&#xA;If the graph is undirected source and target have no special meaning&#xA;and just provide the references to the endpoints (XXX: this could also&#xA;be modeled differently (2-element set and if the graph is directed source&#xA;and target can be derived from this set)."/> </eAnnotations> <eTypeParameters name="V"> <eBounds eClassifier="#//common/Node"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"> <eGenericType eTypeParameter="#//common/Edge/V"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"> <eGenericType eTypeParameter="#//common/Edge/V"/> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="util" nsURI="http://www.muml.org/graphviz/util/1.0.0" nsPrefix="util"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package provides some general purpose classes that might be reused&#xA;by other packages/classes."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/fraunhofer-iem/mechatronicuml/GraphvizAdapter/org.muml.graphviz/model/graphviz.ecore
ecore
graphviz DummyClassForAcceleoWillBeDeleted dot DotGraph directedGraph false subgraphs parentGraph graphSettings nodeSettings edgeSettings id cluster false DotNode settings DotEdge settings Setting attribute value DirectedDotEdge UndirectedDotEdge plain PlainGraph scale width height PlainNode width height position PlainEdge splinePoints common Graph V E nodes edges Node Edge V source target util Point x y
null
{"directed":true,"nodes":[{"nsPrefix":"graphviz","nsURI":"http://www.muml.org/graphviz/1.0.0","name":"graphviz","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClassForAcceleoWillBeDeleted","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"dot","nsURI":"http://www.muml.org/graphviz/dot/1.0.0","name":"dot","id":2,"eClass":"EPackage"},{"nsPrefix":"plain","nsURI":"http://www.muml.org/graphviz/plain/1.0.0","name":"plain","id":3,"eClass":"EPackage"},{"nsPrefix":"common","nsURI":"http://www.muml.org/graphviz/common/1.0.0","name":"common","id":4,"eClass":"EPackage"},{"nsPrefix":"util","nsURI":"http://www.muml.org/graphviz/util/1.0.0","name":"util","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DotGraph","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DotNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DotEdge","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Setting","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedDotEdge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndirectedDotEdge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"directedGraph","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":"subgraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentGraph","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":"graphSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgeSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"cluster","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"attribute","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":"value","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainGraph","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainNode","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainEdge","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":1,"iD":false,"id":50,"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":51,"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":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":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":59,"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":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"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":"splinePoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"V","id":71,"eClass":"ETypeParameter"},{"name":"E","id":72,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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"},{"name":"V","id":81,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"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":87,"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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"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":0},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":13},{"source":6,"target":14},{"source":6,"target":15},{"source":6,"target":16},{"source":6,"target":17},{"source":6,"target":18},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":13,"target":22},{"source":13,"target":6},{"source":14,"target":6},{"source":14,"target":23},{"source":14,"target":6},{"source":14,"target":15},{"source":23,"target":6},{"source":15,"target":6},{"source":15,"target":24},{"source":15,"target":6},{"source":15,"target":14},{"source":24,"target":6},{"source":16,"target":9},{"source":16,"target":25},{"source":16,"target":6},{"source":25,"target":9},{"source":17,"target":9},{"source":17,"target":26},{"source":17,"target":6},{"source":26,"target":9},{"source":18,"target":9},{"source":18,"target":27},{"source":18,"target":6},{"source":27,"target":9},{"source":19,"target":28},{"source":19,"target":6},{"source":20,"target":29},{"source":20,"target":6},{"source":21,"target":30},{"source":21,"target":31},{"source":21,"target":12},{"source":30,"target":7},{"source":31,"target":8},{"source":7,"target":2},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":9},{"source":33,"target":35},{"source":33,"target":7},{"source":35,"target":9},{"source":34,"target":32},{"source":8,"target":2},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":37,"target":9},{"source":37,"target":39},{"source":37,"target":8},{"source":39,"target":9},{"source":38,"target":40},{"source":38,"target":36},{"source":40,"target":7},{"source":9,"target":2},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":43},{"source":41,"target":9},{"source":42,"target":44},{"source":42,"target":9},{"source":10,"target":2},{"source":10,"target":8},{"source":10,"target":45},{"source":45,"target":8},{"source":11,"target":2},{"source":11,"target":8},{"source":11,"target":46},{"source":46,"target":8},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":0},{"source":47,"target":3},{"source":47,"target":12},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":52},{"source":47,"target":53},{"source":50,"target":54},{"source":50,"target":47},{"source":51,"target":55},{"source":51,"target":47},{"source":52,"target":56},{"source":52,"target":47},{"source":53,"target":57},{"source":53,"target":58},{"source":53,"target":12},{"source":57,"target":48},{"source":58,"target":49},{"source":48,"target":3},{"source":48,"target":32},{"source":48,"target":59},{"source":48,"target":60},{"source":48,"target":61},{"source":48,"target":62},{"source":59,"target":63},{"source":59,"target":48},{"source":60,"target":64},{"source":60,"target":48},{"source":61,"target":65},{"source":61,"target":66},{"source":61,"target":48},{"source":66,"target":65},{"source":62,"target":32},{"source":49,"target":3},{"source":49,"target":36},{"source":49,"target":67},{"source":49,"target":68},{"source":67,"target":65},{"source":67,"target":69},{"source":67,"target":49},{"source":69,"target":65},{"source":68,"target":70},{"source":68,"target":36},{"source":70,"target":48},{"source":4,"target":12},{"source":4,"target":32},{"source":4,"target":36},{"source":4,"target":0},{"source":12,"target":4},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":71,"target":75},{"source":75,"target":32},{"source":72,"target":76},{"source":76,"target":77},{"source":76,"target":36},{"source":77,"target":71},{"source":73,"target":32},{"source":73,"target":78},{"source":73,"target":12},{"source":78,"target":71},{"source":74,"target":36},{"source":74,"target":79},{"source":74,"target":12},{"source":79,"target":72},{"source":32,"target":4},{"source":32,"target":80},{"source":36,"target":4},{"source":36,"target":81},{"source":36,"target":82},{"source":36,"target":83},{"source":81,"target":84},{"source":84,"target":32},{"source":82,"target":32},{"source":82,"target":85},{"source":82,"target":36},{"source":85,"target":81},{"source":83,"target":32},{"source":83,"target":86},{"source":83,"target":36},{"source":86,"target":81},{"source":5,"target":65},{"source":5,"target":0},{"source":65,"target":5},{"source":65,"target":87},{"source":65,"target":88},{"source":87,"target":89},{"source":87,"target":65},{"source":88,"target":90},{"source":88,"target":65}],"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="grm" nsURI="http://www.polarsys.org/time4sys/marte/grm/1.0" nsPrefix="grm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic Resource Modeling"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AccessControlPolicy" eSuperTypes="core_elements.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClockResource" eSuperTypes="#//TimingResource"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationEndPoint" abstract="true" eSuperTypes="#//CommunicationResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packetSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationMedia" eSuperTypes="#//CommunicationResource #//ProcessingResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementSize" eType="#//NFP_DataSize"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" eType="#//NFP_DataTxRate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packetTime" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockingTime" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transmMode" eType="#//TransmModeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputingResource" eSuperTypes="#//ProcessingResource"/> <eClassifiers xsi:type="ecore:EClass" name="ConcurrencyResource" eSuperTypes="#//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationResource" abstract="true" eSuperTypes="#//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceResource" eSuperTypes="#//ProcessingResource"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicUsage" eSuperTypes="#//ResourceUsage"/> <eClassifiers xsi:type="ecore:EClass" name="EDFParameters" eSuperTypes="#//SchedulingParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deadline" lowerBound="1" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixedPriorityParameters" eSuperTypes="#//SchedulingParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="priority is the urgency of the SchedulableResource, ie the higher the priority, the higher the urgency (higher numerical value).&#xD;&#xA;NB: This is the opposite of the posix priority where highest priority have lowest numerical value. In Time4Sys, the highest priority have the highest numerical value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MutualExclusionProtocol" eSuperTypes="#//AccessControlPolicy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" eType="#//ProtectProtocolKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherProtocol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MutualExclusionResource" eSuperTypes="#//SynchResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="scheduler" eType="#//ResourceBroker"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protocol" lowerBound="1" eType="#//MutualExclusionProtocol" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protectParams" upperBound="-1" eType="#//ProtectionParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PeriodicServerKind"> <eLiterals name="Undef"/> <eLiterals name="Sporadic" value="1"/> <eLiterals name="Deferrable" value="2"/> <eLiterals name="Other" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicServerParameters" eSuperTypes="#//FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PeriodicServerKind" defaultValueLiteral="Undef"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="indicates the type of periodic server."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundPriority" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="is the priority used to run the server when it is in the background."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialBudget" eType="#//NFP_Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="is the full ammount of execution time available for a cycle of the server."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replenishPeriod" eType="#//NFP_Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="is the replenishment period defined for the server."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPendingReplenish" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="is the maximum number of replenishments that can be stored in the queue of pending replenishments, it limits the number of times a schedulable resource may block itself in the time frame of a cycle period."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PoolingParameters" eSuperTypes="#//FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overhead" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResource" abstract="true" eSuperTypes="#//Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speedFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainScheduler" eType="#//Scheduler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectionParameter" eSuperTypes="core_elements.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priorityCeiling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preemptionLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProtectProtocolKind"> <eLiterals name="FIFO"/> <eLiterals name="NoPreemption" value="1"/> <eLiterals name="PriorityCeiling" value="2"/> <eLiterals name="PriorityInheritance" value="3"/> <eLiterals name="StackBased" value="4"/> <eLiterals name="Undef" value="5"/> <eLiterals name="Other" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" abstract="true" eSuperTypes="#//ResourcePackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedResource" upperBound="-1" eType="#//Resource" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="wildcards" value=""/> <details key="name" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resMult" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProtected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPort" upperBound="-1" eType="#//ResourcePort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConnector" upperBound="-1" eType="#//ResourceConnector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rServices" upperBound="-1" eType="#//ResourceService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedBy" upperBound="-1" eType="#//ResourceUsage" eOpposite="#//ResourceUsage/usedResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pServices" upperBound="-1" eType="#//ResourceService" containment="true" eOpposite="#//ResourceService/context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceBroker" eSuperTypes="#//Resource"> <eStructuralFeatures xsi:type="ecore:EReference" name="brokedResource" lowerBound="1" upperBound="-1" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accCtrlPolicy" lowerBound="1" upperBound="-1" eType="#//AccessControlPolicy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePort" lowerBound="1" eType="#//ResourcePort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPort" lowerBound="1" eType="#//ResourcePort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceControlPolicy" eSuperTypes="core_elements.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceInstance" eSuperTypes="#//ResourcePackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="port" upperBound="-1" eType="#//ResourcePort" changeable="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterface" eSuperTypes="#//ResourcePackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedService" upperBound="-1" eType="#//ResourceService" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceManager" eSuperTypes="#//Resource"> <eStructuralFeatures xsi:type="ecore:EReference" name="managedResource" lowerBound="1" upperBound="-1" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resCtrlPolicy" lowerBound="1" upperBound="-1" eType="#//ResourceControlPolicy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcePackage" eSuperTypes="core_elements.ecore#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Deprecated. Use CoreElements::Package"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcePackageableElement" abstract="true" eSuperTypes="core_elements.ecore#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Deprecated. Use CoreElements::PackageElement"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcePort" eSuperTypes="#//CommunicationEndPoint core_elements.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="pInterface" upperBound="-1" eType="#//ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rInterface" upperBound="-1" eType="#//ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceService" eSuperTypes="core_elements.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Resource" eOpposite="#//Resource/pServices"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceUsage"> <eStructuralFeatures xsi:type="ecore:EReference" name="workload" upperBound="-1" eType="#//UsageDemand" eOpposite="#//UsageDemand/usage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredAmount" upperBound="-1" eType="#//UsageTypedAmount" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedResource" upperBound="-1" eType="#//Resource" eOpposite="#//Resource/usedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SchedPolicyKind"> <eLiterals name="Undef"/> <eLiterals name="EarliestDeadlineFirst" value="6"/> <eLiterals name="FIFO" value="1"/> <eLiterals name="FixedPriority" value="2"/> <eLiterals name="LeastLaxityFirst" value="3"/> <eLiterals name="RoundRobin" value="4"/> <eLiterals name="TimeTableDriven" value="5"/> <eLiterals name="Other" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scheduler" eSuperTypes="#//ResourceBroker"> <eStructuralFeatures xsi:type="ecore:EReference" name="host" lowerBound="1" eType="#//ComputingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingUnits" lowerBound="1" upperBound="-1" eType="#//ProcessingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulableResource" upperBound="-1" eType="#//SchedulableResource" eOpposite="#//SchedulableResource/host"/> <eStructuralFeatures xsi:type="ecore:EReference" name="policy" lowerBound="1" eType="#//SchedulingPolicy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchedulableResource" eSuperTypes="#//ConcurrencyResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependentScheduler" eType="#//SecondaryScheduler" eOpposite="#//SecondaryScheduler/virtualProcessingUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="host" lowerBound="1" eType="#//Scheduler" eOpposite="#//Scheduler/schedulableResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedParams" upperBound="-1" eType="#//SchedulingParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduleSpecification" abstract="true" eSuperTypes="core_elements.ecore#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="SchedulingParameter" eSuperTypes="core_elements.ecore#//NamedElement"> <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="SchedulingPolicy" eSuperTypes="#//AccessControlPolicy"> <eOperations name="hasValidPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments/> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="policy" eType="#//SchedPolicyKind" defaultValueLiteral="Undef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherSchedPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//ScheduleSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SecondaryScheduler" eSuperTypes="#//Scheduler"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualProcessingUnit" lowerBound="1" upperBound="-1" eType="#//SchedulableResource" eOpposite="#//SchedulableResource/dependentScheduler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticUsage" eSuperTypes="#//ResourceUsage"/> <eClassifiers xsi:type="ecore:EClass" name="StorageResource" eSuperTypes="#//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="SynchResource" eSuperTypes="#//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="TableDrivenSchedule" eSuperTypes="#//ScheduleSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameCycleTime" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//TableEntryType" eOpposite="#//TableEntryType/schedule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableEntryType" eSuperTypes="#//SchedulingParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//TableDrivenSchedule" eOpposite="#//TableDrivenSchedule/entries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSlot" lowerBound="1" upperBound="-1" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" unique="false" upperBound="-1" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialBudget" eType="#//NFP_Duration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimingResource" abstract="true" eSuperTypes="#//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="TimerResource" eSuperTypes="#//TimingResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="#//NFP_Duration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPeriodic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//ResourceService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" eType="#//ResourceService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="get" lowerBound="1" eType="#//ResourceService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reset" lowerBound="1" eType="#//ResourceService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pause" lowerBound="1" eType="#//ResourceService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransmModeKind"> <eLiterals name="simplex"/> <eLiterals name="half_duplex" value="1"/> <eLiterals name="full_duplex" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageDemand" eSuperTypes="core_elements.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usage" upperBound="-1" eType="#//ResourceUsage" eOpposite="#//ResourceUsage/workload"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageTypedAmount" eSuperTypes="#//Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allocatedmemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usedMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerPeak" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="energy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NFP_Duration" instanceClassName="org.polarsys.time4sys.marte.nfp.Duration"/> <eClassifiers xsi:type="ecore:EDataType" name="NFP_DataSize" instanceClassName="org.polarsys.time4sys.marte.nfp.DataSize"/> <eClassifiers xsi:type="ecore:EDataType" name="NFP_DataTxRate" instanceClassName="org.polarsys.time4sys.marte.nfp.DataTxRate"/> </ecore:EPackage>
github:ecore:/data/polarsys/time4sys/Time4Sys/plugins/org.polarsys.time4sys.marte/model/grm.ecore
ecore
grm AccessControlPolicy ClockResource CommunicationEndPoint packetSize CommunicationMedia elementSize capacity packetTime blockingTime transmMode ComputingResource ConcurrencyResource CommunicationResource DeviceResource DynamicUsage EDFParameters deadline FixedPriorityParameters priority MutualExclusionProtocol protocol otherProtocol MutualExclusionResource scheduler protocol protectParams PeriodicServerKind Undef Undef Sporadic Sporadic Deferrable Deferrable Other Other PeriodicServerParameters kind Undef backgroundPriority initialBudget replenishPeriod maxPendingReplenish PoolingParameters period overhead ProcessingResource speedFactor mainScheduler ProtectionParameter priorityCeiling preemptionLevel ProtectProtocolKind FIFO FIFO NoPreemption NoPreemption PriorityCeiling PriorityCeiling PriorityInheritance PriorityInheritance StackBased StackBased Undef Undef Other Other Resource ownedResource resMult isProtected isActive ownedPort ownedConnector rServices usedBy pServices ResourceBroker brokedResource accCtrlPolicy ResourceConnector sourcePort targetPort ResourceControlPolicy ResourceInstance type port ResourceInterface ownedService ResourceManager managedResource resCtrlPolicy ResourcePackage ResourcePackageableElement ResourcePort pInterface rInterface ResourceService context ResourceUsage workload requiredAmount usedResource SchedPolicyKind Undef Undef EarliestDeadlineFirst EarliestDeadlineFirst FIFO FIFO FixedPriority FixedPriority LeastLaxityFirst LeastLaxityFirst RoundRobin RoundRobin TimeTableDriven TimeTableDriven Other Other Scheduler host processingUnits schedulableResource policy SchedulableResource dependentScheduler host schedParams ScheduleSpecification SchedulingParameter value SchedulingPolicy hasValidPolicy diagnostics context policy Undef otherSchedPolicy schedule SecondaryScheduler virtualProcessingUnit StaticUsage StorageResource SynchResource TableDrivenSchedule frameCycleTime entries TableEntryType schedule timeSlot offset initialBudget TimingResource TimerResource duration isPeriodic start set get reset pause TransmModeKind simplex simplex half_duplex half_duplex full_duplex full_duplex UsageDemand usage event UsageTypedAmount execTime msgSize allocatedmemory usedMemory powerPeak energy NFP_Duration org.polarsys.time4sys.marte.nfp.Duration org.polarsys.time4sys.marte.nfp.Duration NFP_DataSize org.polarsys.time4sys.marte.nfp.DataSize org.polarsys.time4sys.marte.nfp.DataSize NFP_DataTxRate org.polarsys.time4sys.marte.nfp.DataTxRate org.polarsys.time4sys.marte.nfp.DataTxRate
null
{"directed":true,"nodes":[{"nsPrefix":"grm","nsURI":"http://www.polarsys.org/time4sys/marte/grm/1.0","name":"grm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessControlPolicy","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockResource","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationEndPoint","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationMedia","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputingResource","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcurrencyResource","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationResource","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceResource","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicUsage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDFParameters","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedPriorityParameters","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutualExclusionProtocol","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutualExclusionResource","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PeriodicServerKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicServerParameters","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PoolingParameters","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResource","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectionParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProtectProtocolKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceBroker","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceConnector","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceControlPolicy","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInstance","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterface","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceManager","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcePackage","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcePackageableElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcePort","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceService","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceUsage","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedPolicyKind","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scheduler","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedulableResource","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleSpecification","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedulingParameter","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecondaryScheduler","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticUsage","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageResource","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchResource","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDrivenSchedule","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableEntryType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimingResource","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerResource","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransmModeKind","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageDemand","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageTypedAmount","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.polarsys.time4sys.marte.nfp.Duration","defaultValue":null,"instanceClassName":"org.polarsys.time4sys.marte.nfp.Duration","name":"NFP_Duration","instanceClass":null,"id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.polarsys.time4sys.marte.nfp.DataSize","defaultValue":null,"instanceClassName":"org.polarsys.time4sys.marte.nfp.DataSize","name":"NFP_DataSize","instanceClass":null,"id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.polarsys.time4sys.marte.nfp.DataTxRate","defaultValue":null,"instanceClassName":"org.polarsys.time4sys.marte.nfp.DataTxRate","name":"NFP_DataTxRate","instanceClass":null,"id":51,"serializable":true,"eClass":"EDataType"},{"id":52,"eClass":"EGenericType"},{"id":53,"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":"packetSize","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":"elementSize","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":"capacity","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":"packetTime","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":"blockingTime","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transmMode","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"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deadline","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"otherProtocol","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scheduler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"protectParams","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"},{"name":"Undef","id":92,"value":0,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Sporadic","id":93,"value":1,"literal":"Sporadic","eClass":"EEnumLiteral"},{"name":"Deferrable","id":94,"value":2,"literal":"Deferrable","eClass":"EEnumLiteral"},{"name":"Other","id":95,"value":3,"literal":"Other","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Undef","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundPriority","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":"initialBudget","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":"replenishPeriod","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":"maxPendingReplenish","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","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":"overhead","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"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":"speedFactor","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":false,"unsettable":false,"transient":false,"unique":true,"name":"mainScheduler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priorityCeiling","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preemptionLevel","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"FIFO","id":122,"value":0,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"NoPreemption","id":123,"value":1,"literal":"NoPreemption","eClass":"EEnumLiteral"},{"name":"PriorityCeiling","id":124,"value":2,"literal":"PriorityCeiling","eClass":"EEnumLiteral"},{"name":"PriorityInheritance","id":125,"value":3,"literal":"PriorityInheritance","eClass":"EEnumLiteral"},{"name":"StackBased","id":126,"value":4,"literal":"StackBased","eClass":"EEnumLiteral"},{"name":"Undef","id":127,"value":5,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":128,"value":6,"literal":"Other","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":"ownedResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resMult","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":"isProtected","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":"isActive","changeable":true,"lowerBound":0,"iD":false,"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":"ownedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ownedConnector","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rServices","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":false,"unsettable":false,"transient":false,"unique":true,"name":"usedBy","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":true,"unsettable":false,"transient":false,"unique":true,"name":"pServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"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":"brokedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"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":"accCtrlPolicy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":false,"resolveProxies":true,"lowerBound":0,"id":161,"derived":true},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"managedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"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":"resCtrlPolicy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredAmount","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"name":"Undef","id":189,"value":0,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"EarliestDeadlineFirst","id":190,"value":6,"literal":"EarliestDeadlineFirst","eClass":"EEnumLiteral"},{"name":"FIFO","id":191,"value":1,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"FixedPriority","id":192,"value":2,"literal":"FixedPriority","eClass":"EEnumLiteral"},{"name":"LeastLaxityFirst","id":193,"value":3,"literal":"LeastLaxityFirst","eClass":"EEnumLiteral"},{"name":"RoundRobin","id":194,"value":4,"literal":"RoundRobin","eClass":"EEnumLiteral"},{"name":"TimeTableDriven","id":195,"value":5,"literal":"TimeTableDriven","eClass":"EEnumLiteral"},{"name":"Other","id":196,"value":7,"literal":"Other","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":"host","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"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":"processingUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schedulableResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"policy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependentScheduler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schedParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualProcessingUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidPolicy","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Undef","unsettable":false,"transient":false,"unique":true,"name":"policy","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"otherSchedPolicy","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schedule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":1,"id":224,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frameCycleTime","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":false,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schedule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"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":"timeSlot","changeable":true,"lowerBound":1,"iD":false,"id":244,"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":"offset","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialBudget","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPeriodic","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"get","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"name":"simplex","id":268,"value":0,"literal":"simplex","eClass":"EEnumLiteral"},{"name":"half_duplex","id":269,"value":1,"literal":"half_duplex","eClass":"EEnumLiteral"},{"name":"full_duplex","id":270,"value":2,"literal":"full_duplex","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":"event","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"execTime","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgSize","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allocatedmemory","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usedMemory","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powerPeak","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"energy","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":1,"target":0},{"source":1,"target":52},{"source":2,"target":0},{"source":2,"target":44},{"source":2,"target":53},{"source":53,"target":44},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":54},{"source":3,"target":55},{"source":54,"target":56},{"source":54,"target":3},{"source":55,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":17},{"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":57,"target":50},{"source":57,"target":64},{"source":57,"target":4},{"source":64,"target":50},{"source":58,"target":51},{"source":58,"target":65},{"source":58,"target":4},{"source":65,"target":51},{"source":59,"target":49},{"source":59,"target":66},{"source":59,"target":4},{"source":66,"target":49},{"source":60,"target":49},{"source":60,"target":67},{"source":60,"target":4},{"source":67,"target":49},{"source":61,"target":46},{"source":61,"target":68},{"source":61,"target":4},{"source":68,"target":46},{"source":62,"target":7},{"source":63,"target":17},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":69},{"source":69,"target":17},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":70},{"source":70,"target":20},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":71},{"source":71,"target":20},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":72},{"source":72,"target":17},{"source":9,"target":0},{"source":9,"target":31},{"source":9,"target":73},{"source":73,"target":31},{"source":10,"target":0},{"source":10,"target":36},{"source":10,"target":74},{"source":10,"target":75},{"source":74,"target":49},{"source":74,"target":76},{"source":74,"target":10},{"source":76,"target":49},{"source":75,"target":36},{"source":11,"target":0},{"source":11,"target":36},{"source":11,"target":77},{"source":11,"target":78},{"source":77,"target":79},{"source":77,"target":11},{"source":78,"target":36},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":80,"target":19},{"source":80,"target":83},{"source":80,"target":12},{"source":83,"target":19},{"source":81,"target":84},{"source":81,"target":12},{"source":82,"target":1},{"source":13,"target":0},{"source":13,"target":41},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":13,"target":88},{"source":85,"target":21},{"source":85,"target":89},{"source":85,"target":13},{"source":89,"target":21},{"source":86,"target":12},{"source":86,"target":90},{"source":86,"target":13},{"source":90,"target":12},{"source":87,"target":18},{"source":87,"target":91},{"source":87,"target":13},{"source":91,"target":18},{"source":88,"target":41},{"source":14,"target":0},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":92,"target":14},{"source":93,"target":14},{"source":94,"target":14},{"source":95,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":96,"target":14},{"source":96,"target":102},{"source":96,"target":15},{"source":102,"target":14},{"source":97,"target":103},{"source":97,"target":15},{"source":98,"target":49},{"source":98,"target":104},{"source":98,"target":15},{"source":104,"target":49},{"source":99,"target":49},{"source":99,"target":105},{"source":99,"target":15},{"source":105,"target":49},{"source":100,"target":106},{"source":100,"target":15},{"source":101,"target":11},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":107},{"source":16,"target":108},{"source":16,"target":109},{"source":107,"target":49},{"source":107,"target":110},{"source":107,"target":16},{"source":110,"target":49},{"source":108,"target":49},{"source":108,"target":111},{"source":108,"target":16},{"source":111,"target":49},{"source":109,"target":11},{"source":17,"target":0},{"source":17,"target":20},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":112,"target":115},{"source":112,"target":17},{"source":113,"target":33},{"source":113,"target":116},{"source":113,"target":17},{"source":116,"target":33},{"source":114,"target":20},{"source":18,"target":0},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":117,"target":120},{"source":117,"target":18},{"source":118,"target":121},{"source":118,"target":18},{"source":19,"target":0},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"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":20,"target":0},{"source":20,"target":28},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":20,"target":138},{"source":129,"target":20},{"source":129,"target":139},{"source":129,"target":20},{"source":139,"target":20},{"source":130,"target":140},{"source":130,"target":20},{"source":131,"target":141},{"source":131,"target":20},{"source":132,"target":142},{"source":132,"target":20},{"source":133,"target":29},{"source":133,"target":143},{"source":133,"target":20},{"source":143,"target":29},{"source":134,"target":22},{"source":134,"target":144},{"source":134,"target":20},{"source":144,"target":22},{"source":135,"target":30},{"source":135,"target":145},{"source":135,"target":20},{"source":145,"target":30},{"source":136,"target":31},{"source":136,"target":146},{"source":136,"target":20},{"source":136,"target":147},{"source":146,"target":31},{"source":137,"target":30},{"source":137,"target":148},{"source":137,"target":20},{"source":137,"target":149},{"source":148,"target":30},{"source":138,"target":28},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":150,"target":20},{"source":150,"target":153},{"source":150,"target":21},{"source":153,"target":20},{"source":151,"target":1},{"source":151,"target":154},{"source":151,"target":21},{"source":154,"target":1},{"source":152,"target":20},{"source":22,"target":0},{"source":22,"target":155},{"source":22,"target":156},{"source":155,"target":29},{"source":155,"target":157},{"source":155,"target":22},{"source":157,"target":29},{"source":156,"target":29},{"source":156,"target":158},{"source":156,"target":22},{"source":158,"target":29},{"source":23,"target":0},{"source":23,"target":159},{"source":24,"target":0},{"source":24,"target":28},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":160,"target":20},{"source":160,"target":163},{"source":160,"target":24},{"source":163,"target":20},{"source":161,"target":29},{"source":161,"target":164},{"source":161,"target":24},{"source":164,"target":29},{"source":162,"target":28},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":165},{"source":25,"target":166},{"source":165,"target":30},{"source":165,"target":167},{"source":165,"target":25},{"source":167,"target":30},{"source":166,"target":28},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":168},{"source":26,"target":169},{"source":26,"target":170},{"source":168,"target":20},{"source":168,"target":171},{"source":168,"target":26},{"source":171,"target":20},{"source":169,"target":23},{"source":169,"target":172},{"source":169,"target":26},{"source":172,"target":23},{"source":170,"target":20},{"source":27,"target":0},{"source":27,"target":173},{"source":28,"target":0},{"source":28,"target":174},{"source":29,"target":0},{"source":29,"target":3},{"source":29,"target":175},{"source":29,"target":176},{"source":29,"target":177},{"source":29,"target":178},{"source":175,"target":25},{"source":175,"target":179},{"source":175,"target":29},{"source":179,"target":25},{"source":176,"target":25},{"source":176,"target":180},{"source":176,"target":29},{"source":180,"target":25},{"source":177,"target":3},{"source":30,"target":0},{"source":30,"target":149},{"source":30,"target":181},{"source":149,"target":20},{"source":149,"target":182},{"source":149,"target":30},{"source":149,"target":137},{"source":182,"target":20},{"source":31,"target":0},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":147},{"source":183,"target":47},{"source":183,"target":185},{"source":183,"target":31},{"source":183,"target":186},{"source":185,"target":47},{"source":184,"target":48},{"source":184,"target":187},{"source":184,"target":31},{"source":187,"target":48},{"source":147,"target":20},{"source":147,"target":188},{"source":147,"target":31},{"source":147,"target":136},{"source":188,"target":20},{"source":32,"target":0},{"source":32,"target":189},{"source":32,"target":190},{"source":32,"target":191},{"source":32,"target":192},{"source":32,"target":193},{"source":32,"target":194},{"source":32,"target":195},{"source":32,"target":196},{"source":189,"target":32},{"source":190,"target":32},{"source":191,"target":32},{"source":192,"target":32},{"source":193,"target":32},{"source":194,"target":32},{"source":195,"target":32},{"source":196,"target":32},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":197},{"source":33,"target":198},{"source":33,"target":199},{"source":33,"target":200},{"source":33,"target":201},{"source":197,"target":5},{"source":197,"target":202},{"source":197,"target":33},{"source":202,"target":5},{"source":198,"target":17},{"source":198,"target":203},{"source":198,"target":33},{"source":203,"target":17},{"source":199,"target":34},{"source":199,"target":204},{"source":199,"target":33},{"source":199,"target":205},{"source":204,"target":34},{"source":200,"target":37},{"source":200,"target":206},{"source":200,"target":33},{"source":206,"target":37},{"source":201,"target":21},{"source":34,"target":0},{"source":34,"target":6},{"source":34,"target":207},{"source":34,"target":205},{"source":34,"target":208},{"source":34,"target":209},{"source":207,"target":38},{"source":207,"target":210},{"source":207,"target":34},{"source":207,"target":211},{"source":210,"target":38},{"source":205,"target":33},{"source":205,"target":212},{"source":205,"target":34},{"source":205,"target":199},{"source":212,"target":33},{"source":208,"target":36},{"source":208,"target":213},{"source":208,"target":34},{"source":213,"target":36},{"source":209,"target":6},{"source":35,"target":0},{"source":35,"target":214},{"source":36,"target":0},{"source":36,"target":215},{"source":36,"target":216},{"source":215,"target":217},{"source":215,"target":36},{"source":37,"target":0},{"source":37,"target":1},{"source":37,"target":218},{"source":37,"target":219},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":218,"target":223},{"source":218,"target":37},{"source":218,"target":224},{"source":218,"target":225},{"source":224,"target":226},{"source":224,"target":218},{"source":225,"target":227},{"source":225,"target":218},{"source":227,"target":228},{"source":227,"target":229},{"source":219,"target":32},{"source":219,"target":230},{"source":219,"target":37},{"source":230,"target":32},{"source":220,"target":231},{"source":220,"target":37},{"source":221,"target":35},{"source":221,"target":232},{"source":221,"target":37},{"source":232,"target":35},{"source":222,"target":1},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":211},{"source":38,"target":233},{"source":211,"target":34},{"source":211,"target":234},{"source":211,"target":38},{"source":211,"target":207},{"source":234,"target":34},{"source":233,"target":33},{"source":39,"target":0},{"source":39,"target":31},{"source":39,"target":235},{"source":235,"target":31},{"source":40,"target":0},{"source":40,"target":20},{"source":40,"target":236},{"source":236,"target":20},{"source":41,"target":0},{"source":41,"target":20},{"source":41,"target":237},{"source":237,"target":20},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":238},{"source":42,"target":239},{"source":42,"target":240},{"source":238,"target":49},{"source":238,"target":241},{"source":238,"target":42},{"source":241,"target":49},{"source":239,"target":43},{"source":239,"target":242},{"source":239,"target":42},{"source":239,"target":243},{"source":242,"target":43},{"source":240,"target":35},{"source":43,"target":0},{"source":43,"target":36},{"source":43,"target":243},{"source":43,"target":244},{"source":43,"target":245},{"source":43,"target":246},{"source":43,"target":247},{"source":243,"target":42},{"source":243,"target":248},{"source":243,"target":43},{"source":243,"target":239},{"source":248,"target":42},{"source":244,"target":49},{"source":244,"target":249},{"source":244,"target":43},{"source":249,"target":49},{"source":245,"target":49},{"source":245,"target":250},{"source":245,"target":43},{"source":250,"target":49},{"source":246,"target":49},{"source":246,"target":251},{"source":246,"target":43},{"source":251,"target":49},{"source":247,"target":36},{"source":44,"target":0},{"source":44,"target":20},{"source":44,"target":252},{"source":252,"target":20},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":253},{"source":45,"target":254},{"source":45,"target":255},{"source":45,"target":256},{"source":45,"target":257},{"source":45,"target":258},{"source":45,"target":259},{"source":45,"target":260},{"source":253,"target":49},{"source":253,"target":261},{"source":253,"target":45},{"source":261,"target":49},{"source":254,"target":262},{"source":254,"target":45},{"source":255,"target":30},{"source":255,"target":263},{"source":255,"target":45},{"source":263,"target":30},{"source":256,"target":30},{"source":256,"target":264},{"source":256,"target":45},{"source":264,"target":30},{"source":257,"target":30},{"source":257,"target":265},{"source":257,"target":45},{"source":265,"target":30},{"source":258,"target":30},{"source":258,"target":266},{"source":258,"target":45},{"source":266,"target":30},{"source":259,"target":30},{"source":259,"target":267},{"source":259,"target":45},{"source":267,"target":30},{"source":260,"target":44},{"source":46,"target":0},{"source":46,"target":268},{"source":46,"target":269},{"source":46,"target":270},{"source":268,"target":46},{"source":269,"target":46},{"source":270,"target":46},{"source":47,"target":0},{"source":47,"target":186},{"source":47,"target":271},{"source":47,"target":272},{"source":186,"target":31},{"source":186,"target":273},{"source":186,"target":47},{"source":186,"target":183},{"source":273,"target":31},{"source":271,"target":274},{"source":271,"target":47},{"source":48,"target":0},{"source":48,"target":20},{"source":48,"target":275},{"source":48,"target":276},{"source":48,"target":277},{"source":48,"target":278},{"source":48,"target":279},{"source":48,"target":280},{"source":48,"target":281},{"source":275,"target":282},{"source":275,"target":48},{"source":276,"target":283},{"source":276,"target":48},{"source":277,"target":284},{"source":277,"target":48},{"source":278,"target":285},{"source":278,"target":48},{"source":279,"target":286},{"source":279,"target":48},{"source":280,"target":287},{"source":280,"target":48},{"source":281,"target":20},{"source":49,"target":0},{"source":50,"target":0},{"source":51,"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="anytype" nsURI="http://caex/anytype" nsPrefix="anytype"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <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="kind" value="elementOnly"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericElement" eSuperTypes="#//Element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedElements" upperBound="-1" eType="#//GenericElement" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//GenericAttribute" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFeatureMap" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" transient="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":0"/> <details key="wildcards" value="##any"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeFeatureMap" 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="name" value=":1"/> <details key="wildcards" value="##any"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAttribute" eSuperTypes="#//Element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/amlModeling/caex-workbench/plugins/common/caex.anytype/model/GenericAnyType.ecore
ecore
anytype Element name value GenericElement nestedElements attributes elementFeatureMap attributeFeatureMap GenericAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"anytype","nsURI":"http://caex/anytype","name":"anytype","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":"GenericElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAttribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"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":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedElements","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"elementFeatureMap","changeable":true,"lowerBound":0,"iD":false,"id":10,"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":"attributeFeatureMap","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":6},{"source":4,"target":1},{"source":5,"target":7},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":8,"target":2},{"source":8,"target":13},{"source":8,"target":2},{"source":13,"target":2},{"source":9,"target":3},{"source":9,"target":14},{"source":9,"target":2},{"source":14,"target":3},{"source":10,"target":15},{"source":10,"target":2},{"source":11,"target":16},{"source":11,"target":2},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":17},{"source":17,"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="essentialoclcs" nsURI="http://www.eclipse.org/ocl/2015/EssentialOCLCS" nsPrefix="essentialoclcs"> <eClassifiers xsi:type="ecore:EEnum" name="NavigationRole"> <eLiterals name="ITERATOR"/> <eLiterals name="ACCUMULATOR"/> <eLiterals name="EXPRESSION"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNameExpCS" abstract="true" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCurlyBracketedClause" eType="#//CurlyBracketedClauseCS" containment="true" eOpposite="#//CurlyBracketedClauseCS/owningNameExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRoundBracketedClause" eType="#//RoundBracketedClauseCS" containment="true" eOpposite="#//RoundBracketedClauseCS/owningNameExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSquareBracketedClauses" upperBound="2" eType="#//SquareBracketedClauseCS" containment="true" eOpposite="#//SquareBracketedClauseCS/owningNameExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceType" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sourceType propagates the known type of a source expression for use by subsequent analysis of for instance operation arguments.&#xD;&#xA;For explicit source invocations, sourceType provides the true source type after resolution of implicit set or implicit collect."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTypeValue" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sourceTypeValue propates the known value of a source expression when the type is itself a type. This is used during analysis of for instance allInstances() and oclType()."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredAssociation" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//AssociationClass" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpCS" abstract="true" eSuperTypes="#//AbstractNameExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ExpCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ExpCS" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//CollectionLiteralPartCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//CollectionTypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLastExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionPatternCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//PatternExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPatternGuard" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//CollectionTypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="restVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTypeCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//NamedElementCS ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//RootCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurlyBracketedClauseCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ContextLessElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//ShadowPartCS" containment="true" eOpposite="#//ShadowPartCS/owningCurlyBracketClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNameExp" eType="#//AbstractNameExpCS" eOpposite="#//AbstractNameExpCS/ownedCurlyBracketedClause"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eOperations name="isLocalLeftAncestorOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return true if csExp is a transitive child of this in the logical expression tree containing this and csExp and only OperatorExpCS nodes within the tree."/> </eAnnotations> <eParameters name="csExp" lowerBound="1" eType="#//ExpCS"/> </eOperations> <eOperations name="isLocalRightAncestorOf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return true if this is a transitive child of csExp in the logical expression tree containing this and csExp and only OperatorExpCS nodes within the tree."/> </eAnnotations> <eParameters name="csExp" lowerBound="1" eType="#//ExpCS"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLeft" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localLeftmostDescendant" lowerBound="1" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localParent" eType="#//OperatorExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localRight" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localRightmostDescendant" lowerBound="1" eType="#//ExpCS" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precedence" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Precedence" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpSpecificationCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//SpecificationCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCondition" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElseExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedIfThenExpressions" upperBound="-1" eType="#//IfThenExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThenExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCondition" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThenExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpCS" eSuperTypes="#//OperatorExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//ExpCS" changeable="false" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLeft" lowerBound="1" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IterateCallExpCS" abstract="true" eSuperTypes="#//IterationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="accumulators" upperBound="-1" eType="#//VariableCS" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterationCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" upperBound="-1" eType="#//VariableCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredIteration" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Iteration" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpressionCS" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariables" upperBound="-1" eType="#//LetVariableCS" containment="true" eOpposite="#//LetVariableCS/owningLetExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetVariableCS" eSuperTypes="#//ExpCS #//VariableCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRoundBracketedClause" eType="#//RoundBracketedClauseCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningLetExpression" eType="#//LetExpCS" eOpposite="#//LetExpCS/ownedVariables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpCS" eSuperTypes="#//ExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="MapLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//MapLiteralPartCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="#//MapTypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapLiteralPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedKey" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapTypeCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedKeyType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValueType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameExpCS" eSuperTypes="#//AssociationClassCallExpCS #//ShadowExpCS #//IterateCallExpCS #//IterationCallExpCS #//OperationCallExpCS #//PropertyCallExpCS #//VariableExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="NavigatingArgCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNameExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningRoundBracketedClause" eType="#//RoundBracketedClauseCS" eOpposite="#//RoundBracketedClauseCS/ownedArguments"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//NavigationRole" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//BigNumber"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Operation" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorExpCS" abstract="true" eSuperTypes="#//ExpCS ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRight" lowerBound="1" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ExpCS" changeable="false" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternExpCS" eSuperTypes="#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPatternType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypeRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patternVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpCS" eSuperTypes="#//OperatorExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExpCS" eSuperTypes="#//LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpCS" abstract="true" eSuperTypes="#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundBracketedClauseCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ContextLessElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedArguments" upperBound="-1" eType="#//NavigatingArgCS" containment="true" eOpposite="#//NavigatingArgCS/owningRoundBracketedClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNameExp" eType="#//AbstractNameExpCS" eOpposite="#//AbstractNameExpCS/ownedRoundBracketedClause"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfExpCS" eSuperTypes="#//ExpCS"> <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="ShadowExpCS" abstract="true" eSuperTypes="#//AbstractNameExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//ShadowPartCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//TypeNameExpCS" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShadowPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" lowerBound="1" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningCurlyBracketClause" eType="#//CurlyBracketedClauseCS" eOpposite="#//CurlyBracketedClauseCS/ownedParts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SquareBracketedClauseCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ContextLessElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerms" lowerBound="1" upperBound="-1" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNameExp" eType="#//AbstractNameExpCS" eOpposite="#//AbstractNameExpCS/ownedSquareBracketedClauses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="segments" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//TupleLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPartCS" eSuperTypes="#//VariableCS"/> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteralExpCS" eSuperTypes="#//LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeNameExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCurlyBracketedClause" eType="#//CurlyBracketedClauseCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPatternGuard" eType="#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExpCS" eSuperTypes="#//PrimitiveLiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="VariableCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//NamedElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitExpression" eType="#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpCS" abstract="true" eSuperTypes="#//AbstractNameExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable" derived="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/adilinam/QVTdCaseStudy/org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore
ecore
essentialoclcs NavigationRole ITERATOR ITERATOR ACCUMULATOR ACCUMULATOR EXPRESSION EXPRESSION AbstractNameExpCS isPre false ownedCurlyBracketedClause ownedPathName ownedRoundBracketedClause ownedSquareBracketedClauses sourceType sourceTypeValue AssociationClassCallExpCS referredAssociation BooleanLiteralExpCS symbol CallExpCS arguments source CollectionLiteralExpCS ownedParts ownedType CollectionLiteralPartCS ownedExpression ownedLastExpression CollectionPatternCS ownedParts ownedPatternGuard ownedType restVariableName CollectionTypeCS name ownedType ContextCS ownedExpression CurlyBracketedClauseCS ownedParts owningNameExp value ExpCS isLocalLeftAncestorOf csExp isLocalRightAncestorOf csExp hasError false localLeft localLeftmostDescendant localParent localRight localRightmostDescendant precedence ExpSpecificationCS ownedExpression IfExpCS isImplicit false ownedCondition ownedElseExpression ownedIfThenExpressions ownedThenExpression IfThenExpCS ownedCondition ownedThenExpression InfixExpCS argument ownedLeft InvalidLiteralExpCS IterateCallExpCS accumulators IterationCallExpCS iterators referredIteration LambdaLiteralExpCS ownedExpressionCS LetExpCS isImplicit false ownedInExpression ownedVariables LetVariableCS ownedRoundBracketedClause owningLetExpression LiteralExpCS MapLiteralExpCS ownedParts ownedType MapLiteralPartCS ownedKey ownedValue MapTypeCS name ownedKeyType ownedValueType NameExpCS NavigatingArgCS ownedInitExpression ownedNameExpression ownedType owningRoundBracketedClause prefix role NestedExpCS ownedExpression NullLiteralExpCS NumberLiteralExpCS symbol OperationCallExpCS referredOperation OperatorExpCS ownedRight source PatternExpCS ownedPatternType patternVariableName PrefixExpCS PrimitiveLiteralExpCS PropertyCallExpCS referredProperty RoundBracketedClauseCS ownedArguments owningNameExp SelfExpCS name ShadowExpCS parts typeName value ShadowPartCS ownedInitExpression owningCurlyBracketClause referredProperty SquareBracketedClauseCS ownedTerms owningNameExp StringLiteralExpCS segments TupleLiteralExpCS ownedParts TupleLiteralPartCS TypeLiteralExpCS ownedPathName ownedType TypeNameExpCS element ownedCurlyBracketedClause ownedPathName ownedPatternGuard UnlimitedNaturalLiteralExpCS VariableCS ownedInitExpression ownedType VariableExpCS referredVariable
null
{"directed":true,"nodes":[{"nsPrefix":"essentialoclcs","nsURI":"http://www.eclipse.org/ocl/2015/EssentialOCLCS","name":"essentialoclcs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"NavigationRole","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNameExpCS","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassCallExpCS","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpCS","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExpCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPartCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionPatternCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurlyBracketedClauseCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpSpecificationCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenExpCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExpCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateCallExpCS","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationCallExpCS","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaLiteralExpCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetVariableCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapLiteralExpCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapLiteralPartCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapTypeCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatingArgCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExpCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteralExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpCS","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorExpCS","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternExpCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExpCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpCS","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundBracketedClauseCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShadowExpCS","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShadowPartCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SquareBracketedClauseCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPartCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteralExpCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeNameExpCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExpCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpCS","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"name":"ITERATOR","id":51,"value":0,"literal":"ITERATOR","eClass":"EEnumLiteral"},{"name":"ACCUMULATOR","id":52,"value":0,"literal":"ACCUMULATOR","eClass":"EEnumLiteral"},{"name":"EXPRESSION","id":53,"value":0,"literal":"EXPRESSION","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPre","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCurlyBracketedClause","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":"ownedPathName","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":"ownedRoundBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"ownedSquareBracketedClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sourceType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"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":true,"unique":true,"name":"sourceTypeValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":true},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"owningNameExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"owningNameExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"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":"owningNameExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":true},{"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":true},{"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":"ownedParts","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":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLastExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPatternGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"restVariableName","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningCurlyBracketClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocalLeftAncestorOf","lowerBound":1,"id":119,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocalRightAncestorOf","lowerBound":1,"id":120,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"hasError","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"localLeft","changeable":false,"resolveProxies":false,"lowerBound":0,"id":122,"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":"localLeftmostDescendant","changeable":false,"resolveProxies":false,"lowerBound":1,"id":123,"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":"localParent","changeable":false,"resolveProxies":false,"lowerBound":0,"id":124,"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":"localRight","changeable":false,"resolveProxies":false,"lowerBound":0,"id":125,"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":"localRightmostDescendant","changeable":false,"resolveProxies":false,"lowerBound":1,"id":126,"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":"precedence","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"csExp","lowerBound":1,"id":130,"many":false,"required":true,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"csExp","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"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"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":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedIfThenExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedThenExpression","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCondition","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":"ownedThenExpression","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":false,"unsettable":false,"transient":true,"unique":true,"name":"argument","changeable":false,"resolveProxies":false,"lowerBound":0,"id":161,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accumulators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":167,"derived":true},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":170,"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":"referredIteration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":171,"derived":true},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"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":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInExpression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariables","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"},{"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":"owningLetExpression","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":"ownedRoundBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"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":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKeyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValueType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInitExpression","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":"ownedNameExpression","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":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"owningRoundBracketedClause","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":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":true},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":238,"derived":true},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRight","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":false,"resolveProxies":false,"lowerBound":0,"id":242,"derived":true},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPatternType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"patternVariableName","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":true},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"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":"typeName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":true},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInitExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"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":"ownedTerms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"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":"segments","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"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":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"element","changeable":false,"resolveProxies":false,"lowerBound":0,"id":293,"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":"ownedCurlyBracketedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPathName","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":"ownedPatternGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInitExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":308,"derived":true},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":51,"target":1},{"source":52,"target":1},{"source":53,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":54,"target":62},{"source":54,"target":2},{"source":55,"target":11},{"source":55,"target":63},{"source":55,"target":2},{"source":55,"target":64},{"source":63,"target":11},{"source":56,"target":65},{"source":56,"target":2},{"source":57,"target":38},{"source":57,"target":66},{"source":57,"target":2},{"source":57,"target":67},{"source":66,"target":38},{"source":58,"target":42},{"source":58,"target":68},{"source":58,"target":2},{"source":58,"target":69},{"source":68,"target":42},{"source":59,"target":70},{"source":59,"target":2},{"source":60,"target":71},{"source":60,"target":2},{"source":61,"target":12},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":72},{"source":3,"target":73},{"source":72,"target":74},{"source":72,"target":3},{"source":73,"target":5},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":75},{"source":4,"target":76},{"source":75,"target":77},{"source":75,"target":4},{"source":76,"target":36},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":78,"target":12},{"source":78,"target":81},{"source":78,"target":5},{"source":81,"target":12},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":5},{"source":82,"target":12},{"source":80,"target":2},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":83,"target":7},{"source":83,"target":86},{"source":83,"target":6},{"source":86,"target":7},{"source":84,"target":9},{"source":84,"target":87},{"source":84,"target":6},{"source":87,"target":9},{"source":85,"target":23},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":88,"target":12},{"source":88,"target":91},{"source":88,"target":7},{"source":91,"target":12},{"source":89,"target":12},{"source":89,"target":92},{"source":89,"target":7},{"source":92,"target":12},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":93,"target":34},{"source":93,"target":98},{"source":93,"target":8},{"source":98,"target":34},{"source":94,"target":12},{"source":94,"target":99},{"source":94,"target":8},{"source":99,"target":12},{"source":95,"target":9},{"source":95,"target":100},{"source":95,"target":8},{"source":100,"target":9},{"source":96,"target":101},{"source":96,"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":10,"target":0},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":108,"target":12},{"source":108,"target":111},{"source":108,"target":10},{"source":111,"target":12},{"source":11,"target":0},{"source":11,"target":112},{"source":11,"target":64},{"source":11,"target":113},{"source":11,"target":114},{"source":112,"target":41},{"source":112,"target":115},{"source":112,"target":11},{"source":112,"target":116},{"source":115,"target":41},{"source":64,"target":2},{"source":64,"target":117},{"source":64,"target":11},{"source":64,"target":55},{"source":117,"target":2},{"source":113,"target":118},{"source":113,"target":11},{"source":12,"target":0},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":119,"target":129},{"source":119,"target":12},{"source":119,"target":130},{"source":130,"target":12},{"source":130,"target":131},{"source":130,"target":119},{"source":131,"target":12},{"source":120,"target":132},{"source":120,"target":12},{"source":120,"target":133},{"source":133,"target":12},{"source":133,"target":134},{"source":133,"target":120},{"source":134,"target":12},{"source":121,"target":135},{"source":121,"target":12},{"source":122,"target":12},{"source":122,"target":136},{"source":122,"target":12},{"source":136,"target":12},{"source":123,"target":12},{"source":123,"target":137},{"source":123,"target":12},{"source":137,"target":12},{"source":124,"target":33},{"source":124,"target":138},{"source":124,"target":12},{"source":138,"target":33},{"source":125,"target":12},{"source":125,"target":139},{"source":125,"target":12},{"source":139,"target":12},{"source":126,"target":12},{"source":126,"target":140},{"source":126,"target":12},{"source":140,"target":12},{"source":127,"target":141},{"source":127,"target":12},{"source":13,"target":0},{"source":13,"target":142},{"source":13,"target":143},{"source":142,"target":12},{"source":142,"target":144},{"source":142,"target":13},{"source":144,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":145,"target":151},{"source":145,"target":14},{"source":146,"target":12},{"source":146,"target":152},{"source":146,"target":14},{"source":152,"target":12},{"source":147,"target":12},{"source":147,"target":153},{"source":147,"target":14},{"source":153,"target":12},{"source":148,"target":15},{"source":148,"target":154},{"source":148,"target":14},{"source":154,"target":15},{"source":149,"target":12},{"source":149,"target":155},{"source":149,"target":14},{"source":155,"target":12},{"source":150,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":156,"target":12},{"source":156,"target":159},{"source":156,"target":15},{"source":159,"target":12},{"source":157,"target":12},{"source":157,"target":160},{"source":157,"target":15},{"source":160,"target":12},{"source":158,"target":12},{"source":16,"target":0},{"source":16,"target":33},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":161,"target":12},{"source":161,"target":164},{"source":161,"target":16},{"source":164,"target":12},{"source":162,"target":12},{"source":162,"target":165},{"source":162,"target":16},{"source":165,"target":12},{"source":163,"target":33},{"source":17,"target":0},{"source":17,"target":36},{"source":17,"target":166},{"source":166,"target":36},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":167},{"source":18,"target":168},{"source":167,"target":49},{"source":167,"target":169},{"source":167,"target":18},{"source":169,"target":49},{"source":168,"target":19},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":170,"target":49},{"source":170,"target":173},{"source":170,"target":19},{"source":173,"target":49},{"source":171,"target":174},{"source":171,"target":19},{"source":172,"target":5},{"source":20,"target":0},{"source":20,"target":23},{"source":20,"target":175},{"source":20,"target":176},{"source":175,"target":12},{"source":175,"target":177},{"source":175,"target":20},{"source":177,"target":12},{"source":176,"target":23},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":21,"target":181},{"source":178,"target":182},{"source":178,"target":21},{"source":179,"target":12},{"source":179,"target":183},{"source":179,"target":21},{"source":183,"target":12},{"source":180,"target":22},{"source":180,"target":184},{"source":180,"target":21},{"source":180,"target":185},{"source":184,"target":22},{"source":181,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":49},{"source":22,"target":186},{"source":22,"target":185},{"source":22,"target":187},{"source":22,"target":188},{"source":186,"target":38},{"source":186,"target":189},{"source":186,"target":22},{"source":189,"target":38},{"source":185,"target":21},{"source":185,"target":190},{"source":185,"target":22},{"source":185,"target":180},{"source":190,"target":21},{"source":187,"target":12},{"source":188,"target":49},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":191},{"source":191,"target":12},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":192},{"source":24,"target":193},{"source":24,"target":194},{"source":192,"target":25},{"source":192,"target":195},{"source":192,"target":24},{"source":195,"target":25},{"source":193,"target":26},{"source":193,"target":196},{"source":193,"target":24},{"source":196,"target":26},{"source":194,"target":23},{"source":25,"target":0},{"source":25,"target":197},{"source":25,"target":198},{"source":25,"target":199},{"source":197,"target":12},{"source":197,"target":200},{"source":197,"target":25},{"source":200,"target":12},{"source":198,"target":12},{"source":198,"target":201},{"source":198,"target":25},{"source":201,"target":12},{"source":26,"target":0},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":26,"target":206},{"source":202,"target":207},{"source":202,"target":26},{"source":203,"target":208},{"source":203,"target":26},{"source":204,"target":209},{"source":204,"target":26},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":40},{"source":27,"target":18},{"source":27,"target":19},{"source":27,"target":32},{"source":27,"target":37},{"source":27,"target":50},{"source":27,"target":210},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":27,"target":215},{"source":27,"target":216},{"source":210,"target":3},{"source":211,"target":40},{"source":212,"target":18},{"source":213,"target":19},{"source":214,"target":32},{"source":215,"target":37},{"source":216,"target":50},{"source":28,"target":0},{"source":28,"target":217},{"source":28,"target":218},{"source":28,"target":219},{"source":28,"target":220},{"source":28,"target":221},{"source":28,"target":222},{"source":28,"target":223},{"source":217,"target":12},{"source":217,"target":224},{"source":217,"target":28},{"source":224,"target":12},{"source":218,"target":12},{"source":218,"target":225},{"source":218,"target":28},{"source":225,"target":12},{"source":219,"target":226},{"source":219,"target":28},{"source":220,"target":38},{"source":220,"target":227},{"source":220,"target":28},{"source":220,"target":228},{"source":227,"target":38},{"source":221,"target":229},{"source":221,"target":28},{"source":222,"target":1},{"source":222,"target":230},{"source":222,"target":28},{"source":230,"target":1},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":231},{"source":29,"target":232},{"source":231,"target":12},{"source":231,"target":233},{"source":231,"target":29},{"source":233,"target":12},{"source":232,"target":12},{"source":30,"target":0},{"source":30,"target":36},{"source":30,"target":234},{"source":234,"target":36},{"source":31,"target":0},{"source":31,"target":36},{"source":31,"target":235},{"source":31,"target":236},{"source":235,"target":237},{"source":235,"target":31},{"source":236,"target":36},{"source":32,"target":0},{"source":32,"target":5},{"source":32,"target":238},{"source":32,"target":239},{"source":238,"target":240},{"source":238,"target":32},{"source":239,"target":5},{"source":33,"target":0},{"source":33,"target":12},{"source":33,"target":241},{"source":33,"target":242},{"source":33,"target":243},{"source":33,"target":244},{"source":241,"target":12},{"source":241,"target":245},{"source":241,"target":33},{"source":245,"target":12},{"source":242,"target":12},{"source":242,"target":246},{"source":242,"target":33},{"source":246,"target":12},{"source":243,"target":12},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":247,"target":250},{"source":247,"target":34},{"source":248,"target":251},{"source":248,"target":34},{"source":249,"target":12},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":252},{"source":252,"target":33},{"source":36,"target":0},{"source":36,"target":23},{"source":36,"target":253},{"source":253,"target":23},{"source":37,"target":0},{"source":37,"target":5},{"source":37,"target":254},{"source":37,"target":255},{"source":254,"target":256},{"source":254,"target":37},{"source":255,"target":5},{"source":38,"target":0},{"source":38,"target":228},{"source":38,"target":67},{"source":38,"target":257},{"source":228,"target":28},{"source":228,"target":258},{"source":228,"target":38},{"source":228,"target":220},{"source":258,"target":28},{"source":67,"target":2},{"source":67,"target":259},{"source":67,"target":38},{"source":67,"target":57},{"source":259,"target":2},{"source":39,"target":0},{"source":39,"target":12},{"source":39,"target":260},{"source":39,"target":261},{"source":260,"target":262},{"source":260,"target":39},{"source":261,"target":12},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":263},{"source":40,"target":264},{"source":40,"target":265},{"source":40,"target":266},{"source":263,"target":41},{"source":263,"target":267},{"source":263,"target":40},{"source":267,"target":41},{"source":264,"target":47},{"source":264,"target":268},{"source":264,"target":40},{"source":268,"target":47},{"source":265,"target":269},{"source":265,"target":40},{"source":266,"target":2},{"source":41,"target":0},{"source":41,"target":270},{"source":41,"target":116},{"source":41,"target":271},{"source":41,"target":272},{"source":41,"target":273},{"source":270,"target":12},{"source":270,"target":274},{"source":270,"target":41},{"source":274,"target":12},{"source":116,"target":11},{"source":116,"target":275},{"source":116,"target":41},{"source":116,"target":112},{"source":275,"target":11},{"source":271,"target":276},{"source":271,"target":41},{"source":42,"target":0},{"source":42,"target":277},{"source":42,"target":69},{"source":42,"target":278},{"source":277,"target":12},{"source":277,"target":279},{"source":277,"target":42},{"source":279,"target":12},{"source":69,"target":2},{"source":69,"target":280},{"source":69,"target":42},{"source":69,"target":58},{"source":280,"target":2},{"source":43,"target":0},{"source":43,"target":36},{"source":43,"target":281},{"source":43,"target":282},{"source":281,"target":283},{"source":281,"target":43},{"source":282,"target":36},{"source":44,"target":0},{"source":44,"target":23},{"source":44,"target":284},{"source":44,"target":285},{"source":284,"target":45},{"source":284,"target":286},{"source":284,"target":44},{"source":286,"target":45},{"source":285,"target":23},{"source":45,"target":0},{"source":45,"target":49},{"source":45,"target":287},{"source":287,"target":49},{"source":46,"target":0},{"source":46,"target":23},{"source":46,"target":288},{"source":46,"target":289},{"source":46,"target":290},{"source":288,"target":291},{"source":288,"target":46},{"source":289,"target":292},{"source":289,"target":46},{"source":290,"target":23},{"source":47,"target":0},{"source":47,"target":293},{"source":47,"target":294},{"source":47,"target":295},{"source":47,"target":296},{"source":47,"target":297},{"source":293,"target":298},{"source":293,"target":47},{"source":294,"target":11},{"source":294,"target":299},{"source":294,"target":47},{"source":299,"target":11},{"source":295,"target":300},{"source":295,"target":47},{"source":296,"target":12},{"source":296,"target":301},{"source":296,"target":47},{"source":301,"target":12},{"source":48,"target":0},{"source":48,"target":36},{"source":48,"target":302},{"source":302,"target":36},{"source":49,"target":0},{"source":49,"target":303},{"source":49,"target":304},{"source":49,"target":305},{"source":303,"target":12},{"source":303,"target":306},{"source":303,"target":49},{"source":306,"target":12},{"source":304,"target":307},{"source":304,"target":49},{"source":50,"target":0},{"source":50,"target":2},{"source":50,"target":308},{"source":50,"target":309},{"source":308,"target":310},{"source":308,"target":50},{"source":309,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ootDatabase" nsURI="http://www.postfinance.ch/zvis/dsl/OotDatabase" nsPrefix="ootDatabase"> <eClassifiers xsi:type="ecore:EClass" name="DatabaseModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Class" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abbrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Attribut" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PrimaryKey" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//PrimaryKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Index" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//ForeignKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DbClassCodeGenCntrl" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//DbClassCodeGenCntrl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRef" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//PackageRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribut"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Attr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeAdaId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageAdaId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DBNullAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codeGenFlag" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//CodeGenFlag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeGenFlag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ccgFlagActuals" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//CcgFlagActuals" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Attr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ReferencedClassName" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//ReferencedClassName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignAttrs" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//ForeignAttr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencedClassName"> <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="Index"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Attr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignAttr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ReferencedAttrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DbClassCodeGenCntrl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ccgflag" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//Ccgflag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ccgflag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ccgFlagActuals" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//CcgFlagActuals" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CcgFlagActuals"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CcgActualTextLine" upperBound="-1" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//CcgActualTextLine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CcgActualTextLine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ParamName" 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="PackageRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PackageAdaId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SourceToolDbName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PrimCodeGenRef" eType="ecore:EClass platform:/resource/ch.postfinance.zvis.dsl.ootdatabase/src-gen/ch/postfinance/zvis/dsl/OotDatabase.ecore#//PrimCodeGenRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimCodeGenRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DirectorySpec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PackageRelFilespec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/OotDatabase.ecore
ecore
ootDatabase DatabaseModel name classes Class Name abbrName attributes PrimaryKey indices foreignKeys DbClassCodeGenCntrl packageRef Attribut Name attr typeAdaId packageAdaId DBNullAllowed codeGenFlag Attr Name private CodeGenFlag Name ccgFlagActuals PrimaryKey Name attr ForeignKey Name ReferencedClassName foreignAttrs ReferencedClassName Name Index name unique attr ForeignAttr Name ReferencedAttrName DbClassCodeGenCntrl Name ccgflag Ccgflag Name ccgFlagActuals CcgFlagActuals kind CcgActualTextLine CcgActualTextLine ParamName Name PackageRef Name PackageAdaId SourceToolDbName PrimCodeGenRef PrimCodeGenRef DirectorySpec PackageRelFilespec
null
{"directed":true,"nodes":[{"nsPrefix":"ootDatabase","nsURI":"http://www.postfinance.ch/zvis/dsl/OotDatabase","name":"ootDatabase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attr","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeGenFlag","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedClassName","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignAttr","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbClassCodeGenCntrl","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ccgflag","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CcgFlagActuals","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CcgActualTextLine","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimCodeGenRef","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},{"container":false,"ordered":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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abbrName","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":"attributes","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":"PrimaryKey","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":"indices","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":"foreignKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DbClassCodeGenCntrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeAdaId","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":"packageAdaId","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":"DBNullAllowed","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":"codeGenFlag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"Name","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":"private","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","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":"ccgFlagActuals","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ReferencedClassName","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":"foreignAttrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ReferencedAttrName","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ccgflag","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ccgFlagActuals","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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CcgActualTextLine","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":"ParamName","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":"Name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","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":"PackageAdaId","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SourceToolDbName","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":"PrimCodeGenRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DirectorySpec","changeable":true,"lowerBound":0,"iD":false,"id":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":"PackageRelFilespec","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":19},{"source":17,"target":1},{"source":18,"target":20},{"source":18,"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":29},{"source":21,"target":2},{"source":22,"target":30},{"source":22,"target":2},{"source":23,"target":31},{"source":23,"target":2},{"source":24,"target":32},{"source":24,"target":2},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":34},{"source":26,"target":2},{"source":27,"target":35},{"source":27,"target":2},{"source":28,"target":36},{"source":28,"target":2},{"source":3,"target":0},{"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":37,"target":43},{"source":37,"target":3},{"source":38,"target":44},{"source":38,"target":3},{"source":39,"target":45},{"source":39,"target":3},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":47},{"source":41,"target":3},{"source":42,"target":48},{"source":42,"target":3},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":49,"target":51},{"source":49,"target":4},{"source":50,"target":52},{"source":50,"target":4},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":54},{"source":53,"target":55},{"source":53,"target":5},{"source":54,"target":56},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":57,"target":59},{"source":57,"target":6},{"source":58,"target":60},{"source":58,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":64},{"source":61,"target":7},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":66},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":67},{"source":67,"target":68},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":69,"target":72},{"source":69,"target":9},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":10,"target":0},{"source":10,"target":75},{"source":10,"target":76},{"source":75,"target":77},{"source":75,"target":10},{"source":76,"target":78},{"source":76,"target":10},{"source":11,"target":0},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":81},{"source":79,"target":11},{"source":80,"target":82},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":83},{"source":12,"target":84},{"source":83,"target":85},{"source":83,"target":12},{"source":84,"target":86},{"source":84,"target":12},{"source":13,"target":0},{"source":13,"target":87},{"source":13,"target":88},{"source":87,"target":89},{"source":87,"target":13},{"source":88,"target":90},{"source":88,"target":13},{"source":14,"target":0},{"source":14,"target":91},{"source":14,"target":92},{"source":91,"target":93},{"source":91,"target":14},{"source":92,"target":94},{"source":92,"target":14},{"source":15,"target":0},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":95,"target":99},{"source":95,"target":15},{"source":96,"target":100},{"source":96,"target":15},{"source":97,"target":101},{"source":97,"target":15},{"source":98,"target":102},{"source":98,"target":15},{"source":16,"target":0},{"source":16,"target":103},{"source":16,"target":104},{"source":103,"target":105},{"source":103,"target":16},{"source":104,"target":106},{"source":104,"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="uml" nsURI="http://www.ibm.com/ccl/soa/deploy/uml/1.0.0/" nsPrefix="uml"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9; The Topology Definition Model (TDM) defines a core set of concepts to describe&#xD;&#xA;&#x9;&#x9; Enterprise Architectures from the Software Applications down to the hardware &#xD;&#xA;&#x9;&#x9; requirements. The model is inherently extensible, allowing technology specific&#xD;&#xA;&#x9;&#x9; domains to define their own types. At a high level, the model is orgainzed into&#xD;&#xA;&#x9;&#x9; {@link Topology topologies}, which contain {@link Unit}s. A Unit contain &#xD;&#xA;&#x9;&#x9; {@link Capability capabilities}, {@Requirement requirements}, and four types &#xD;&#xA;&#x9;&#x9; of links ({@link DependencyLink dependency links}, {@link HostingLink hosting links},&#xD;&#xA;&#x9;&#x9; {@link ConstraintLink constraint links}, {@link MemberLink member links}. In &#xD;&#xA;&#x9;&#x9; addition, the model defines the notion of {@link Constraint constraints} which &#xD;&#xA;&#x9;&#x9; can be added to Units or Contraint Links in order to describe requirements on &#xD;&#xA;&#x9;&#x9; target application or environment. &#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An object that can be part of a deployable module. See {@link FileArtifact}.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="UMLActor" eSuperTypes="#//UMLElementCapability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;UML Actor capability&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLActor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="leaf"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLActorUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//BaseComponentUnit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLActorUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLComponent" eSuperTypes="#//UMLElementCapability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;UML Component capability&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLComponent"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="leaf"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLDeployRoot"> <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="artifactUmlElement" upperBound="-2" eType="#//UMLElementArtifact" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="artifact.umlElement"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityUmlActor" upperBound="-2" eType="#//UMLActor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.umlActor"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityUmlComponent" upperBound="-2" eType="#//UMLComponent" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.umlComponent"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityUmlInterface" upperBound="-2" eType="#//UMLInterface" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.umlInterface"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityUmlPackageCap" upperBound="-2" eType="#//UMLPackageCap" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.umlPackageCap"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintUmlInteraction" upperBound="-2" eType="#//UMLInteractionConstraint" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="constraint.umlInteraction"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#constraint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitUmlActorUnit" upperBound="-2" eType="#//UMLActorUnit" 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;This is a unit that is Zephyr representation of a UML actor.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.umlActorUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#baseComponent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitUmlInterfaceUnit" upperBound="-2" eType="#//UMLInterfaceUnit" 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;This is a unit that is Zephyr representation of a UML interface.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.umlInterfaceUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitUmlPackageUnit" upperBound="-2" eType="#//UMLPackageUnit" 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;This is a unit that is Zephyr representation of a UML package.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.umlPackageUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLElementArtifact" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Artifact"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An artifact that represents a file resource.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLElementArtifact"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" 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="qualifiedName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" 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="resourceURI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLElementCapability" abstract="true" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//BundleCapability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;UML Element capability&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLElementCapability"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlVisibilityKind" eType="#//UMLVisibilityKind" defaultValueLiteral="public" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="umlVisibilityKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLInteractionConstraint" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Constraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Idenitifies associated UML interaction resources. &#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLInteractionConstraint"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interactionQName" 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="interactionQName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" 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="resourceURI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLInterface" eSuperTypes="#//UMLElementCapability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;UML Interface capability&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLInterface"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="leaf"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLInterfaceUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLInterfaceUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLPackageCap" eSuperTypes="#//UMLElementCapability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;UML Package capability&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLPackageCap"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canonical" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="canonical"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UMLPackageUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLPackageUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UMLVisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This represents the visibility of Zephyr UML elements.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLVisibilityKind"/> </eAnnotations> <eLiterals name="public"/> <eLiterals name="protected" value="1"/> <eLiterals name="private" value="2"/> <eLiterals name="package" value="3"/> <eLiterals name="undefined" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UMLVisibilityKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UMLVisibilityKind:Object"/> <details key="baseType" value="UMLVisibilityKind"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kalapriyakannan/UMLONT/com.ibm.ccl.soa.deploy.uml/models/ecore/uml.ecore
ecore
uml UMLActor abstract false leaf false UMLActorUnit UMLComponent abstract false leaf false UMLDeployRoot mixed xMLNSPrefixMap xSISchemaLocation artifactUmlElement capabilityUmlActor capabilityUmlComponent capabilityUmlInterface capabilityUmlPackageCap constraintUmlInteraction unitUmlActorUnit unitUmlInterfaceUnit unitUmlPackageUnit UMLElementArtifact qualifiedName resourceURI UMLElementCapability umlVisibilityKind public UMLInteractionConstraint interactionQName resourceURI UMLInterface abstract false leaf false UMLInterfaceUnit UMLPackageCap canonical false UMLPackageUnit UMLVisibilityKind public public protected protected private private package package undefined undefined UMLVisibilityKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator
null
{"directed":true,"nodes":[{"nsPrefix":"uml","nsURI":"http://www.ibm.com/ccl/soa/deploy/uml/1.0.0/","name":"uml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLActor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLActorUnit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLComponent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLDeployRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLElementArtifact","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLElementCapability","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLInteractionConstraint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLInterface","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLInterfaceUnit","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLPackageCap","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLPackageUnit","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UMLVisibilityKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"UMLVisibilityKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":14,"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":"leaf","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"leaf","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"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":"artifactUmlElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"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":"capabilityUmlActor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"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":"capabilityUmlComponent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"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":"capabilityUmlInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"capabilityUmlPackageCap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"constraintUmlInteraction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"unitUmlActorUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"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":"unitUmlInterfaceUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"unitUmlPackageUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"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"},{"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":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":"resourceURI","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":true,"transient":false,"unique":true,"name":"umlVisibilityKind","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":"interactionQName","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":"resourceURI","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"leaf","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"canonical","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"name":"public","id":72,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":73,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":74,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"package","id":75,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"name":"undefined","id":76,"value":4,"literal":"undefined","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":17},{"source":14,"target":1},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":6},{"source":2,"target":0},{"source":2,"target":19},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":23},{"source":20,"target":3},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":6},{"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":4,"target":36},{"source":25,"target":37},{"source":25,"target":4},{"source":26,"target":38},{"source":26,"target":4},{"source":27,"target":39},{"source":27,"target":4},{"source":28,"target":5},{"source":28,"target":40},{"source":28,"target":4},{"source":40,"target":5},{"source":29,"target":1},{"source":29,"target":41},{"source":29,"target":4},{"source":41,"target":1},{"source":30,"target":3},{"source":30,"target":42},{"source":30,"target":4},{"source":42,"target":3},{"source":31,"target":8},{"source":31,"target":43},{"source":31,"target":4},{"source":43,"target":8},{"source":32,"target":10},{"source":32,"target":44},{"source":32,"target":4},{"source":44,"target":10},{"source":33,"target":7},{"source":33,"target":45},{"source":33,"target":4},{"source":45,"target":7},{"source":34,"target":2},{"source":34,"target":46},{"source":34,"target":4},{"source":46,"target":2},{"source":35,"target":9},{"source":35,"target":47},{"source":35,"target":4},{"source":47,"target":9},{"source":36,"target":11},{"source":36,"target":48},{"source":36,"target":4},{"source":48,"target":11},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":49,"target":52},{"source":49,"target":5},{"source":50,"target":53},{"source":50,"target":5},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":12},{"source":54,"target":56},{"source":54,"target":6},{"source":56,"target":12},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":57,"target":60},{"source":57,"target":7},{"source":58,"target":61},{"source":58,"target":7},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":6},{"source":9,"target":0},{"source":9,"target":67},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":6},{"source":11,"target":0},{"source":11,"target":71},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":72,"target":12},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":13,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fM" nsURI="http://www.xtext.org/FM" nsPrefix="fM"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" eType="#//FeatureDiagram" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" eType="#//Constraints" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureDiagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Child" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Child"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Leaf" eSuperTypes="#//Child"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Child"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="open_relation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Child" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="close_relation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraints"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleElement" eSuperTypes="#//Formula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="open_operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left_side" eType="#//Var" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right_side" eType="#//Var" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="close_operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formula"/> <eClassifiers xsi:type="ecore:EClass" name="Var" eSuperTypes="#//Formula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/said026/dsl-project/dslProject/model/generated/FM.ecore
ecore
fM FeatureModel diagram constraints FeatureDiagram root Child mandatory name Leaf Node open_relation children close_relation Constraints rules Rule elements RuleElement open_operator left_side right_side close_operator Formula Var not name
null
{"directed":true,"nodes":[{"nsPrefix":"fM","nsURI":"http://www.xtext.org/FM","name":"fM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leaf","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraints","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"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":"mandatory","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"open_relation","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":"children","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":"close_relation","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"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":"open_operator","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left_side","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right_side","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":"close_operator","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":12,"target":6},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":6},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":3},{"source":15,"target":16},{"source":15,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":19},{"source":17,"target":3},{"source":18,"target":20},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":21},{"source":21,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":22,"target":26},{"source":22,"target":5},{"source":23,"target":3},{"source":23,"target":27},{"source":23,"target":5},{"source":27,"target":3},{"source":24,"target":28},{"source":24,"target":5},{"source":25,"target":3},{"source":6,"target":0},{"source":6,"target":29},{"source":29,"target":7},{"source":29,"target":30},{"source":29,"target":6},{"source":30,"target":7},{"source":7,"target":0},{"source":7,"target":31},{"source":31,"target":9},{"source":31,"target":32},{"source":31,"target":7},{"source":32,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":33,"target":38},{"source":33,"target":8},{"source":34,"target":10},{"source":34,"target":39},{"source":34,"target":8},{"source":39,"target":10},{"source":35,"target":10},{"source":35,"target":40},{"source":35,"target":8},{"source":40,"target":10},{"source":36,"target":41},{"source":36,"target":8},{"source":37,"target":9},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":42},{"source":10,"target":43},{"source":10,"target":44},{"source":42,"target":45},{"source":42,"target":10},{"source":43,"target":46},{"source":43,"target":10},{"source":44,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="profile" nsURI="https://www.eclipse.org/papyrus/datavisualization/1.0.0" nsPrefix="visualization"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="DataVisualizationProfile"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DataSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_DataType" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="series" ordered="false" upperBound="-1" eType="#//ValueSeries" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSeries"> <eOperations name="getSize" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getStringValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="index" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryString" ordered="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependent" ordered="false" eType="#//ValueSeries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringSeries" eSuperTypes="#//ValueSeries"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleSeries" eSuperTypes="#//ValueSeries"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerSeries" eSuperTypes="#//ValueSeries"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanSeries" eSuperTypes="#//ValueSeries"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/megamart2/org.eclipse.papyrus-moka/bundles/core/tools/visualization/org.eclipse.papyrus.moka.datavisualization/profile/profile.ecore
ecore
profile DataSource base_DataType series ValueSeries getSize getStringValue index binaryString base_Property dependent StringSeries values DoubleSeries values IntegerSeries values BooleanSeries values
null
{"directed":true,"nodes":[{"nsPrefix":"visualization","nsURI":"https://www.eclipse.org/papyrus/datavisualization/1.0.0","name":"profile","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSeries","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringSeries","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleSeries","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerSeries","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanSeries","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_DataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"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":"series","changeable":false,"resolveProxies":true,"lowerBound":0,"id":8,"derived":true},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getSize","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getStringValue","lowerBound":1,"id":12,"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":"binaryString","changeable":true,"lowerBound":1,"iD":false,"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":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"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":"dependent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"index","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":9},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":11,"target":16},{"source":11,"target":2},{"source":12,"target":17},{"source":12,"target":2},{"source":12,"target":18},{"source":18,"target":19},{"source":18,"target":12},{"source":13,"target":20},{"source":13,"target":2},{"source":14,"target":21},{"source":14,"target":2},{"source":15,"target":2},{"source":15,"target":22},{"source":15,"target":2},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":28},{"source":26,"target":4},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":30,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="leagueOfLegends" nsURI="https://tdt4250/project/leagueOfLegends" nsPrefix="tdt4250.project.leagueOfLegends"> <eClassifiers xsi:type="ecore:EClass" name="League"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotNull validNumberOfSeasons validNumberOfTeams validNumberOfChampions uniqueTeamNames uniqueChampionNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leagueStats" eType="#//LeagueStats" containment="true" eOpposite="#//LeagueStats/league"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teams" upperBound="-1" eType="#//Team" containment="true" eOpposite="#//Team/league"/> <eStructuralFeatures xsi:type="ecore:EReference" name="seasons" upperBound="-1" eType="#//Season" containment="true" eOpposite="#//Season/league"/> <eStructuralFeatures xsi:type="ecore:EReference" name="champions" upperBound="-1" eType="#//Champion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Champion"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotNull"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="championStat" eType="#//ChampionsStats" containment="true" eOpposite="#//ChampionsStats/champion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Team"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="validNumberOfTeamMembers nameNotNull leagueNotNull filledAllPositions uniquePlayerNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="league" lowerBound="1" eType="#//League" eOpposite="#//League/teams"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" lowerBound="5" upperBound="-1" eType="#//Player" containment="true" eOpposite="#//Player/team"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winLossRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teamStats" eType="#//TeamStats" containment="true" eOpposite="#//TeamStats/team"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotNull teamNotNull validPosition"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="championPool" upperBound="-1" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerStats" lowerBound="1" eType="#//PlayerStats" containment="true" eOpposite="#//PlayerStats/player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="team" lowerBound="1" eType="#//Team" eOpposite="#//Team/player"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlayerStats"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gamesPlayed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="careerKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="careerDeaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="careerAssist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="killDeathAssistRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winLoseRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" lowerBound="1" eType="#//Player" eOpposite="#//Player/playerStats"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="careerGameWins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="careerMatchWins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Match"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="seasonNotNull validNumberOfTeams winnerNotNull validNumberOfGames validWinnerTeam"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="games" lowerBound="1" upperBound="-1" eType="#//Game" containment="true" eOpposite="#//Game/match"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bestOF" eType="#//BestOf"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="score" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teams" upperBound="2" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="week" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="winner" lowerBound="1" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EReference" name="season" lowerBound="1" eType="#//Season" eOpposite="#//Season/matches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Game"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="blueTeamNotNull redTeamNotNull validGameID validWinningSide winnerTeamNotNull"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gameID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gameStats" lowerBound="1" eType="#//GameStats" containment="true" eOpposite="#//GameStats/game"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redTeam" lowerBound="1" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blueTeam" lowerBound="1" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gameTeamStat" lowerBound="2" upperBound="2" eType="#//GameTeamStats" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gamePlayerStats" upperBound="-1" eType="#//GamePlayerStats" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winningSide" eType="#//Side"/> <eStructuralFeatures xsi:type="ecore:EReference" name="winningTeam" lowerBound="1" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" lowerBound="1" eType="#//Match" eOpposite="#//Match/games"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GameTeamStats"> <eStructuralFeatures xsi:type="ecore:EReference" name="team" lowerBound="1" eType="#//Team"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalDeaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalAssist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalGolds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalWards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalWardsKilled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalVisionWards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalMinionKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalMonsterKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="teamBaronKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="teamSide" eType="#//Side"/> <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="GamePlayerStats"> <eStructuralFeatures xsi:type="ecore:EReference" name="player" lowerBound="1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="golds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wardsKilled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visionWards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minionKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="monsterKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="champion" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BestOf"> <eLiterals name="QF" value="5" literal="QF"/> <eLiterals name="F" value="5"/> <eLiterals name="SF" value="5" literal="SF"/> <eLiterals name="Regular" value="1" literal="Regular"/> <eLiterals name="R1" value="5"/> <eLiterals name="R2" value="5"/> <eLiterals name="R3" value="5"/> <eLiterals name="_3p" value="5" literal="_3p"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Position"> <eLiterals name="middle"/> <eLiterals name="top" value="1"/> <eLiterals name="jungle" value="2"/> <eLiterals name="adc" value="3"/> <eLiterals name="support" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Side"> <eLiterals name="red"/> <eLiterals name="blue" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Season"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="validSplitName leagueNotNull atleastOneMatchPerSeason"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SplitName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matches" lowerBound="1" upperBound="-1" eType="#//Match" containment="true" eOpposite="#//Match/season"/> <eStructuralFeatures xsi:type="ecore:EReference" name="league" lowerBound="1" eType="#//League" eOpposite="#//League/seasons"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitType" eType="#//SplitType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GameStats"> <eStructuralFeatures xsi:type="ecore:EReference" name="game" lowerBound="1" eType="#//Game" eOpposite="#//Game/gameStats"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winner" eType="#//Side"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalDeaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalAssist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalGolds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalWards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalWardsKilled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalVisionWards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalMinionKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalMonsterKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="teamBaronKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SplitType"> <eLiterals name="regular" literal="regular"/> <eLiterals name="playoff" value="1"/> <eLiterals name="regionals" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChampionsStats"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gamesPlayed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalKills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalDeaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalAssist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="killDeathAssistRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="champion" lowerBound="1" eType="#//Champion" eOpposite="#//Champion/championStat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winLoseRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamStats"> <eStructuralFeatures xsi:type="ecore:EReference" name="team" lowerBound="1" eType="#//Team" eOpposite="#//Team/teamStats"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gamesPlayed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="killDeathAssistRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winLoseRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gameWins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchWins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tournamentWins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tournamentSecondPlaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tournamentThridPlaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithMostKills" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithMostDeaths" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithMostAssists" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithHighestKda" eType="#//Player"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeagueStats"> <eStructuralFeatures xsi:type="ecore:EReference" name="league" lowerBound="1" eType="#//League" eOpposite="#//League/leagueStats"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kills" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deaths" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithMostKills" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithMostDeaths" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithMostAssists" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerWithHighestKda" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="championWithMostKills" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="championWithMostDeaths" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="championWithMostAssists" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="championWithHighestKda" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mostBannedChampion" lowerBound="1" eType="#//Champion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leastBannedChampion" lowerBound="1" eType="#//Champion"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rsb0/TDT4250_LeagueOfLegends/tdt4250.project.LeagueOfLegends/model/tdt4250.project.LeagueOfLegends.ecore
ecore
leagueOfLegends League name leagueStats teams seasons champions Champion name championStat Team name league player winLossRatio teamStats Player name position championPool playerStats team PlayerStats gamesPlayed careerKills careerDeaths careerAssist killDeathAssistRatio winLoseRatio player careerGameWins careerMatchWins Match games DisplayName matchID bestOF score teams week winner season Game gameID gameStats redTeam blueTeam gameTeamStat gamePlayerStats winningSide winningTeam match GameTeamStats team totalKills totalDeaths totalAssist totalGolds totalWards totalWardsKilled totalVisionWards totalMinionKills totalMonsterKills teamBaronKills teamSide name GamePlayerStats player kills deaths assist golds wards wardsKilled visionWards minionKills monsterKills champion name BestOf QF QF F F SF SF Regular Regular R1 R1 R2 R2 R3 R3 _3p _3p Position middle middle top top jungle jungle adc adc support support Side red red blue blue Season SplitName matches league splitType GameStats game duration winner totalKills totalDeaths totalAssist totalGolds totalWards totalWardsKilled totalVisionWards totalMinionKills totalMonsterKills teamBaronKills name SplitType regular regular playoff playoff regionals regionals ChampionsStats gamesPlayed totalKills totalDeaths totalAssist killDeathAssistRatio champion bans wins winLoseRatio TeamStats team gamesPlayed kills deaths assists killDeathAssistRatio winLoseRatio gameWins matchWins tournamentWins tournamentSecondPlaces tournamentThridPlaces playerWithMostKills playerWithMostDeaths playerWithMostAssists playerWithHighestKda LeagueStats league kills deaths assists playerWithMostKills playerWithMostDeaths playerWithMostAssists playerWithHighestKda championWithMostKills championWithMostDeaths championWithMostAssists championWithHighestKda mostBannedChampion leastBannedChampion
null
{"directed":true,"nodes":[{"nsPrefix":"tdt4250.project.leagueOfLegends","nsURI":"https://tdt4250/project/leagueOfLegends","name":"leagueOfLegends","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"League","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Champion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Team","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlayerStats","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Game","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GameTeamStats","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GamePlayerStats","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BestOf","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Position","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Side","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Season","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GameStats","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SplitType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChampionsStats","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamStats","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeagueStats","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leagueStats","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":"teams","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":"seasons","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":"champions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"league","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"league","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"league","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"championStat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"champion","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":"player","changeable":true,"resolveProxies":true,"lowerBound":5,"id":38,"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":"winLossRatio","changeable":true,"lowerBound":0,"iD":false,"id":39,"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":"teamStats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"team","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"team","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"championPool","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"playerStats","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":"player","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamesPlayed","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"careerKills","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"careerDeaths","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"careerAssist","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"killDeathAssistRatio","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"winLoseRatio","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":"careerGameWins","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"careerMatchWins","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"games","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"DisplayName","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":"matchID","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bestOF","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":"score","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"week","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"winner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"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":"season","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"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":"matches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gameID","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gameStats","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":"redTeam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blueTeam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gameTeamStat","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"gamePlayerStats","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"winningSide","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"winningTeam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"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":"game","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"team","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalKills","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalDeaths","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalAssist","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalGolds","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalWards","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":"totalWardsKilled","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalVisionWards","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalMinionKills","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalMonsterKills","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"teamBaronKills","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"teamSide","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kills","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deaths","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assist","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":"golds","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wards","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wardsKilled","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visionWards","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minionKills","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"monsterKills","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"champion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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"},{"name":"QF","id":163,"value":5,"literal":"QF","eClass":"EEnumLiteral"},{"name":"F","id":164,"value":5,"literal":"F","eClass":"EEnumLiteral"},{"name":"SF","id":165,"value":5,"literal":"SF","eClass":"EEnumLiteral"},{"name":"Regular","id":166,"value":1,"literal":"Regular","eClass":"EEnumLiteral"},{"name":"R1","id":167,"value":5,"literal":"R1","eClass":"EEnumLiteral"},{"name":"R2","id":168,"value":5,"literal":"R2","eClass":"EEnumLiteral"},{"name":"R3","id":169,"value":5,"literal":"R3","eClass":"EEnumLiteral"},{"name":"_3p","id":170,"value":5,"literal":"_3p","eClass":"EEnumLiteral"},{"name":"middle","id":171,"value":0,"literal":"middle","eClass":"EEnumLiteral"},{"name":"top","id":172,"value":1,"literal":"top","eClass":"EEnumLiteral"},{"name":"jungle","id":173,"value":2,"literal":"jungle","eClass":"EEnumLiteral"},{"name":"adc","id":174,"value":3,"literal":"adc","eClass":"EEnumLiteral"},{"name":"support","id":175,"value":4,"literal":"support","eClass":"EEnumLiteral"},{"name":"red","id":176,"value":0,"literal":"red","eClass":"EEnumLiteral"},{"name":"blue","id":177,"value":1,"literal":"blue","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":"SplitName","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"splitType","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"winner","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalKills","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalDeaths","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalAssist","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalGolds","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalWards","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalWardsKilled","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalVisionWards","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalMinionKills","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalMonsterKills","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"teamBaronKills","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":"name","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"},{"name":"regular","id":211,"value":0,"literal":"regular","eClass":"EEnumLiteral"},{"name":"playoff","id":212,"value":1,"literal":"playoff","eClass":"EEnumLiteral"},{"name":"regionals","id":213,"value":2,"literal":"regionals","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamesPlayed","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalKills","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalDeaths","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalAssist","changeable":true,"lowerBound":0,"iD":false,"id":217,"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":"killDeathAssistRatio","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bans","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wins","changeable":true,"lowerBound":0,"iD":false,"id":220,"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":"winLoseRatio","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"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":"gamesPlayed","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kills","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deaths","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assists","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"killDeathAssistRatio","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"winLoseRatio","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gameWins","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matchWins","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tournamentWins","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tournamentSecondPlaces","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tournamentThridPlaces","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithMostKills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithMostDeaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithMostAssists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithHighestKda","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kills","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deaths","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assists","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithMostKills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithMostDeaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithMostAssists","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":false,"unsettable":false,"transient":false,"unique":true,"name":"playerWithHighestKda","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"championWithMostKills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"championWithMostDeaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"championWithMostAssists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"championWithHighestKda","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mostBannedChampion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leastBannedChampion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":18},{"source":20,"target":25},{"source":20,"target":1},{"source":20,"target":26},{"source":25,"target":18},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":1},{"source":21,"target":28},{"source":27,"target":3},{"source":22,"target":13},{"source":22,"target":29},{"source":22,"target":1},{"source":22,"target":30},{"source":29,"target":13},{"source":23,"target":2},{"source":23,"target":31},{"source":23,"target":1},{"source":31,"target":2},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":32,"target":34},{"source":32,"target":2},{"source":33,"target":16},{"source":33,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":35,"target":16},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":28},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":37,"target":41},{"source":37,"target":3},{"source":28,"target":1},{"source":28,"target":42},{"source":28,"target":3},{"source":28,"target":21},{"source":42,"target":1},{"source":38,"target":4},{"source":38,"target":43},{"source":38,"target":3},{"source":38,"target":44},{"source":43,"target":4},{"source":39,"target":45},{"source":39,"target":3},{"source":40,"target":17},{"source":40,"target":46},{"source":40,"target":3},{"source":40,"target":47},{"source":46,"target":17},{"source":4,"target":0},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":44},{"source":48,"target":52},{"source":48,"target":4},{"source":49,"target":11},{"source":49,"target":53},{"source":49,"target":4},{"source":53,"target":11},{"source":50,"target":2},{"source":50,"target":54},{"source":50,"target":4},{"source":54,"target":2},{"source":51,"target":5},{"source":51,"target":55},{"source":51,"target":4},{"source":51,"target":56},{"source":55,"target":5},{"source":44,"target":3},{"source":44,"target":57},{"source":44,"target":4},{"source":44,"target":38},{"source":57,"target":3},{"source":5,"target":0},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":56},{"source":5,"target":64},{"source":5,"target":65},{"source":58,"target":66},{"source":58,"target":5},{"source":59,"target":67},{"source":59,"target":5},{"source":60,"target":68},{"source":60,"target":5},{"source":61,"target":69},{"source":61,"target":5},{"source":62,"target":70},{"source":62,"target":5},{"source":63,"target":71},{"source":63,"target":5},{"source":56,"target":4},{"source":56,"target":72},{"source":56,"target":5},{"source":56,"target":51},{"source":72,"target":4},{"source":64,"target":73},{"source":64,"target":5},{"source":65,"target":74},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":75,"target":7},{"source":75,"target":84},{"source":75,"target":6},{"source":75,"target":85},{"source":84,"target":7},{"source":76,"target":86},{"source":76,"target":6},{"source":77,"target":87},{"source":77,"target":6},{"source":78,"target":10},{"source":78,"target":88},{"source":78,"target":6},{"source":88,"target":10},{"source":79,"target":89},{"source":79,"target":6},{"source":80,"target":3},{"source":80,"target":90},{"source":80,"target":6},{"source":90,"target":3},{"source":81,"target":91},{"source":81,"target":6},{"source":82,"target":3},{"source":82,"target":92},{"source":82,"target":6},{"source":92,"target":3},{"source":83,"target":13},{"source":83,"target":93},{"source":83,"target":6},{"source":83,"target":94},{"source":93,"target":13},{"source":7,"target":0},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":85},{"source":95,"target":103},{"source":95,"target":7},{"source":96,"target":14},{"source":96,"target":104},{"source":96,"target":7},{"source":96,"target":105},{"source":104,"target":14},{"source":97,"target":3},{"source":97,"target":106},{"source":97,"target":7},{"source":106,"target":3},{"source":98,"target":3},{"source":98,"target":107},{"source":98,"target":7},{"source":107,"target":3},{"source":99,"target":8},{"source":99,"target":108},{"source":99,"target":7},{"source":108,"target":8},{"source":100,"target":9},{"source":100,"target":109},{"source":100,"target":7},{"source":109,"target":9},{"source":101,"target":12},{"source":101,"target":110},{"source":101,"target":7},{"source":110,"target":12},{"source":102,"target":3},{"source":102,"target":111},{"source":102,"target":7},{"source":111,"target":3},{"source":85,"target":6},{"source":85,"target":112},{"source":85,"target":7},{"source":85,"target":75},{"source":112,"target":6},{"source":8,"target":0},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":113,"target":3},{"source":113,"target":126},{"source":113,"target":8},{"source":126,"target":3},{"source":114,"target":127},{"source":114,"target":8},{"source":115,"target":128},{"source":115,"target":8},{"source":116,"target":129},{"source":116,"target":8},{"source":117,"target":130},{"source":117,"target":8},{"source":118,"target":131},{"source":118,"target":8},{"source":119,"target":132},{"source":119,"target":8},{"source":120,"target":133},{"source":120,"target":8},{"source":121,"target":134},{"source":121,"target":8},{"source":122,"target":135},{"source":122,"target":8},{"source":123,"target":136},{"source":123,"target":8},{"source":124,"target":12},{"source":124,"target":137},{"source":124,"target":8},{"source":137,"target":12},{"source":125,"target":138},{"source":125,"target":8},{"source":9,"target":0},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":139,"target":4},{"source":139,"target":151},{"source":139,"target":9},{"source":151,"target":4},{"source":140,"target":152},{"source":140,"target":9},{"source":141,"target":153},{"source":141,"target":9},{"source":142,"target":154},{"source":142,"target":9},{"source":143,"target":155},{"source":143,"target":9},{"source":144,"target":156},{"source":144,"target":9},{"source":145,"target":157},{"source":145,"target":9},{"source":146,"target":158},{"source":146,"target":9},{"source":147,"target":159},{"source":147,"target":9},{"source":148,"target":160},{"source":148,"target":9},{"source":149,"target":2},{"source":149,"target":161},{"source":149,"target":9},{"source":161,"target":2},{"source":150,"target":162},{"source":150,"target":9},{"source":10,"target":0},{"source":10,"target":163},{"source":10,"target":164},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":163,"target":10},{"source":164,"target":10},{"source":165,"target":10},{"source":166,"target":10},{"source":167,"target":10},{"source":168,"target":10},{"source":169,"target":10},{"source":170,"target":10},{"source":11,"target":0},{"source":11,"target":171},{"source":11,"target":172},{"source":11,"target":173},{"source":11,"target":174},{"source":11,"target":175},{"source":171,"target":11},{"source":172,"target":11},{"source":173,"target":11},{"source":174,"target":11},{"source":175,"target":11},{"source":12,"target":0},{"source":12,"target":176},{"source":12,"target":177},{"source":176,"target":12},{"source":177,"target":12},{"source":13,"target":0},{"source":13,"target":178},{"source":13,"target":94},{"source":13,"target":30},{"source":13,"target":179},{"source":178,"target":180},{"source":178,"target":13},{"source":94,"target":6},{"source":94,"target":181},{"source":94,"target":13},{"source":94,"target":83},{"source":181,"target":6},{"source":30,"target":1},{"source":30,"target":182},{"source":30,"target":13},{"source":30,"target":22},{"source":182,"target":1},{"source":179,"target":15},{"source":179,"target":183},{"source":179,"target":13},{"source":183,"target":15},{"source":14,"target":0},{"source":14,"target":105},{"source":14,"target":184},{"source":14,"target":185},{"source":14,"target":186},{"source":14,"target":187},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":14,"target":196},{"source":105,"target":7},{"source":105,"target":197},{"source":105,"target":14},{"source":105,"target":96},{"source":197,"target":7},{"source":184,"target":198},{"source":184,"target":14},{"source":185,"target":12},{"source":185,"target":199},{"source":185,"target":14},{"source":199,"target":12},{"source":186,"target":200},{"source":186,"target":14},{"source":187,"target":201},{"source":187,"target":14},{"source":188,"target":202},{"source":188,"target":14},{"source":189,"target":203},{"source":189,"target":14},{"source":190,"target":204},{"source":190,"target":14},{"source":191,"target":205},{"source":191,"target":14},{"source":192,"target":206},{"source":192,"target":14},{"source":193,"target":207},{"source":193,"target":14},{"source":194,"target":208},{"source":194,"target":14},{"source":195,"target":209},{"source":195,"target":14},{"source":196,"target":210},{"source":196,"target":14},{"source":15,"target":0},{"source":15,"target":211},{"source":15,"target":212},{"source":15,"target":213},{"source":211,"target":15},{"source":212,"target":15},{"source":213,"target":15},{"source":16,"target":0},{"source":16,"target":214},{"source":16,"target":215},{"source":16,"target":216},{"source":16,"target":217},{"source":16,"target":218},{"source":16,"target":36},{"source":16,"target":219},{"source":16,"target":220},{"source":16,"target":221},{"source":214,"target":222},{"source":214,"target":16},{"source":215,"target":223},{"source":215,"target":16},{"source":216,"target":224},{"source":216,"target":16},{"source":217,"target":225},{"source":217,"target":16},{"source":218,"target":226},{"source":218,"target":16},{"source":36,"target":2},{"source":36,"target":227},{"source":36,"target":16},{"source":36,"target":33},{"source":227,"target":2},{"source":219,"target":228},{"source":219,"target":16},{"source":220,"target":229},{"source":220,"target":16},{"source":221,"target":230},{"source":221,"target":16},{"source":17,"target":0},{"source":17,"target":47},{"source":17,"target":231},{"source":17,"target":232},{"source":17,"target":233},{"source":17,"target":234},{"source":17,"target":235},{"source":17,"target":236},{"source":17,"target":237},{"source":17,"target":238},{"source":17,"target":239},{"source":17,"target":240},{"source":17,"target":241},{"source":17,"target":242},{"source":17,"target":243},{"source":17,"target":244},{"source":17,"target":245},{"source":47,"target":3},{"source":47,"target":246},{"source":47,"target":17},{"source":47,"target":40},{"source":246,"target":3},{"source":231,"target":247},{"source":231,"target":17},{"source":232,"target":248},{"source":232,"target":17},{"source":233,"target":249},{"source":233,"target":17},{"source":234,"target":250},{"source":234,"target":17},{"source":235,"target":251},{"source":235,"target":17},{"source":236,"target":252},{"source":236,"target":17},{"source":237,"target":253},{"source":237,"target":17},{"source":238,"target":254},{"source":238,"target":17},{"source":239,"target":255},{"source":239,"target":17},{"source":240,"target":256},{"source":240,"target":17},{"source":241,"target":257},{"source":241,"target":17},{"source":242,"target":4},{"source":242,"target":258},{"source":242,"target":17},{"source":258,"target":4},{"source":243,"target":4},{"source":243,"target":259},{"source":243,"target":17},{"source":259,"target":4},{"source":244,"target":4},{"source":244,"target":260},{"source":244,"target":17},{"source":260,"target":4},{"source":245,"target":4},{"source":245,"target":261},{"source":245,"target":17},{"source":261,"target":4},{"source":18,"target":0},{"source":18,"target":26},{"source":18,"target":262},{"source":18,"target":263},{"source":18,"target":264},{"source":18,"target":265},{"source":18,"target":266},{"source":18,"target":267},{"source":18,"target":268},{"source":18,"target":269},{"source":18,"target":270},{"source":18,"target":271},{"source":18,"target":272},{"source":18,"target":273},{"source":18,"target":274},{"source":26,"target":1},{"source":26,"target":275},{"source":26,"target":18},{"source":26,"target":20},{"source":275,"target":1},{"source":262,"target":276},{"source":262,"target":18},{"source":263,"target":277},{"source":263,"target":18},{"source":264,"target":278},{"source":264,"target":18},{"source":265,"target":4},{"source":265,"target":279},{"source":265,"target":18},{"source":279,"target":4},{"source":266,"target":4},{"source":266,"target":280},{"source":266,"target":18},{"source":280,"target":4},{"source":267,"target":4},{"source":267,"target":281},{"source":267,"target":18},{"source":281,"target":4},{"source":268,"target":4},{"source":268,"target":282},{"source":268,"target":18},{"source":282,"target":4},{"source":269,"target":2},{"source":269,"target":283},{"source":269,"target":18},{"source":283,"target":2},{"source":270,"target":2},{"source":270,"target":284},{"source":270,"target":18},{"source":284,"target":2},{"source":271,"target":2},{"source":271,"target":285},{"source":271,"target":18},{"source":285,"target":2},{"source":272,"target":2},{"source":272,"target":286},{"source":272,"target":18},{"source":286,"target":2},{"source":273,"target":2},{"source":273,"target":287},{"source":273,"target":18},{"source":287,"target":2},{"source":274,"target":2},{"source":274,"target":288},{"source":274,"target":18},{"source":288,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="caex_wao_300" nsURI="/ModelingQueryLanguage/model/caex_wao_300.ecore" nsPrefix="caex_wao_300"> <eClassifiers xsi:type="ecore:EDataType" name="AttributeDataType" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeFamily" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeNameMapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleAttributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemUnitAttributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleAttribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitAttribute" lowerBound="1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refSemantic" upperBound="-1" eType="#//RefSemantic" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" upperBound="-1" eType="#//AttributeValueRequirement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDataType" eType="#//AttributeDataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refAttributeType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeType" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueRequirement" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="ordinalScaledType" eType="#//OrdinalScaledType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nominalScaledType" eType="#//NominalScaledType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unknownType" eType="#//UnknownType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode" defaultValueLiteral="state" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version"/> <eStructuralFeatures xsi:type="ecore:EReference" name="revision" upperBound="-1" eType="#//Revision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="#//Copyright"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalInformation" eType="#//AdditionalInformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXFile" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superiorStandardVersion" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDocumentInformation" lowerBound="1" upperBound="-1" eType="#//SourceDocumentInformation" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" upperBound="-1" eType="#//ExternalReferenceType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceHierarchy" upperBound="-1" eType="#//InstanceHierarchy" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClassLib" upperBound="-1" eType="#//InterfaceClassLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClassLib" upperBound="-1" eType="#//RoleClassLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClassLib" upperBound="-1" eType="#//SystemUnitClassLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeTypeLib" upperBound="-1" eType="#//AttributeLib" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaVersion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="3.00" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXObject" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChangeMode"> <eLiterals name="state"/> <eLiterals name="create" value="1"/> <eLiterals name="delete" value="2"/> <eLiterals name="change" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ChangeModeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"/> <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"/> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cAEXFile" upperBound="-2" eType="#//CAEXFile" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalInterface" eSuperTypes="#//InterfaceClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalReferenceType" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceHierarchy" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="internalElement" upperBound="-1" eType="#//InternalElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClass" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceClass" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" eType="#//InterfaceClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClass" upperBound="-1" eType="#//InterfaceClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceFamily" eSuperTypes="#//InterfaceClass"/> <eClassifiers xsi:type="ecore:EClass" name="InterfaceIDMapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleInterfaceID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemUnitInterfaceID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleInterface" lowerBound="1" eType="#//ExternalInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitInterface" lowerBound="1" eType="#//ExternalInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalElement" eSuperTypes="#//SystemUnitClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleRequirements" upperBound="-1" eType="#//RoleRequirements" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseSystemUnitPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseSystemUnit" eType="#//SystemUnitClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalLink" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refPartnerSideA" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refPartnerSideB" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerSideA" lowerBound="1" eType="#//ExternalInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerSideB" lowerBound="1" eType="#//ExternalInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeNameMapping" upperBound="-1" eType="#//AttributeNameMapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceIDMapping" upperBound="-1" eType="#//InterfaceIDMapping" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NominalScaledType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinalScaledType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMaxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMinValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefSemantic" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correspondingAttributePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" upperBound="-1" eType="#//RoleClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleClass" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//ExternalInterface" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" eType="#//RoleClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" upperBound="-1" eType="#//RoleClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleFamily" eSuperTypes="#//RoleClass"/> <eClassifiers xsi:type="ecore:EClass" name="RoleRequirements" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingObject" eType="#//Mapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" lowerBound="1" eType="#//RoleClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceDocumentInformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastWritingDateTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originProjectID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originProjectTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originRelease" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originVendor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originVendorURL" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originVersion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportedRoleClass" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingObject" eType="#//Mapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refRoleClassPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" lowerBound="1" eType="#//RoleClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClass" upperBound="-1" eType="#//SystemUnitClass" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitClass" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="3" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalElement" upperBound="-1" eType="#//InternalElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supportedRoleClass" upperBound="-1" eType="#//SupportedRoleClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalLink" upperBound="-1" eType="#//InternalLink" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" eType="#//SystemUnitClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClass" upperBound="-1" eType="#//SystemUnitClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitFamily" eSuperTypes="#//SystemUnitClass"/> <eClassifiers xsi:type="ecore:EClass" name="UnknownType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requirements" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copyright"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Revision" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalInformation" eSuperTypes="#//GenericElement"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <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="kind" value="elementOnly"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericElement" eSuperTypes="#//Element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedElements" upperBound="-1" eType="#//GenericElement" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//GenericAttribute" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFeatureMap" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" transient="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":0"/> <details key="wildcards" value="##any"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeFeatureMap" 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="name" value=":1"/> <details key="wildcards" value="##any"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAttribute" eSuperTypes="#//Element"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Racheast/AE_MQL/AE_MQL_WS/Ecore Files/caex_wao_300_modified_old.ecore
ecore
caex_wao_300 AttributeDataType java.lang.String java.lang.String AttributeFamily AttributeNameMapping roleAttributeName systemUnitAttributeName roleAttribute systemUnitAttribute Attribute defaultValue value refSemantic constraint attribute attributeDataType refAttributeType unit AttributeLib attributeType AttributeValueRequirement ordinalScaledType nominalScaledType unknownType name CAEXBasicObject changeMode state description version revision copyright additionalInformation CAEXFile superiorStandardVersion sourceDocumentInformation externalReference instanceHierarchy interfaceClassLib roleClassLib systemUnitClassLib attributeTypeLib fileName schemaVersion 3.00 CAEXObject iD name ChangeMode state state create create delete delete change change ChangeModeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation cAEXFile ExternalInterface externalInterface ExternalReferenceType alias path InstanceHierarchy internalElement InterfaceClassLib interfaceClass InterfaceClass attribute refBaseClassPath baseClass interfaceClass InterfaceFamily InterfaceIDMapping roleInterfaceID systemUnitInterfaceID roleInterface systemUnitInterface InternalElement roleRequirements refBaseSystemUnitPath baseSystemUnit InternalLink refPartnerSideA refPartnerSideB partnerSideA partnerSideB Mapping attributeNameMapping interfaceIDMapping NominalScaledType requiredValue OrdinalScaledType requiredMaxValue requiredValue requiredMinValue RefSemantic correspondingAttributePath RoleClassLib roleClass RoleClass attribute externalInterface refBaseClassPath baseClass roleClass RoleFamily RoleRequirements attribute externalInterface mappingObject roleClass SourceDocumentInformation lastWritingDateTime originID originName originProjectID originProjectTitle originRelease originVendor originVendorURL originVersion SupportedRoleClass mappingObject refRoleClassPath roleClass SystemUnitClassLib systemUnitClass SystemUnitClass attribute externalInterface internalElement supportedRoleClass internalLink baseClass systemUnitClass refBaseClassPath SystemUnitFamily UnknownType requirements Copyright value changeMode Description value changeMode Revision revisionDate oldVersion newVersion authorName comment Version value changeMode AdditionalInformation Element name value GenericElement nestedElements attributes elementFeatureMap attributeFeatureMap GenericAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"caex_wao_300","nsURI":"/ModelingQueryLanguage/model/caex_wao_300.ecore","name":"caex_wao_300","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AttributeDataType","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFamily","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeNameMapping","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":"AttributeLib","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueRequirement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXBasicObject","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXFile","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXObject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeMode","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ChangeModeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalInterface","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReferenceType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceHierarchy","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceClassLib","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceClass","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFamily","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceIDMapping","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalLink","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NominalScaledType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinalScaledType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSemantic","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleClassLib","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleClass","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFamily","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRequirements","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceDocumentInformation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedRoleClass","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitClassLib","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitClass","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitFamily","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Revision","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalInformation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericElement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAttribute","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"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":"roleAttributeName","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitAttributeName","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitAttribute","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"},{"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":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refSemantic","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"attributeDataType","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":"refAttributeType","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":"unit","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"},{"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":"attributeType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ordinalScaledType","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":"nominalScaledType","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":"unknownType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":true,"transient":false,"unique":true,"name":"changeMode","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":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revision","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":"copyright","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":"additionalInformation","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,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"superiorStandardVersion","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceDocumentInformation","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"externalReference","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":"instanceHierarchy","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":"interfaceClassLib","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":"roleClassLib","changeable":true,"resolveProxies":false,"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":"systemUnitClassLib","changeable":true,"resolveProxies":false,"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":"attributeTypeLib","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"3.00","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3.00","unsettable":true,"transient":false,"unique":true,"name":"schemaVersion","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"name":"state","id":121,"value":0,"literal":"state","eClass":"EEnumLiteral"},{"name":"create","id":122,"value":1,"literal":"create","eClass":"EEnumLiteral"},{"name":"delete","id":123,"value":2,"literal":"delete","eClass":"EEnumLiteral"},{"name":"change","id":124,"value":3,"literal":"change","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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"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":"cAEXFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"derived":true},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"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":"interfaceClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleInterfaceID","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitInterfaceID","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleRequirements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseSystemUnitPath","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseSystemUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refPartnerSideA","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refPartnerSideB","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerSideA","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":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerSideB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeNameMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceIDMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredMaxValue","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","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":"requiredMinValue","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correspondingAttributePath","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"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":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"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"},{"container":false,"ordered":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":false,"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":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastWritingDateTime","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originID","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originName","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originProjectID","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originProjectTitle","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":"originRelease","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originVendor","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originVendorURL","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originVersion","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"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":"mappingObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refRoleClassPath","changeable":true,"lowerBound":1,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":3,"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":false,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedRoleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalLink","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"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":270,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"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":274,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionDate","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldVersion","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"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":289,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"elementFeatureMap","changeable":true,"lowerBound":0,"iD":false,"id":300,"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":"attributeFeatureMap","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":44},{"source":44,"target":4},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":50},{"source":45,"target":3},{"source":46,"target":51},{"source":46,"target":3},{"source":47,"target":4},{"source":47,"target":52},{"source":47,"target":3},{"source":52,"target":4},{"source":48,"target":4},{"source":48,"target":53},{"source":48,"target":3},{"source":53,"target":4},{"source":49,"target":7},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":54,"target":63},{"source":54,"target":4},{"source":55,"target":64},{"source":55,"target":4},{"source":56,"target":25},{"source":56,"target":65},{"source":56,"target":4},{"source":65,"target":25},{"source":57,"target":6},{"source":57,"target":66},{"source":57,"target":4},{"source":66,"target":6},{"source":58,"target":4},{"source":58,"target":67},{"source":58,"target":4},{"source":67,"target":4},{"source":59,"target":1},{"source":59,"target":68},{"source":59,"target":4},{"source":68,"target":1},{"source":60,"target":69},{"source":60,"target":4},{"source":61,"target":70},{"source":61,"target":4},{"source":62,"target":9},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":4},{"source":71,"target":73},{"source":71,"target":5},{"source":73,"target":4},{"source":72,"target":9},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":74,"target":24},{"source":74,"target":79},{"source":74,"target":6},{"source":79,"target":24},{"source":75,"target":23},{"source":75,"target":80},{"source":75,"target":6},{"source":80,"target":23},{"source":76,"target":35},{"source":76,"target":81},{"source":76,"target":6},{"source":81,"target":35},{"source":77,"target":82},{"source":77,"target":6},{"source":78,"target":7},{"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":10},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":10},{"source":84,"target":37},{"source":84,"target":90},{"source":84,"target":7},{"source":90,"target":37},{"source":85,"target":39},{"source":85,"target":91},{"source":85,"target":7},{"source":91,"target":39},{"source":86,"target":38},{"source":86,"target":92},{"source":86,"target":7},{"source":92,"target":38},{"source":87,"target":36},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":36},{"source":88,"target":40},{"source":88,"target":94},{"source":88,"target":7},{"source":94,"target":40},{"source":8,"target":0},{"source":8,"target":7},{"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":8,"target":104},{"source":8,"target":105},{"source":95,"target":106},{"source":95,"target":8},{"source":96,"target":30},{"source":96,"target":107},{"source":96,"target":8},{"source":107,"target":30},{"source":97,"target":14},{"source":97,"target":108},{"source":97,"target":8},{"source":108,"target":14},{"source":98,"target":15},{"source":98,"target":109},{"source":98,"target":8},{"source":109,"target":15},{"source":99,"target":16},{"source":99,"target":110},{"source":99,"target":8},{"source":110,"target":16},{"source":100,"target":26},{"source":100,"target":111},{"source":100,"target":8},{"source":111,"target":26},{"source":101,"target":32},{"source":101,"target":112},{"source":101,"target":8},{"source":112,"target":32},{"source":102,"target":5},{"source":102,"target":113},{"source":102,"target":8},{"source":113,"target":5},{"source":103,"target":114},{"source":103,"target":8},{"source":104,"target":115},{"source":104,"target":8},{"source":105,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":116,"target":119},{"source":116,"target":9},{"source":117,"target":120},{"source":117,"target":9},{"source":118,"target":7},{"source":10,"target":0},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":121,"target":10},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":125,"target":129},{"source":125,"target":12},{"source":126,"target":130},{"source":126,"target":12},{"source":127,"target":131},{"source":127,"target":12},{"source":128,"target":8},{"source":128,"target":132},{"source":128,"target":12},{"source":132,"target":8},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":133},{"source":13,"target":134},{"source":133,"target":17},{"source":133,"target":135},{"source":133,"target":13},{"source":135,"target":17},{"source":134,"target":17},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":136,"target":139},{"source":136,"target":14},{"source":137,"target":140},{"source":137,"target":14},{"source":138,"target":7},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":141},{"source":15,"target":142},{"source":141,"target":20},{"source":141,"target":143},{"source":141,"target":15},{"source":143,"target":20},{"source":142,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":144},{"source":16,"target":145},{"source":144,"target":17},{"source":144,"target":146},{"source":144,"target":16},{"source":146,"target":17},{"source":145,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":147,"target":4},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":4},{"source":148,"target":153},{"source":148,"target":17},{"source":149,"target":17},{"source":149,"target":154},{"source":149,"target":17},{"source":154,"target":17},{"source":150,"target":17},{"source":150,"target":155},{"source":150,"target":17},{"source":155,"target":17},{"source":151,"target":9},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":156},{"source":156,"target":17},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":157,"target":162},{"source":157,"target":19},{"source":158,"target":163},{"source":158,"target":19},{"source":159,"target":13},{"source":159,"target":164},{"source":159,"target":19},{"source":164,"target":13},{"source":160,"target":13},{"source":160,"target":165},{"source":160,"target":19},{"source":165,"target":13},{"source":161,"target":7},{"source":20,"target":0},{"source":20,"target":33},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":166,"target":29},{"source":166,"target":170},{"source":166,"target":20},{"source":170,"target":29},{"source":167,"target":171},{"source":167,"target":20},{"source":168,"target":33},{"source":168,"target":172},{"source":168,"target":20},{"source":172,"target":33},{"source":169,"target":33},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":177},{"source":173,"target":178},{"source":173,"target":21},{"source":174,"target":179},{"source":174,"target":21},{"source":175,"target":13},{"source":175,"target":180},{"source":175,"target":21},{"source":180,"target":13},{"source":176,"target":13},{"source":176,"target":181},{"source":176,"target":21},{"source":181,"target":13},{"source":177,"target":9},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":182,"target":3},{"source":182,"target":185},{"source":182,"target":22},{"source":185,"target":3},{"source":183,"target":19},{"source":183,"target":186},{"source":183,"target":22},{"source":186,"target":19},{"source":184,"target":7},{"source":23,"target":0},{"source":23,"target":187},{"source":187,"target":188},{"source":187,"target":23},{"source":24,"target":0},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":189,"target":192},{"source":189,"target":24},{"source":190,"target":193},{"source":190,"target":24},{"source":191,"target":194},{"source":191,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":195},{"source":25,"target":196},{"source":195,"target":197},{"source":195,"target":25},{"source":196,"target":7},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":198},{"source":26,"target":199},{"source":198,"target":27},{"source":198,"target":200},{"source":198,"target":26},{"source":200,"target":27},{"source":199,"target":9},{"source":27,"target":0},{"source":27,"target":9},{"source":27,"target":201},{"source":27,"target":202},{"source":27,"target":203},{"source":27,"target":204},{"source":27,"target":205},{"source":27,"target":206},{"source":201,"target":4},{"source":201,"target":207},{"source":201,"target":27},{"source":207,"target":4},{"source":202,"target":13},{"source":202,"target":208},{"source":202,"target":27},{"source":208,"target":13},{"source":203,"target":209},{"source":203,"target":27},{"source":204,"target":27},{"source":204,"target":210},{"source":204,"target":27},{"source":210,"target":27},{"source":205,"target":27},{"source":205,"target":211},{"source":205,"target":27},{"source":211,"target":27},{"source":206,"target":9},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":212},{"source":212,"target":27},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":213},{"source":29,"target":214},{"source":29,"target":215},{"source":29,"target":216},{"source":29,"target":217},{"source":213,"target":4},{"source":213,"target":218},{"source":213,"target":29},{"source":218,"target":4},{"source":214,"target":17},{"source":214,"target":219},{"source":214,"target":29},{"source":219,"target":17},{"source":215,"target":22},{"source":215,"target":220},{"source":215,"target":29},{"source":220,"target":22},{"source":216,"target":27},{"source":216,"target":221},{"source":216,"target":29},{"source":221,"target":27},{"source":217,"target":7},{"source":30,"target":0},{"source":30,"target":222},{"source":30,"target":223},{"source":30,"target":224},{"source":30,"target":225},{"source":30,"target":226},{"source":30,"target":227},{"source":30,"target":228},{"source":30,"target":229},{"source":30,"target":230},{"source":222,"target":231},{"source":222,"target":30},{"source":223,"target":232},{"source":223,"target":30},{"source":224,"target":233},{"source":224,"target":30},{"source":225,"target":234},{"source":225,"target":30},{"source":226,"target":235},{"source":226,"target":30},{"source":227,"target":236},{"source":227,"target":30},{"source":228,"target":237},{"source":228,"target":30},{"source":229,"target":238},{"source":229,"target":30},{"source":230,"target":239},{"source":230,"target":30},{"source":31,"target":0},{"source":31,"target":7},{"source":31,"target":240},{"source":31,"target":241},{"source":31,"target":242},{"source":31,"target":243},{"source":240,"target":22},{"source":240,"target":244},{"source":240,"target":31},{"source":244,"target":22},{"source":241,"target":245},{"source":241,"target":31},{"source":242,"target":27},{"source":242,"target":246},{"source":242,"target":31},{"source":246,"target":27},{"source":243,"target":7},{"source":32,"target":0},{"source":32,"target":9},{"source":32,"target":247},{"source":32,"target":248},{"source":247,"target":33},{"source":247,"target":249},{"source":247,"target":32},{"source":249,"target":33},{"source":248,"target":9},{"source":33,"target":0},{"source":33,"target":9},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":33,"target":253},{"source":33,"target":254},{"source":33,"target":255},{"source":33,"target":256},{"source":33,"target":257},{"source":33,"target":258},{"source":250,"target":4},{"source":250,"target":259},{"source":250,"target":33},{"source":259,"target":4},{"source":251,"target":17},{"source":251,"target":260},{"source":251,"target":33},{"source":260,"target":17},{"source":252,"target":20},{"source":252,"target":261},{"source":252,"target":33},{"source":261,"target":20},{"source":253,"target":31},{"source":253,"target":262},{"source":253,"target":33},{"source":262,"target":31},{"source":254,"target":21},{"source":254,"target":263},{"source":254,"target":33},{"source":263,"target":21},{"source":255,"target":33},{"source":255,"target":264},{"source":255,"target":33},{"source":264,"target":33},{"source":256,"target":33},{"source":256,"target":265},{"source":256,"target":33},{"source":265,"target":33},{"source":257,"target":266},{"source":257,"target":33},{"source":258,"target":9},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":267},{"source":267,"target":33},{"source":35,"target":0},{"source":35,"target":268},{"source":268,"target":269},{"source":268,"target":35},{"source":36,"target":0},{"source":36,"target":270},{"source":36,"target":271},{"source":270,"target":272},{"source":270,"target":36},{"source":271,"target":10},{"source":271,"target":273},{"source":271,"target":36},{"source":273,"target":10},{"source":37,"target":0},{"source":37,"target":274},{"source":37,"target":275},{"source":274,"target":276},{"source":274,"target":37},{"source":275,"target":10},{"source":275,"target":277},{"source":275,"target":37},{"source":277,"target":10},{"source":38,"target":0},{"source":38,"target":7},{"source":38,"target":278},{"source":38,"target":279},{"source":38,"target":280},{"source":38,"target":281},{"source":38,"target":282},{"source":38,"target":283},{"source":278,"target":284},{"source":278,"target":38},{"source":279,"target":285},{"source":279,"target":38},{"source":280,"target":286},{"source":280,"target":38},{"source":281,"target":287},{"source":281,"target":38},{"source":282,"target":288},{"source":282,"target":38},{"source":283,"target":7},{"source":39,"target":0},{"source":39,"target":289},{"source":39,"target":290},{"source":289,"target":291},{"source":289,"target":39},{"source":290,"target":10},{"source":290,"target":292},{"source":290,"target":39},{"source":292,"target":10},{"source":40,"target":0},{"source":40,"target":42},{"source":40,"target":293},{"source":293,"target":42},{"source":41,"target":0},{"source":41,"target":294},{"source":41,"target":295},{"source":294,"target":296},{"source":294,"target":41},{"source":295,"target":297},{"source":295,"target":41},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":298},{"source":42,"target":299},{"source":42,"target":300},{"source":42,"target":301},{"source":42,"target":302},{"source":298,"target":42},{"source":298,"target":303},{"source":298,"target":42},{"source":303,"target":42},{"source":299,"target":43},{"source":299,"target":304},{"source":299,"target":42},{"source":304,"target":43},{"source":300,"target":305},{"source":300,"target":42},{"source":301,"target":306},{"source":301,"target":42},{"source":302,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":307},{"source":307,"target":41}],"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="domainmodel" nsURI="http://www.example.org/domainmodel/Domainmodel" nsPrefix="domainmodel"> <eClassifiers xsi:type="ecore:EClass" name="Domainmodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//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="Type"/> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractNamespaceElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type #//AbstractNamespaceElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mappedType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceDeclaration" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="namespaceElements" upperBound="-1" eType="#//AbstractNamespaceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamespaceElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mappingOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainEntity" eSuperTypes="#//Type #//AbstractNamespaceElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//MethodParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="restOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodCall" eType="#//MethodCall" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//AbstractNamespaceElement #//BusinessFeatureType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//InterfaceOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceOperationUsageRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceName" eType="#//InterfaceDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceOperationsUsageRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="usageOperations" upperBound="-1" eType="#//InterfaceOperationUsageRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatelessComponent" eSuperTypes="#//AbstractNamespaceElement #//BusinessFeatureType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" eType="#//InterfaceOperationsUsageRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainRepository" eSuperTypes="#//AbstractNamespaceElement #//BusinessFeatureType"> <eStructuralFeatures xsi:type="ecore:EReference" name="entityType" eType="#//DomainEntity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" eType="#//InterfaceOperationsUsageRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryParametersModule" eSuperTypes="#//ScreenModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryFeatures" upperBound="-1" eType="#//ModelFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelModule" eSuperTypes="#//ScreenModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelFeatures" upperBound="-1" eType="#//ModelFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContentElementLiteral"> <eLiterals name="TEXT" literal="text"/> <eLiterals name="BUTTON" value="1" literal="button"/> <eLiterals name="LABEL" value="2" literal="label"/> <eLiterals name="LIST" value="3" literal="list"/> <eLiterals name="IMAGE" value="4" literal="image"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PropertyNameLiteral"> <eLiterals name="LABEL_PROVIDER" literal="labelProvider"/> <eLiterals name="CSS_ITEM" value="1" literal="cssItem"/> <eLiterals name="TOOLTIP" value="2" literal="tooltip"/> <eLiterals name="RESOURCE_KEY" value="3" literal="resourceKey"/> <eLiterals name="STYLE" value="4" literal="style"/> <eLiterals name="PATH" value="5" literal="path"/> <eLiterals name="TYPE" value="6" literal="type"/> <eLiterals name="COLUMNS" value="7" literal="columns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" eType="#//PropertyNameLiteral"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentElement" eSuperTypes="#//ViewElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentElement" eType="#//ContentElementLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContainerElementLiteral"> <eLiterals name="LAYOUT" literal="layout"/> <eLiterals name="SCREEN" value="1" literal="screen"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerElement" eSuperTypes="#//ViewElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//ContainerElementLiteral"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ViewElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//ElementFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewModule" eSuperTypes="#//ScreenModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ViewElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidateAction" eSuperTypes="#//InitActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ValidatorFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiReceiver" eType="#//SetUIElementReceiver" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttachAction" eSuperTypes="#//InitActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="uiAction" eType="#//UIActionModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiReceiver" eType="#//SetUIElementReceiver" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindEnumSource" eSuperTypes="#//BindSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelFeatureName" eType="#//ModelFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindAction" eSuperTypes="#//InitActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindSource" eType="#//BindSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiReceiver" eType="#//SetUIElementReceiver" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitActionFeature"/> <eClassifiers xsi:type="ecore:EClass" name="InitActionModule" eSuperTypes="#//ControllerElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initActionFeatures" upperBound="-1" eType="#//InitActionFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidatorRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionName" eType="#//ValidatorFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidatorRules"> <eStructuralFeatures xsi:type="ecore:EReference" name="validatorRules" upperBound="-1" eType="#//ValidatorRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidatorFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validatorRules" eType="#//ValidatorRules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidatorModule" eSuperTypes="#//ControllerElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="validatorFeatures" upperBound="-1" eType="#//ValidatorFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScreenModelParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelFeatureName" eType="#//ModelFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelFeatureValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScreenModelParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ScreenModelParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigateToAction" eSuperTypes="#//UIActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="screenElementId" eType="#//ScreenFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelFeatures" eType="#//ScreenModelParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecuteAction" eSuperTypes="#//UIActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="uiActionName" eType="#//UIActionModule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetRestCallReceiverURLParameter" eSuperTypes="#//SetRestCallReceiverParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetRestCallReceiverReturnTypeParameter" eSuperTypes="#//SetRestCallReceiverParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetRestCallReceiverIDParameter" eSuperTypes="#//SetRestCallReceiverParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetRestCallReceiverParameter"/> <eClassifiers xsi:type="ecore:EClass" name="SetRestCallReceiverParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SetRestCallReceiverParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetRestCallReceiver" eSuperTypes="#//SetActionReceiver"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SetRestCallReceiverParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UIElementReceiverKey"> <eLiterals name="SELECTION" literal="selection"/> <eLiterals name="VALUES_" value="1" literal="values"/> <eLiterals name="ON_SELECTION" value="2" literal="onSelection"/> <eLiterals name="TEXT" value="3" literal="text"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetUIElementReceiver" eSuperTypes="#//SetActionReceiver"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgetName" eType="#//ViewElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uiKey" eType="#//UIElementReceiverKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetActionReceiver"/> <eClassifiers xsi:type="ecore:EClass" name="SetAction" eSuperTypes="#//InitActionFeature #//UIActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelFeatureName" eType="#//ModelFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setActionReceiver" eType="#//SetActionReceiver" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethodCallParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterName" eType="#//MethodParameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethodCallParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//InterfaceMethodCallParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethodCall" eSuperTypes="#//UIActionFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceInstanceName" eType="#//BusinessFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodName" eType="#//MethodCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//InterfaceMethodCallParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIActionFeature"/> <eClassifiers xsi:type="ecore:EClass" name="UIActionModule" eSuperTypes="#//ControllerElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiActionFeatures" upperBound="-1" eType="#//UIActionFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControllerElement"/> <eClassifiers xsi:type="ecore:EClass" name="ControllerModule" eSuperTypes="#//ScreenModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ControllerElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScreenModule"/> <eClassifiers xsi:type="ecore:EClass" name="ScreenFeature" eSuperTypes="#//UIFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="screenModules" upperBound="-1" eType="#//ScreenModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MainFeatureOption"> <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="MainFeature" eSuperTypes="#//UIFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//MainFeatureOption" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIFeature"/> <eClassifiers xsi:type="ecore:EClass" name="UIModule" eSuperTypes="#//SystemModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="uiFeatures" upperBound="-1" eType="#//UIFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessFeatureType"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessFeature"> <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="#//BusinessFeatureType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectPoint1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectPoint2" eType="#//BusinessFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessFeatures" eSuperTypes="#//BusinessModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//BusinessFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessModule" eSuperTypes="#//SystemModule"/> <eClassifiers xsi:type="ecore:EClass" name="SystemModule"/> <eClassifiers xsi:type="ecore:EClass" name="SystemDefinition" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//SystemModule" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/nteg/MDSD/sandbox/cpe/de.nagarro.nteg.domain.model/de.nagarro.nteg.domain.model/model/generated/Domainmodel.ecore
ecore
domainmodel Domainmodel elements AbstractElement name Type Import importedNamespace DataType name mappedType initValue NamespaceDeclaration namespaceElements AbstractNamespaceElement Feature name mappingOption mapName type DomainEntity name features MethodParameter type name MethodParameters parameters MethodCall name parameters InterfaceOperation restOperation methodCall type InterfaceDeclaration name operations InterfaceOperationUsageRule name interfaceName InterfaceOperationsUsageRule usageOperations StatelessComponent name operations DomainRepository entityType name operations EntryParametersModule entryFeatures ModelFeature name type ModelModule modelFeatures ContentElementLiteral TEXT text BUTTON button LABEL label LIST list IMAGE image PropertyNameLiteral LABEL_PROVIDER labelProvider CSS_ITEM cssItem TOOLTIP tooltip RESOURCE_KEY resourceKey STYLE style PATH path TYPE type COLUMNS columns ElementFeature propertyName propertyValue ContentElement contentElement ContainerElementLiteral LAYOUT layout SCREEN screen ContainerElement container elements ViewElement name features ViewModule elements ValidateAction condition uiReceiver AttachAction uiAction uiReceiver BindEnumSource enumType BindSource modelFeatureName BindAction bindSource attribute uiReceiver InitActionFeature InitActionModule initActionFeatures ValidatorRule stringRule conditionName ValidatorRules validatorRules ValidatorFeature name validatorRules ValidatorModule validatorFeatures ScreenModelParameter modelFeatureName modelFeatureValue ScreenModelParameters parameters NavigateToAction screenElementId modelFeatures ExecuteAction uiActionName SetRestCallReceiverURLParameter parameterType SetRestCallReceiverReturnTypeParameter parameterType SetRestCallReceiverIDParameter parameterType SetRestCallReceiverParameter SetRestCallReceiverParameters parameters SetRestCallReceiver parameters UIElementReceiverKey SELECTION selection VALUES_ values ON_SELECTION onSelection TEXT text SetUIElementReceiver widgetName uiKey SetActionReceiver SetAction modelFeatureName setActionReceiver InterfaceMethodCallParameter parameterName parameterType InterfaceMethodCallParameters parameters InterfaceMethodCall interfaceInstanceName methodName parameters UIActionFeature UIActionModule name uiActionFeatures ControllerElement ControllerModule elements ScreenModule ScreenFeature name screenModules MainFeatureOption name MainFeature features UIFeature UIModule uiFeatures BusinessFeatureType BusinessFeature name type connectPoint1 connectPoint2 connectEnd BusinessFeatures features BusinessModule SystemModule SystemDefinition modules
null
{"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.example.org/domainmodel/Domainmodel","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","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":"NamespaceDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamespaceElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainEntity","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameters","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceOperation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceOperationUsageRule","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceOperationsUsageRule","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatelessComponent","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainRepository","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryParametersModule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelFeature","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelModule","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContentElementLiteral","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyNameLiteral","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementFeature","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainerElementLiteral","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewModule","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidateAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindEnumSource","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindSource","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitActionFeature","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitActionModule","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidatorRule","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidatorRules","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidatorFeature","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidatorModule","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScreenModelParameter","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScreenModelParameters","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigateToAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecuteAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRestCallReceiverURLParameter","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRestCallReceiverReturnTypeParameter","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRestCallReceiverIDParameter","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRestCallReceiverParameter","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRestCallReceiverParameters","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRestCallReceiver","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UIElementReceiverKey","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetUIElementReceiver","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetActionReceiver","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethodCallParameter","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethodCallParameters","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethodCall","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIActionFeature","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIActionModule","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerElement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerModule","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScreenModule","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScreenFeature","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainFeatureOption","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainFeature","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIFeature","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIModule","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFeatureType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFeature","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFeatures","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessModule","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemModule","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDefinition","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":false,"transient":false,"unique":true,"name":"mappedType","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":"initValue","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaceElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mappingOption","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":"mapName","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"restOperation","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaceName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usageOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entityType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"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":"entryFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"modelFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"name":"TEXT","id":158,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"BUTTON","id":159,"value":1,"literal":"button","eClass":"EEnumLiteral"},{"name":"LABEL","id":160,"value":2,"literal":"label","eClass":"EEnumLiteral"},{"name":"LIST","id":161,"value":3,"literal":"list","eClass":"EEnumLiteral"},{"name":"IMAGE","id":162,"value":4,"literal":"image","eClass":"EEnumLiteral"},{"name":"LABEL_PROVIDER","id":163,"value":0,"literal":"labelProvider","eClass":"EEnumLiteral"},{"name":"CSS_ITEM","id":164,"value":1,"literal":"cssItem","eClass":"EEnumLiteral"},{"name":"TOOLTIP","id":165,"value":2,"literal":"tooltip","eClass":"EEnumLiteral"},{"name":"RESOURCE_KEY","id":166,"value":3,"literal":"resourceKey","eClass":"EEnumLiteral"},{"name":"STYLE","id":167,"value":4,"literal":"style","eClass":"EEnumLiteral"},{"name":"PATH","id":168,"value":5,"literal":"path","eClass":"EEnumLiteral"},{"name":"TYPE","id":169,"value":6,"literal":"type","eClass":"EEnumLiteral"},{"name":"COLUMNS","id":170,"value":7,"literal":"columns","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":0,"iD":false,"id":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":"propertyValue","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentElement","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"LAYOUT","id":178,"value":0,"literal":"layout","eClass":"EEnumLiteral"},{"name":"SCREEN","id":179,"value":1,"literal":"screen","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiReceiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uiAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiReceiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enumType","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelFeatureName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiReceiver","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":true,"unsettable":false,"transient":false,"unique":true,"name":"initActionFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"stringRule","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditionName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validatorRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validatorRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validatorFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelFeatureName","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":"modelFeatureValue","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"screenElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uiActionName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"SELECTION","id":258,"value":0,"literal":"selection","eClass":"EEnumLiteral"},{"name":"VALUES_","id":259,"value":1,"literal":"values","eClass":"EEnumLiteral"},{"name":"ON_SELECTION","id":260,"value":2,"literal":"onSelection","eClass":"EEnumLiteral"},{"name":"TEXT","id":261,"value":3,"literal":"text","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":"widgetName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uiKey","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelFeatureName","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":"setActionReceiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaceInstanceName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiActionFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"screenModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectPoint1","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectPoint2","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":"connectEnd","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":1,"target":0},{"source":1,"target":74},{"source":74,"target":2},{"source":74,"target":75},{"source":74,"target":1},{"source":75,"target":2},{"source":2,"target":0},{"source":2,"target":76},{"source":76,"target":77},{"source":76,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":78},{"source":4,"target":79},{"source":78,"target":80},{"source":78,"target":4},{"source":79,"target":7},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":81,"target":86},{"source":81,"target":5},{"source":82,"target":87},{"source":82,"target":5},{"source":83,"target":88},{"source":83,"target":5},{"source":84,"target":3},{"source":85,"target":7},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":89},{"source":6,"target":90},{"source":89,"target":7},{"source":89,"target":91},{"source":89,"target":6},{"source":91,"target":7},{"source":90,"target":2},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":92},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":92,"target":96},{"source":92,"target":8},{"source":93,"target":97},{"source":93,"target":8},{"source":94,"target":98},{"source":94,"target":8},{"source":95,"target":3},{"source":95,"target":99},{"source":95,"target":8},{"source":99,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":7},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":100,"target":104},{"source":100,"target":9},{"source":101,"target":8},{"source":101,"target":105},{"source":101,"target":9},{"source":105,"target":8},{"source":102,"target":3},{"source":103,"target":7},{"source":10,"target":0},{"source":10,"target":106},{"source":10,"target":107},{"source":106,"target":3},{"source":106,"target":108},{"source":106,"target":10},{"source":108,"target":3},{"source":107,"target":109},{"source":107,"target":10},{"source":11,"target":0},{"source":11,"target":110},{"source":110,"target":10},{"source":110,"target":111},{"source":110,"target":11},{"source":111,"target":10},{"source":12,"target":0},{"source":12,"target":112},{"source":12,"target":113},{"source":112,"target":114},{"source":112,"target":12},{"source":113,"target":11},{"source":113,"target":115},{"source":113,"target":12},{"source":115,"target":11},{"source":13,"target":0},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":116,"target":119},{"source":116,"target":13},{"source":117,"target":12},{"source":117,"target":120},{"source":117,"target":13},{"source":120,"target":12},{"source":118,"target":3},{"source":118,"target":121},{"source":118,"target":13},{"source":121,"target":3},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":68},{"source":14,"target":122},{"source":14,"target":123},{"source":14,"target":124},{"source":14,"target":125},{"source":122,"target":126},{"source":122,"target":14},{"source":123,"target":13},{"source":123,"target":127},{"source":123,"target":14},{"source":127,"target":13},{"source":124,"target":7},{"source":125,"target":68},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":129},{"source":128,"target":130},{"source":128,"target":15},{"source":129,"target":14},{"source":129,"target":131},{"source":129,"target":15},{"source":131,"target":14},{"source":16,"target":0},{"source":16,"target":132},{"source":132,"target":15},{"source":132,"target":133},{"source":132,"target":16},{"source":133,"target":15},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":68},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":17,"target":137},{"source":134,"target":138},{"source":134,"target":17},{"source":135,"target":16},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":16},{"source":136,"target":7},{"source":137,"target":68},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":68},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":140,"target":9},{"source":140,"target":145},{"source":140,"target":18},{"source":145,"target":9},{"source":141,"target":146},{"source":141,"target":18},{"source":142,"target":16},{"source":142,"target":147},{"source":142,"target":18},{"source":147,"target":16},{"source":143,"target":7},{"source":144,"target":68},{"source":19,"target":0},{"source":19,"target":62},{"source":19,"target":148},{"source":19,"target":149},{"source":148,"target":20},{"source":148,"target":150},{"source":148,"target":19},{"source":150,"target":20},{"source":149,"target":62},{"source":20,"target":0},{"source":20,"target":151},{"source":20,"target":152},{"source":151,"target":153},{"source":151,"target":20},{"source":152,"target":3},{"source":152,"target":154},{"source":152,"target":20},{"source":154,"target":3},{"source":21,"target":0},{"source":21,"target":62},{"source":21,"target":155},{"source":21,"target":156},{"source":155,"target":20},{"source":155,"target":157},{"source":155,"target":21},{"source":157,"target":20},{"source":156,"target":62},{"source":22,"target":0},{"source":22,"target":158},{"source":22,"target":159},{"source":22,"target":160},{"source":22,"target":161},{"source":22,"target":162},{"source":158,"target":22},{"source":159,"target":22},{"source":160,"target":22},{"source":161,"target":22},{"source":162,"target":22},{"source":23,"target":0},{"source":23,"target":163},{"source":23,"target":164},{"source":23,"target":165},{"source":23,"target":166},{"source":23,"target":167},{"source":23,"target":168},{"source":23,"target":169},{"source":23,"target":170},{"source":163,"target":23},{"source":164,"target":23},{"source":165,"target":23},{"source":166,"target":23},{"source":167,"target":23},{"source":168,"target":23},{"source":169,"target":23},{"source":170,"target":23},{"source":24,"target":0},{"source":24,"target":171},{"source":24,"target":172},{"source":171,"target":23},{"source":171,"target":173},{"source":171,"target":24},{"source":173,"target":23},{"source":172,"target":174},{"source":172,"target":24},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":175},{"source":25,"target":176},{"source":175,"target":22},{"source":175,"target":177},{"source":175,"target":25},{"source":177,"target":22},{"source":176,"target":28},{"source":26,"target":0},{"source":26,"target":178},{"source":26,"target":179},{"source":178,"target":26},{"source":179,"target":26},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":180,"target":26},{"source":180,"target":183},{"source":180,"target":27},{"source":183,"target":26},{"source":181,"target":28},{"source":181,"target":184},{"source":181,"target":27},{"source":184,"target":28},{"source":182,"target":28},{"source":28,"target":0},{"source":28,"target":185},{"source":28,"target":186},{"source":185,"target":187},{"source":185,"target":28},{"source":186,"target":24},{"source":186,"target":188},{"source":186,"target":28},{"source":188,"target":24},{"source":29,"target":0},{"source":29,"target":62},{"source":29,"target":189},{"source":29,"target":190},{"source":189,"target":28},{"source":189,"target":191},{"source":189,"target":29},{"source":191,"target":28},{"source":190,"target":62},{"source":30,"target":0},{"source":30,"target":35},{"source":30,"target":192},{"source":30,"target":193},{"source":30,"target":194},{"source":192,"target":39},{"source":192,"target":195},{"source":192,"target":30},{"source":195,"target":39},{"source":193,"target":52},{"source":193,"target":196},{"source":193,"target":30},{"source":196,"target":52},{"source":194,"target":35},{"source":31,"target":0},{"source":31,"target":35},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":197,"target":59},{"source":197,"target":200},{"source":197,"target":31},{"source":200,"target":59},{"source":198,"target":52},{"source":198,"target":201},{"source":198,"target":31},{"source":201,"target":52},{"source":199,"target":35},{"source":32,"target":0},{"source":32,"target":33},{"source":32,"target":202},{"source":32,"target":203},{"source":202,"target":204},{"source":202,"target":32},{"source":203,"target":33},{"source":33,"target":0},{"source":33,"target":205},{"source":205,"target":20},{"source":205,"target":206},{"source":205,"target":33},{"source":206,"target":20},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":207},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":207,"target":33},{"source":207,"target":211},{"source":207,"target":34},{"source":211,"target":33},{"source":208,"target":212},{"source":208,"target":34},{"source":209,"target":52},{"source":209,"target":213},{"source":209,"target":34},{"source":213,"target":52},{"source":210,"target":35},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":60},{"source":36,"target":214},{"source":36,"target":215},{"source":214,"target":35},{"source":214,"target":216},{"source":214,"target":36},{"source":216,"target":35},{"source":215,"target":60},{"source":37,"target":0},{"source":37,"target":217},{"source":37,"target":218},{"source":217,"target":219},{"source":217,"target":37},{"source":218,"target":39},{"source":218,"target":220},{"source":218,"target":37},{"source":220,"target":39},{"source":38,"target":0},{"source":38,"target":221},{"source":221,"target":37},{"source":221,"target":222},{"source":221,"target":38},{"source":222,"target":37},{"source":39,"target":0},{"source":39,"target":223},{"source":39,"target":224},{"source":223,"target":225},{"source":223,"target":39},{"source":224,"target":38},{"source":224,"target":226},{"source":224,"target":39},{"source":226,"target":38},{"source":40,"target":0},{"source":40,"target":60},{"source":40,"target":227},{"source":40,"target":228},{"source":227,"target":39},{"source":227,"target":229},{"source":227,"target":40},{"source":229,"target":39},{"source":228,"target":60},{"source":41,"target":0},{"source":41,"target":230},{"source":41,"target":231},{"source":230,"target":20},{"source":230,"target":232},{"source":230,"target":41},{"source":232,"target":20},{"source":231,"target":233},{"source":231,"target":41},{"source":42,"target":0},{"source":42,"target":234},{"source":234,"target":41},{"source":234,"target":235},{"source":234,"target":42},{"source":235,"target":41},{"source":43,"target":0},{"source":43,"target":58},{"source":43,"target":236},{"source":43,"target":237},{"source":43,"target":238},{"source":236,"target":63},{"source":236,"target":239},{"source":236,"target":43},{"source":239,"target":63},{"source":237,"target":42},{"source":237,"target":240},{"source":237,"target":43},{"source":240,"target":42},{"source":238,"target":58},{"source":44,"target":0},{"source":44,"target":58},{"source":44,"target":241},{"source":44,"target":242},{"source":241,"target":59},{"source":241,"target":243},{"source":241,"target":44},{"source":243,"target":59},{"source":242,"target":58},{"source":45,"target":0},{"source":45,"target":48},{"source":45,"target":244},{"source":45,"target":245},{"source":244,"target":246},{"source":244,"target":45},{"source":245,"target":48},{"source":46,"target":0},{"source":46,"target":48},{"source":46,"target":247},{"source":46,"target":248},{"source":247,"target":3},{"source":247,"target":249},{"source":247,"target":46},{"source":249,"target":3},{"source":248,"target":48},{"source":47,"target":0},{"source":47,"target":48},{"source":47,"target":250},{"source":47,"target":251},{"source":250,"target":252},{"source":250,"target":47},{"source":251,"target":48},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":253},{"source":253,"target":48},{"source":253,"target":254},{"source":253,"target":49},{"source":254,"target":48},{"source":50,"target":0},{"source":50,"target":53},{"source":50,"target":255},{"source":50,"target":256},{"source":255,"target":49},{"source":255,"target":257},{"source":255,"target":50},{"source":257,"target":49},{"source":256,"target":53},{"source":51,"target":0},{"source":51,"target":258},{"source":51,"target":259},{"source":51,"target":260},{"source":51,"target":261},{"source":258,"target":51},{"source":259,"target":51},{"source":260,"target":51},{"source":261,"target":51},{"source":52,"target":0},{"source":52,"target":53},{"source":52,"target":262},{"source":52,"target":263},{"source":52,"target":264},{"source":262,"target":28},{"source":262,"target":265},{"source":262,"target":52},{"source":265,"target":28},{"source":263,"target":51},{"source":263,"target":266},{"source":263,"target":52},{"source":266,"target":51},{"source":264,"target":53},{"source":53,"target":0},{"source":54,"target":0},{"source":54,"target":35},{"source":54,"target":58},{"source":54,"target":267},{"source":54,"target":268},{"source":54,"target":269},{"source":54,"target":270},{"source":267,"target":20},{"source":267,"target":271},{"source":267,"target":54},{"source":271,"target":20},{"source":268,"target":53},{"source":268,"target":272},{"source":268,"target":54},{"source":272,"target":53},{"source":269,"target":35},{"source":270,"target":58},{"source":55,"target":0},{"source":55,"target":273},{"source":55,"target":274},{"source":273,"target":10},{"source":273,"target":275},{"source":273,"target":55},{"source":275,"target":10},{"source":274,"target":276},{"source":274,"target":55},{"source":56,"target":0},{"source":56,"target":277},{"source":277,"target":55},{"source":277,"target":278},{"source":277,"target":56},{"source":278,"target":55},{"source":57,"target":0},{"source":57,"target":58},{"source":57,"target":279},{"source":57,"target":280},{"source":57,"target":281},{"source":57,"target":282},{"source":279,"target":69},{"source":279,"target":283},{"source":279,"target":57},{"source":283,"target":69},{"source":280,"target":12},{"source":280,"target":284},{"source":280,"target":57},{"source":284,"target":12},{"source":281,"target":56},{"source":281,"target":285},{"source":281,"target":57},{"source":285,"target":56},{"source":282,"target":58},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":60},{"source":59,"target":286},{"source":59,"target":287},{"source":59,"target":288},{"source":286,"target":289},{"source":286,"target":59},{"source":287,"target":58},{"source":287,"target":290},{"source":287,"target":59},{"source":290,"target":58},{"source":288,"target":60},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":62},{"source":61,"target":291},{"source":61,"target":292},{"source":291,"target":60},{"source":291,"target":293},{"source":291,"target":61},{"source":293,"target":60},{"source":292,"target":62},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":66},{"source":63,"target":294},{"source":63,"target":295},{"source":63,"target":296},{"source":294,"target":297},{"source":294,"target":63},{"source":295,"target":62},{"source":295,"target":298},{"source":295,"target":63},{"source":298,"target":62},{"source":296,"target":66},{"source":64,"target":0},{"source":64,"target":299},{"source":299,"target":300},{"source":299,"target":64},{"source":65,"target":0},{"source":65,"target":66},{"source":65,"target":301},{"source":65,"target":302},{"source":301,"target":64},{"source":301,"target":303},{"source":301,"target":65},{"source":303,"target":64},{"source":302,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":72},{"source":67,"target":304},{"source":67,"target":305},{"source":304,"target":66},{"source":304,"target":306},{"source":304,"target":67},{"source":306,"target":66},{"source":305,"target":72},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":307},{"source":69,"target":308},{"source":69,"target":309},{"source":69,"target":310},{"source":69,"target":311},{"source":307,"target":312},{"source":307,"target":69},{"source":308,"target":68},{"source":308,"target":313},{"source":308,"target":69},{"source":313,"target":68},{"source":309,"target":314},{"source":309,"target":69},{"source":310,"target":69},{"source":310,"target":315},{"source":310,"target":69},{"source":315,"target":69},{"source":311,"target":316},{"source":311,"target":69},{"source":70,"target":0},{"source":70,"target":71},{"source":70,"target":317},{"source":70,"target":318},{"source":317,"target":69},{"source":317,"target":319},{"source":317,"target":70},{"source":319,"target":69},{"source":318,"target":71},{"source":71,"target":0},{"source":71,"target":72},{"source":71,"target":320},{"source":320,"target":72},{"source":72,"target":0},{"source":73,"target":0},{"source":73,"target":2},{"source":73,"target":321},{"source":73,"target":322},{"source":321,"target":72},{"source":321,"target":323},{"source":321,"target":73},{"source":323,"target":72},{"source":322,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="vehicleconfig" nsURI="http://jkk.sze.hu/vehicleconfig" nsPrefix="vehicleconfig"> <eClassifiers xsi:type="ecore:EClass" name="Vehicle" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="kinematicparameters" lowerBound="1" eType="#//KinematicParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="geometrysettings" lowerBound="1" eType="#//GeometrySettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensorconfiguration" eType="#//SensorConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transmissionsetup" lowerBound="1" eType="#//TransmissionSetup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamicparameters" lowerBound="1" eType="#//DynamicParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelcontrol" upperBound="-1" eType="#//LowLevelControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simulationconfiguration" eType="#//SimulationConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensorcatalogue" upperBound="-1" eType="#//SensorCatalogue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KinematicParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wheelbase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rear_track" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="front_track" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wheelparameters" lowerBound="1" eType="#//WheelParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steeringparameters" lowerBound="1" eType="#//SteeringParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference_point" eType="#//VehicleReferencePoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundingbox" lowerBound="1" eType="#//BoundingBox" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WheelParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wheel_radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wheel_width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Odometry" eSuperTypes="#//SensorModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicle_status" eType="#//ControlMiddlewareTopic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeometrySettings"> <eStructuralFeatures xsi:type="ecore:EReference" name="shell" lowerBound="1" eType="#//GeometricDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wheelgeometry" eType="#//GeometricDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AngleParameters" eSuperTypes="#//SensorSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorSettings" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="samples" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DistanceSettings" eSuperTypes="#//SensorSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorModel" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="update_rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensormiddlewaretopic" eType="#//SensorMiddlewareTopic"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensorcatalogue" eType="#//SensorCatalogue" eOpposite="#//SensorCatalogue/sensormodel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Laser" eSuperTypes="#//SensorModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="distancesettings" lowerBound="1" eType="#//DistanceSettings" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="angleparameters" lowerBound="1" eType="#//AngleParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensorplacement" upperBound="-1" eType="#//SensorPlacement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Displacement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SteeringParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inner_angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outer_angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransmissionSetup"> <eStructuralFeatures xsi:type="ecore:EReference" name="motor_front_left" eType="#//Motor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="motor_front_right" eType="#//Motor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="motor_rear_right" eType="#//Motor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="motor_rear_left" eType="#//Motor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EngineParameters" upperBound="-1" eType="#//EngineParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Motor"> <eStructuralFeatures xsi:type="ecore:EReference" name="engineparameters" lowerBound="1" eType="#//EngineParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EngineParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxtorque" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImuSensor" eSuperTypes="#//SensorModel"/> <eClassifiers xsi:type="ecore:EClass" name="JointStateTopic" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="joint_id" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="inertialparameters" lowerBound="1" eType="#//InertialParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aerodynamicparameters" lowerBound="1" eType="#//AeroDynamicParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wheeldynamics" lowerBound="1" eType="#//WheelDynamics" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InertialParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cog_ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AeroDynamicParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="air_resistance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.31"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeometricDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meshpath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collisionmesh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="displacement" eType="#//Displacement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//Rotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pitch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yaw" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LIDAR" eSuperTypes="#//SensorModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="horizontal_angle_param" eType="#//AngleParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vertical_angle_param" eType="#//AngleParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rpm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Camera" eSuperTypes="#//SensorModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CameraType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cameraparameters" lowerBound="1" eType="#//CameraParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CameraType"> <eLiterals name="RGB"/> <eLiterals name="DEPTH" value="1"/> <eLiterals name="STEREO" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GNSS" eSuperTypes="#//SensorModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="geolocation" lowerBound="1" eType="#//Geolocation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Geolocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longitude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latitude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CameraParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clip_near" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clip_far" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontal_fov" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VehicleReferencePoint"> <eLiterals name="REAR_AXLE"/> <eLiterals name="COG" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowLevelControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="low_level_node" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" upperBound="-1" eType="#//MessageMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="can_model_path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="canports" eType="#//LowLevelPort" 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="middlewaretopic" upperBound="-1" eType="#//ControlMiddlewareTopic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="low_level_msg_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signalmapping" upperBound="-1" eType="#//SignalMapping" containment="true" eOpposite="#//SignalMapping/messagemapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelport" eType="#//LowLevelPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SignalMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="low_level_signal_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="middlewaremsgfield" eType="#//MiddleWareMsgField" eOpposite="#//MiddleWareMsgField/signalmapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messagemapping" eType="#//MessageMapping" eOpposite="#//MessageMapping/signalmapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationfunction" eType="#//TransformationFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlMiddlewareTopic" eSuperTypes="#//MiddlewareTopic"> <eStructuralFeatures xsi:type="ecore:EReference" name="middlewaremsgfield" upperBound="-1" eType="#//MiddleWareMsgField" containment="true" eOpposite="#//MiddleWareMsgField/middlewaretopic"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sync" eType="#//SignalMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowLevelPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bitrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ip_address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MiddleWareMsgField"> <eStructuralFeatures xsi:type="ecore:EReference" name="signalmapping" eType="#//SignalMapping" eOpposite="#//SignalMapping/middlewaremsgfield"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="middlewaretopic" eType="#//ControlMiddlewareTopic" eOpposite="#//ControlMiddlewareTopic/middlewaremsgfield"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tx_func" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rx_func" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MiddlewareTopic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="middleware_msg_topic_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stamped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="middleware_msg_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WheelDynamics"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wheel_mass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoundingBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="depth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorPlacement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//Rotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="displacement" lowerBound="1" eType="#//Displacement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensormodel" eType="#//SensorModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="networkdefinition" eType="#//NetworkDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localizer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootElement" 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="SimulationControlPlugin" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VehicleControlPlugin" eSuperTypes="#//SimulationControlPlugin"> <eStructuralFeatures xsi:type="ecore:EReference" name="velocitypid" eType="#//PIDControlParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steerpid" eType="#//PIDControlParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PIDControlParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="i" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="d" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimulationConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="simulationcontrolplugin" upperBound="-1" eType="#//SimulationControlPlugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorCatalogue" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensormodel" upperBound="-1" eType="#//SensorModel" containment="true" eOpposite="#//SensorModel/sensorcatalogue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rosconfiguration" lowerBound="1" eType="#//RosConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorMiddlewareTopic" eSuperTypes="#//MiddlewareTopic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RosConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rostopicconfiguration" upperBound="-1" eType="#//SensorMiddlewareTopic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SignalView" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelmessage" upperBound="-1" eType="#//LowLevelMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowLevelMessage"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowlevelsignal" upperBound="-1" eType="#//LowLevelSignal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LowLevelSignal"/> </ecore:EPackage>
github:ecore:/data/szenergy/szenergy_mdse_tools/structure-generators/hu.sze.jkk.vehicle.config/model/vehicleconfig.ecore
ecore
vehicleconfig Vehicle kinematicparameters geometrysettings sensorconfiguration transmissionsetup dynamicparameters lowlevelcontrol simulationconfiguration sensorcatalogue KinematicParameters wheelbase rear_track front_track wheelparameters steeringparameters reference_point boundingbox WheelParameters wheel_radius wheel_width Odometry vehicle_status GeometrySettings shell wheelgeometry AngleParameters min_angle max_angle SensorSettings samples resolution DistanceSettings min_distance max_distance SensorModel mass name update_rate model sensormiddlewaretopic sensorcatalogue Laser distancesettings angleparameters SensorConfiguration sensorplacement Displacement x y z SteeringParameters inner_angle outer_angle TransmissionSetup motor_front_left motor_front_right motor_rear_right motor_rear_left EngineParameters Motor engineparameters EngineParameters maxtorque name ImuSensor JointStateTopic joint_id DynamicParameters inertialparameters aerodynamicparameters wheeldynamics InertialParameters cog_ratio 0.5 mass 1.0 AeroDynamicParameters air_resistance 0.31 GeometricDefinition meshpath collisionmesh package displacement rotation Rotation roll pitch yaw LIDAR horizontal_angle_param vertical_angle_param max_range min_range resolution rpm Camera type cameraparameters CameraType RGB RGB DEPTH DEPTH STEREO STEREO GNSS geolocation Geolocation longitude latitude height CameraParameters width height clip_near clip_far horizontal_fov VehicleReferencePoint REAR_AXLE REAR_AXLE COG COG LowLevelControl low_level_node message can_model_path canports name middlewaretopic MessageMapping low_level_msg_name signalmapping enabled true lowlevelport SignalMapping low_level_signal_name middlewaremsgfield messagemapping transformationfunction ControlMiddlewareTopic middlewaremsgfield sync LowLevelPort name bitrate NetworkDefinition ip_address port MiddleWareMsgField signalmapping name middlewaretopic TransformationFunction tx_func rx_func MiddlewareTopic middleware_msg_topic_name name stamped middleware_msg_type WheelDynamics wheel_mass BoundingBox width depth height SensorPlacement rotation displacement sensormodel name networkdefinition localizer RootElement name SimulationControlPlugin name type VehicleControlPlugin velocitypid steerpid PIDControlParameters p i d SimulationConfiguration simulationcontrolplugin SensorCatalogue sensormodel rosconfiguration SensorMiddlewareTopic frequency RosConfiguration rostopicconfiguration SignalView lowlevelmessage LowLevelMessage lowlevelsignal LowLevelSignal
null
{"directed":true,"nodes":[{"nsPrefix":"vehicleconfig","nsURI":"http://jkk.sze.hu/vehicleconfig","name":"vehicleconfig","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KinematicParameters","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WheelParameters","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Odometry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeometrySettings","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AngleParameters","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorSettings","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistanceSettings","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorModel","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Laser","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorConfiguration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Displacement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SteeringParameters","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransmissionSetup","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EngineParameters","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImuSensor","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JointStateTopic","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicParameters","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InertialParameters","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AeroDynamicParameters","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeometricDefinition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LIDAR","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Camera","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CameraType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GNSS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geolocation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CameraParameters","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VehicleReferencePoint","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowLevelControl","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageMapping","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalMapping","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlMiddlewareTopic","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowLevelPort","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddleWareMsgField","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationFunction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddlewareTopic","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WheelDynamics","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundingBox","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorPlacement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootElement","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimulationControlPlugin","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VehicleControlPlugin","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PIDControlParameters","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimulationConfiguration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorCatalogue","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorMiddlewareTopic","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosConfiguration","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalView","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowLevelMessage","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowLevelSignal","instanceClass":null,"abstract":false,"id":53,"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":"kinematicparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"geometrysettings","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"sensorconfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transmissionsetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicparameters","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":true,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelcontrol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simulationconfiguration","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":"sensorcatalogue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wheelbase","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"rear_track","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"front_track","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wheelparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"steeringparameters","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":"reference_point","changeable":true,"lowerBound":0,"iD":false,"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":"boundingbox","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wheel_radius","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"wheel_width","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vehicle_status","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wheelgeometry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min_angle","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_angle","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"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":"samples","changeable":true,"lowerBound":0,"iD":false,"id":101,"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":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min_distance","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_distance","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mass","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":111,"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":"update_rate","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensormiddlewaretopic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"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":"sensorcatalogue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensormodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distancesettings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angleparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensorplacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"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":"inner_angle","changeable":true,"lowerBound":0,"iD":false,"id":136,"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":"outer_angle","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"motor_front_left","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":"motor_front_right","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":"motor_rear_right","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":"motor_rear_left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"EngineParameters","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"engineparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"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":"maxtorque","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"joint_id","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inertialparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aerodynamicparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wheeldynamics","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.5","unsettable":false,"transient":false,"unique":true,"name":"cog_ratio","changeable":true,"lowerBound":0,"iD":false,"id":165,"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":"mass","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.31,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.31","unsettable":false,"transient":false,"unique":true,"name":"air_resistance","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"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":"meshpath","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":"collisionmesh","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":"package","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":"displacement","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":"rotation","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roll","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pitch","changeable":true,"lowerBound":0,"iD":false,"id":182,"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":"yaw","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"horizontal_angle_param","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":"vertical_angle_param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_range","changeable":true,"lowerBound":0,"iD":false,"id":189,"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":"min_range","changeable":true,"lowerBound":0,"iD":false,"id":190,"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":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rpm","changeable":true,"lowerBound":0,"iD":false,"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"},{"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":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cameraparameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"RGB","id":205,"value":0,"literal":"RGB","eClass":"EEnumLiteral"},{"name":"DEPTH","id":206,"value":1,"literal":"DEPTH","eClass":"EEnumLiteral"},{"name":"STEREO","id":207,"value":2,"literal":"STEREO","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":"geolocation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"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":"longitude","changeable":true,"lowerBound":0,"iD":false,"id":211,"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":"latitude","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"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":218,"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":"clip_near","changeable":true,"lowerBound":0,"iD":false,"id":219,"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":"clip_far","changeable":true,"lowerBound":0,"iD":false,"id":220,"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":"horizontal_fov","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"name":"REAR_AXLE","id":227,"value":0,"literal":"REAR_AXLE","eClass":"EEnumLiteral"},{"name":"COG","id":228,"value":1,"literal":"COG","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":"low_level_node","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","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":"can_model_path","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":"canports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"middlewaretopic","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"low_level_msg_name","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signalmapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messagemapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"low_level_signal_name","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"middlewaremsgfield","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformationfunction","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":false,"unsettable":false,"transient":false,"unique":true,"name":"signalmapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"middlewaremsgfield","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sync","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"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":"middlewaretopic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bitrate","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ip_address","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tx_func","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx_func","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"middleware_msg_topic_name","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stamped","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"middleware_msg_type","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wheel_mass","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"depth","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displacement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensormodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networkdefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localizer","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"velocitypid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steerpid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"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":"p","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"i","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simulationcontrolplugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rosconfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frequency","changeable":true,"lowerBound":0,"iD":false,"id":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":"rostopicconfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"lowlevelmessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowlevelsignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"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":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":43},{"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":54,"target":2},{"source":54,"target":63},{"source":54,"target":1},{"source":63,"target":2},{"source":55,"target":5},{"source":55,"target":64},{"source":55,"target":1},{"source":64,"target":5},{"source":56,"target":11},{"source":56,"target":65},{"source":56,"target":1},{"source":65,"target":11},{"source":57,"target":14},{"source":57,"target":66},{"source":57,"target":1},{"source":66,"target":14},{"source":58,"target":19},{"source":58,"target":67},{"source":58,"target":1},{"source":67,"target":19},{"source":59,"target":31},{"source":59,"target":68},{"source":59,"target":1},{"source":68,"target":31},{"source":60,"target":47},{"source":60,"target":69},{"source":60,"target":1},{"source":69,"target":47},{"source":61,"target":48},{"source":61,"target":70},{"source":61,"target":1},{"source":70,"target":48},{"source":62,"target":43},{"source":2,"target":0},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":71,"target":78},{"source":71,"target":2},{"source":72,"target":79},{"source":72,"target":2},{"source":73,"target":80},{"source":73,"target":2},{"source":74,"target":3},{"source":74,"target":81},{"source":74,"target":2},{"source":81,"target":3},{"source":75,"target":13},{"source":75,"target":82},{"source":75,"target":2},{"source":82,"target":13},{"source":76,"target":30},{"source":76,"target":83},{"source":76,"target":2},{"source":83,"target":30},{"source":77,"target":41},{"source":77,"target":84},{"source":77,"target":2},{"source":84,"target":41},{"source":3,"target":0},{"source":3,"target":85},{"source":3,"target":86},{"source":85,"target":87},{"source":85,"target":3},{"source":86,"target":88},{"source":86,"target":3},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":89},{"source":4,"target":90},{"source":89,"target":34},{"source":89,"target":91},{"source":89,"target":4},{"source":91,"target":34},{"source":90,"target":9},{"source":5,"target":0},{"source":5,"target":92},{"source":5,"target":93},{"source":92,"target":22},{"source":92,"target":94},{"source":92,"target":5},{"source":94,"target":22},{"source":93,"target":22},{"source":93,"target":95},{"source":93,"target":5},{"source":95,"target":22},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":96,"target":99},{"source":96,"target":6},{"source":97,"target":100},{"source":97,"target":6},{"source":98,"target":7},{"source":7,"target":0},{"source":7,"target":101},{"source":7,"target":102},{"source":101,"target":103},{"source":101,"target":7},{"source":102,"target":104},{"source":102,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":105,"target":108},{"source":105,"target":8},{"source":106,"target":109},{"source":106,"target":8},{"source":107,"target":7},{"source":9,"target":0},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":110,"target":116},{"source":110,"target":9},{"source":111,"target":117},{"source":111,"target":9},{"source":112,"target":118},{"source":112,"target":9},{"source":113,"target":119},{"source":113,"target":9},{"source":114,"target":49},{"source":114,"target":120},{"source":114,"target":9},{"source":120,"target":49},{"source":115,"target":48},{"source":115,"target":121},{"source":115,"target":9},{"source":115,"target":122},{"source":121,"target":48},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":123,"target":8},{"source":123,"target":126},{"source":123,"target":10},{"source":126,"target":8},{"source":124,"target":6},{"source":124,"target":127},{"source":124,"target":10},{"source":127,"target":6},{"source":125,"target":9},{"source":11,"target":0},{"source":11,"target":128},{"source":128,"target":42},{"source":128,"target":129},{"source":128,"target":11},{"source":129,"target":42},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":130,"target":133},{"source":130,"target":12},{"source":131,"target":134},{"source":131,"target":12},{"source":132,"target":135},{"source":132,"target":12},{"source":13,"target":0},{"source":13,"target":136},{"source":13,"target":137},{"source":136,"target":138},{"source":136,"target":13},{"source":137,"target":139},{"source":137,"target":13},{"source":14,"target":0},{"source":14,"target":140},{"source":14,"target":141},{"source":14,"target":142},{"source":14,"target":143},{"source":14,"target":144},{"source":140,"target":15},{"source":140,"target":145},{"source":140,"target":14},{"source":145,"target":15},{"source":141,"target":15},{"source":141,"target":146},{"source":141,"target":14},{"source":146,"target":15},{"source":142,"target":15},{"source":142,"target":147},{"source":142,"target":14},{"source":147,"target":15},{"source":143,"target":15},{"source":143,"target":148},{"source":143,"target":14},{"source":148,"target":15},{"source":144,"target":16},{"source":144,"target":149},{"source":144,"target":14},{"source":149,"target":16},{"source":15,"target":0},{"source":15,"target":150},{"source":150,"target":16},{"source":150,"target":151},{"source":150,"target":15},{"source":151,"target":16},{"source":16,"target":0},{"source":16,"target":152},{"source":16,"target":153},{"source":152,"target":154},{"source":152,"target":16},{"source":153,"target":155},{"source":153,"target":16},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":156},{"source":156,"target":9},{"source":18,"target":0},{"source":18,"target":157},{"source":157,"target":158},{"source":157,"target":18},{"source":19,"target":0},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":159,"target":20},{"source":159,"target":162},{"source":159,"target":19},{"source":162,"target":20},{"source":160,"target":21},{"source":160,"target":163},{"source":160,"target":19},{"source":163,"target":21},{"source":161,"target":40},{"source":161,"target":164},{"source":161,"target":19},{"source":164,"target":40},{"source":20,"target":0},{"source":20,"target":165},{"source":20,"target":166},{"source":165,"target":167},{"source":165,"target":20},{"source":166,"target":168},{"source":166,"target":20},{"source":21,"target":0},{"source":21,"target":169},{"source":169,"target":170},{"source":169,"target":21},{"source":22,"target":0},{"source":22,"target":171},{"source":22,"target":172},{"source":22,"target":173},{"source":22,"target":174},{"source":22,"target":175},{"source":171,"target":176},{"source":171,"target":22},{"source":172,"target":177},{"source":172,"target":22},{"source":173,"target":178},{"source":173,"target":22},{"source":174,"target":12},{"source":174,"target":179},{"source":174,"target":22},{"source":179,"target":12},{"source":175,"target":23},{"source":175,"target":180},{"source":175,"target":22},{"source":180,"target":23},{"source":23,"target":0},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":181,"target":184},{"source":181,"target":23},{"source":182,"target":185},{"source":182,"target":23},{"source":183,"target":186},{"source":183,"target":23},{"source":24,"target":0},{"source":24,"target":9},{"source":24,"target":187},{"source":24,"target":188},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":24,"target":192},{"source":24,"target":193},{"source":187,"target":6},{"source":187,"target":194},{"source":187,"target":24},{"source":194,"target":6},{"source":188,"target":6},{"source":188,"target":195},{"source":188,"target":24},{"source":195,"target":6},{"source":189,"target":196},{"source":189,"target":24},{"source":190,"target":197},{"source":190,"target":24},{"source":191,"target":198},{"source":191,"target":24},{"source":192,"target":199},{"source":192,"target":24},{"source":193,"target":9},{"source":25,"target":0},{"source":25,"target":9},{"source":25,"target":200},{"source":25,"target":201},{"source":25,"target":202},{"source":200,"target":26},{"source":200,"target":203},{"source":200,"target":25},{"source":203,"target":26},{"source":201,"target":29},{"source":201,"target":204},{"source":201,"target":25},{"source":204,"target":29},{"source":202,"target":9},{"source":26,"target":0},{"source":26,"target":205},{"source":26,"target":206},{"source":26,"target":207},{"source":205,"target":26},{"source":206,"target":26},{"source":207,"target":26},{"source":27,"target":0},{"source":27,"target":9},{"source":27,"target":208},{"source":27,"target":209},{"source":208,"target":28},{"source":208,"target":210},{"source":208,"target":27},{"source":210,"target":28},{"source":209,"target":9},{"source":28,"target":0},{"source":28,"target":211},{"source":28,"target":212},{"source":28,"target":213},{"source":211,"target":214},{"source":211,"target":28},{"source":212,"target":215},{"source":212,"target":28},{"source":213,"target":216},{"source":213,"target":28},{"source":29,"target":0},{"source":29,"target":217},{"source":29,"target":218},{"source":29,"target":219},{"source":29,"target":220},{"source":29,"target":221},{"source":217,"target":222},{"source":217,"target":29},{"source":218,"target":223},{"source":218,"target":29},{"source":219,"target":224},{"source":219,"target":29},{"source":220,"target":225},{"source":220,"target":29},{"source":221,"target":226},{"source":221,"target":29},{"source":30,"target":0},{"source":30,"target":227},{"source":30,"target":228},{"source":227,"target":30},{"source":228,"target":30},{"source":31,"target":0},{"source":31,"target":229},{"source":31,"target":230},{"source":31,"target":231},{"source":31,"target":232},{"source":31,"target":233},{"source":31,"target":234},{"source":229,"target":235},{"source":229,"target":31},{"source":230,"target":32},{"source":230,"target":236},{"source":230,"target":31},{"source":236,"target":32},{"source":231,"target":237},{"source":231,"target":31},{"source":232,"target":35},{"source":232,"target":238},{"source":232,"target":31},{"source":238,"target":35},{"source":233,"target":239},{"source":233,"target":31},{"source":234,"target":34},{"source":234,"target":240},{"source":234,"target":31},{"source":240,"target":34},{"source":32,"target":0},{"source":32,"target":241},{"source":32,"target":242},{"source":32,"target":243},{"source":32,"target":244},{"source":241,"target":245},{"source":241,"target":32},{"source":242,"target":33},{"source":242,"target":246},{"source":242,"target":32},{"source":242,"target":247},{"source":246,"target":33},{"source":243,"target":248},{"source":243,"target":32},{"source":244,"target":35},{"source":244,"target":249},{"source":244,"target":32},{"source":249,"target":35},{"source":33,"target":0},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":247},{"source":33,"target":252},{"source":250,"target":253},{"source":250,"target":33},{"source":251,"target":37},{"source":251,"target":254},{"source":251,"target":33},{"source":251,"target":255},{"source":254,"target":37},{"source":247,"target":32},{"source":247,"target":256},{"source":247,"target":33},{"source":247,"target":242},{"source":256,"target":32},{"source":252,"target":38},{"source":252,"target":257},{"source":252,"target":33},{"source":257,"target":38},{"source":34,"target":0},{"source":34,"target":39},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":258,"target":37},{"source":258,"target":261},{"source":258,"target":34},{"source":258,"target":262},{"source":261,"target":37},{"source":259,"target":33},{"source":259,"target":263},{"source":259,"target":34},{"source":263,"target":33},{"source":260,"target":39},{"source":35,"target":0},{"source":35,"target":264},{"source":35,"target":265},{"source":264,"target":266},{"source":264,"target":35},{"source":265,"target":267},{"source":265,"target":35},{"source":36,"target":0},{"source":36,"target":268},{"source":36,"target":269},{"source":268,"target":270},{"source":268,"target":36},{"source":269,"target":271},{"source":269,"target":36},{"source":37,"target":0},{"source":37,"target":255},{"source":37,"target":272},{"source":37,"target":262},{"source":255,"target":33},{"source":255,"target":273},{"source":255,"target":37},{"source":255,"target":251},{"source":273,"target":33},{"source":272,"target":274},{"source":272,"target":37},{"source":262,"target":34},{"source":262,"target":275},{"source":262,"target":37},{"source":262,"target":258},{"source":275,"target":34},{"source":38,"target":0},{"source":38,"target":276},{"source":38,"target":277},{"source":276,"target":278},{"source":276,"target":38},{"source":277,"target":279},{"source":277,"target":38},{"source":39,"target":0},{"source":39,"target":280},{"source":39,"target":281},{"source":39,"target":282},{"source":39,"target":283},{"source":280,"target":284},{"source":280,"target":39},{"source":281,"target":285},{"source":281,"target":39},{"source":282,"target":286},{"source":282,"target":39},{"source":283,"target":287},{"source":283,"target":39},{"source":40,"target":0},{"source":40,"target":288},{"source":288,"target":289},{"source":288,"target":40},{"source":41,"target":0},{"source":41,"target":290},{"source":41,"target":291},{"source":41,"target":292},{"source":290,"target":293},{"source":290,"target":41},{"source":291,"target":294},{"source":291,"target":41},{"source":292,"target":295},{"source":292,"target":41},{"source":42,"target":0},{"source":42,"target":296},{"source":42,"target":297},{"source":42,"target":298},{"source":42,"target":299},{"source":42,"target":300},{"source":42,"target":301},{"source":296,"target":23},{"source":296,"target":302},{"source":296,"target":42},{"source":302,"target":23},{"source":297,"target":12},{"source":297,"target":303},{"source":297,"target":42},{"source":303,"target":12},{"source":298,"target":9},{"source":298,"target":304},{"source":298,"target":42},{"source":304,"target":9},{"source":299,"target":305},{"source":299,"target":42},{"source":300,"target":36},{"source":300,"target":306},{"source":300,"target":42},{"source":306,"target":36},{"source":301,"target":307},{"source":301,"target":42},{"source":43,"target":0},{"source":43,"target":308},{"source":308,"target":309},{"source":308,"target":43},{"source":44,"target":0},{"source":44,"target":310},{"source":44,"target":311},{"source":310,"target":312},{"source":310,"target":44},{"source":311,"target":313},{"source":311,"target":44},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":314},{"source":45,"target":315},{"source":45,"target":316},{"source":314,"target":46},{"source":314,"target":317},{"source":314,"target":45},{"source":317,"target":46},{"source":315,"target":46},{"source":315,"target":318},{"source":315,"target":45},{"source":318,"target":46},{"source":316,"target":44},{"source":46,"target":0},{"source":46,"target":319},{"source":46,"target":320},{"source":46,"target":321},{"source":319,"target":322},{"source":319,"target":46},{"source":320,"target":323},{"source":320,"target":46},{"source":321,"target":324},{"source":321,"target":46},{"source":47,"target":0},{"source":47,"target":325},{"source":325,"target":44},{"source":325,"target":326},{"source":325,"target":47},{"source":326,"target":44},{"source":48,"target":0},{"source":48,"target":43},{"source":48,"target":122},{"source":48,"target":327},{"source":48,"target":328},{"source":122,"target":9},{"source":122,"target":329},{"source":122,"target":48},{"source":122,"target":115},{"source":329,"target":9},{"source":327,"target":50},{"source":327,"target":330},{"source":327,"target":48},{"source":330,"target":50},{"source":328,"target":43},{"source":49,"target":0},{"source":49,"target":39},{"source":49,"target":331},{"source":49,"target":332},{"source":331,"target":333},{"source":331,"target":49},{"source":332,"target":39},{"source":50,"target":0},{"source":50,"target":334},{"source":334,"target":49},{"source":334,"target":335},{"source":334,"target":50},{"source":335,"target":49},{"source":51,"target":0},{"source":51,"target":43},{"source":51,"target":336},{"source":51,"target":337},{"source":336,"target":52},{"source":336,"target":338},{"source":336,"target":51},{"source":338,"target":52},{"source":337,"target":43},{"source":52,"target":0},{"source":52,"target":339},{"source":339,"target":53},{"source":339,"target":340},{"source":339,"target":52},{"source":340,"target":53},{"source":53,"target":0}],"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="default_value_literal" nsURI="http://sdfsad.com" nsPrefix="some"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" name="aa" eType="//A"/> <eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="//A" defaultValueLiteral="null"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x1" defaultValueLiteral="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x2" defaultValueLiteral="2.0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x3" defaultValueLiteral="3.0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b1" defaultValueLiteral="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EByte"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="s1" defaultValueLiteral="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EShort"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="l1" defaultValueLiteral="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="c1" defaultValueLiteral="49"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="t" defaultValueLiteral="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="s" defaultValueLiteral="abc"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xann" defaultValueLiteral="239"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xannundef" changeable="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="e" eType="//E" defaultValueLiteral="A"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eA" eType="//E" defaultValueLiteral="A"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="E"> <eLiterals name="A" literal="A"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/abreslav/java2ecore/org.abreslav.java2ecore.tests/model.expected/default_value_literal.ecore
ecore
default_value_literal A aa a null x1 1 x2 2.0 x3 3.0 b1 1 s1 -1 l1 1 c1 49 t true s abc xann 239 xannundef e A eA A E A A
null
{"directed":true,"nodes":[{"nsPrefix":"some","nsURI":"http://sdfsad.com","name":"default_value_literal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"E","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aa","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":"null","containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"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":"x1","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2.0","unsettable":false,"transient":false,"unique":true,"name":"x2","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3.0","unsettable":false,"transient":false,"unique":true,"name":"x3","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"b1","changeable":true,"lowerBound":0,"iD":false,"id":8,"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":"s1","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"l1","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"49","unsettable":false,"transient":false,"unique":true,"name":"c1","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":"t","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"abc","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"abc","unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":239,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"239","unsettable":false,"transient":false,"unique":true,"name":"xann","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xannundef","changeable":false,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"A","unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"A","unsettable":false,"transient":false,"unique":true,"name":"eA","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"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"},{"name":"A","id":33,"value":0,"literal":"A","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":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":3,"target":1},{"source":3,"target":18},{"source":3,"target":1},{"source":18,"target":1},{"source":4,"target":1},{"source":4,"target":19},{"source":4,"target":1},{"source":19,"target":1},{"source":5,"target":20},{"source":5,"target":1},{"source":6,"target":21},{"source":6,"target":1},{"source":7,"target":22},{"source":7,"target":1},{"source":8,"target":23},{"source":8,"target":1},{"source":9,"target":24},{"source":9,"target":1},{"source":10,"target":25},{"source":10,"target":1},{"source":11,"target":26},{"source":11,"target":1},{"source":12,"target":27},{"source":12,"target":1},{"source":13,"target":28},{"source":13,"target":1},{"source":14,"target":29},{"source":14,"target":1},{"source":15,"target":30},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":31},{"source":16,"target":1},{"source":31,"target":2},{"source":17,"target":2},{"source":17,"target":32},{"source":17,"target":1},{"source":32,"target":2},{"source":2,"target":0},{"source":2,"target":33},{"source":33,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecno" nsURI="http://ecno.se.imm.dtu.dk/ecno" nsPrefix="ecno"> <eClassifiers xsi:type="ecore:EClass" name="ElementType" eSuperTypes="#//IElementType #//ImportedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinationSets" upperBound="-1" eType="#//CoordinationSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//Reference" unsettable="true" containment="true" eOpposite="#//Reference/source"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gui" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//ElementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parallelTriggerEvents" upperBound="-1" eType="#//EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType" eSuperTypes="#//IEventType #//ImportedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gui" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//INamespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementTypes" upperBound="-1" eType="#//ElementType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTypes" upperBound="-1" eType="#//EventType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTypeExtensions" upperBound="-1" eType="#//EventTypeExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoordinationSet" eSuperTypes="#//ICoordinationSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisations" upperBound="-1" eType="#//Synchronisation" eOpposite="#//Synchronisation/coordinationSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerEvent" eType="#//EventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronisation" eSuperTypes="#//ISynchronisation"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType" lowerBound="1" eType="#//EventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SynchronisationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="#//Reference" eOpposite="#//Reference/synchronisations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinationSet" lowerBound="1" eType="#//CoordinationSet" eOpposite="#//CoordinationSet/synchronisations"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SynchronisationType"> <eLiterals name="ONE" literal="ONE"/> <eLiterals name="ALL" value="1" literal="ALL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//IReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="eReference" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ElementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ElementType" eOpposite="#//ElementType/references"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisations" upperBound="-1" eType="#//Synchronisation" containment="true" eOpposite="#//Synchronisation/reference"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameter" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter #//IFormalParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collective" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IElementType" instanceClassName="dk.dtu.imm.se.ecno.core.IElementType" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IEventType" instanceClassName="dk.dtu.imm.se.ecno.core.IEventType" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ISynchronisation" instanceClassName="dk.dtu.imm.se.ecno.core.ISynchronisation" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IFormalParameter" instanceClassName="dk.dtu.imm.se.ecno.core.IFormalParameter" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IReference" instanceClassName="dk.dtu.imm.se.ecno.core.IReference" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ICoordinationSet" instanceClassName="dk.dtu.imm.se.ecno.core.ICoordinationSet" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="INamespace" instanceClassName="dk.dtu.imm.se.ecno.core.INamespace" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ImportedType" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageURI" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imported" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="import" eType="#//ImportedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventTypeExtension" eSuperTypes="#//IEventTypeExtension #//ImportedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" lowerBound="1" eType="#//EventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" upperBound="-1" eType="#//String2EventTypeExtensionMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="String2EventTypeExtensionMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//EventTypeExtension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IEventTypeExtension" instanceClassName="dk.dtu.imm.se.ecno.core.IEventTypeExtension" abstract="true" interface="true"/> </ecore:EPackage>
github:ecore:/data/ekkart/ECNO/features/model/dk.dtu.imm.se.ecno.model/model/ecno.ecore
ecore
ecno ElementType eClass coordinationSets references name gui super parallelTriggerEvents EventType parameters name gui super Package elementTypes ePackage eventTypes uses uri eventTypeExtensions CoordinationSet synchronisations triggerEvent trigger priority Synchronisation eventType type reference coordinationSet eventName SynchronisationType ONE ONE ALL ALL Reference eReference target source synchronisations name upperBound FormalParameter label collective false IElementType dk.dtu.imm.se.ecno.core.IElementType dk.dtu.imm.se.ecno.core.IElementType IEventType dk.dtu.imm.se.ecno.core.IEventType dk.dtu.imm.se.ecno.core.IEventType ISynchronisation dk.dtu.imm.se.ecno.core.ISynchronisation dk.dtu.imm.se.ecno.core.ISynchronisation IFormalParameter dk.dtu.imm.se.ecno.core.IFormalParameter dk.dtu.imm.se.ecno.core.IFormalParameter IReference dk.dtu.imm.se.ecno.core.IReference dk.dtu.imm.se.ecno.core.IReference ICoordinationSet dk.dtu.imm.se.ecno.core.ICoordinationSet dk.dtu.imm.se.ecno.core.ICoordinationSet INamespace dk.dtu.imm.se.ecno.core.INamespace dk.dtu.imm.se.ecno.core.INamespace ImportedType packageURI typeName imported import EventTypeExtension base name parameters super String2EventTypeExtensionMap java.util.Map$Entry java.util.Map$Entry key value IEventTypeExtension dk.dtu.imm.se.ecno.core.IEventTypeExtension dk.dtu.imm.se.ecno.core.IEventTypeExtension
null
{"directed":true,"nodes":[{"nsPrefix":"ecno","nsURI":"http://ecno.se.imm.dtu.dk/ecno","name":"ecno","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoordinationSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronisation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SynchronisationType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.IElementType","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.IElementType","name":"IElementType","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.IEventType","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.IEventType","name":"IEventType","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.ISynchronisation","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.ISynchronisation","name":"ISynchronisation","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.IFormalParameter","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.IFormalParameter","name":"IFormalParameter","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.IReference","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.IReference","name":"IReference","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.ICoordinationSet","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.ICoordinationSet","name":"ICoordinationSet","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.INamespace","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.INamespace","name":"INamespace","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedType","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventTypeExtension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"String2EventTypeExtensionMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"dk.dtu.imm.se.ecno.core.IEventTypeExtension","defaultValue":null,"instanceClassName":"dk.dtu.imm.se.ecno.core.IEventTypeExtension","name":"IEventTypeExtension","instanceClass":null,"abstract":true,"id":19,"interface":true,"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":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"coordinationSets","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":true,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"name","changeable":false,"lowerBound":0,"iD":false,"id":23,"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":"gui","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parallelTriggerEvents","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"},{"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"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gui","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":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","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":"eventTypeExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggerEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"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":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"priority","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"coordinationSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"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":"eventName","changeable":false,"lowerBound":0,"iD":false,"id":73,"derived":true},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"ONE","id":81,"value":0,"literal":"ONE","eClass":"EEnumLiteral"},{"name":"ALL","id":82,"value":1,"literal":"ALL","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":"eReference","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":85,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"upperBound","changeable":false,"lowerBound":0,"iD":false,"id":86,"derived":true},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"label","changeable":false,"lowerBound":0,"iD":false,"id":94,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"collective","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageURI","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":101,"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":"imported","changeable":false,"lowerBound":1,"iD":false,"id":102,"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":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":9},{"source":1,"target":16},{"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":20,"target":29},{"source":20,"target":1},{"source":21,"target":4},{"source":21,"target":30},{"source":21,"target":1},{"source":30,"target":4},{"source":22,"target":7},{"source":22,"target":31},{"source":22,"target":1},{"source":22,"target":32},{"source":31,"target":7},{"source":23,"target":33},{"source":23,"target":1},{"source":24,"target":34},{"source":24,"target":1},{"source":25,"target":1},{"source":25,"target":35},{"source":25,"target":1},{"source":35,"target":1},{"source":26,"target":2},{"source":26,"target":36},{"source":26,"target":1},{"source":36,"target":2},{"source":27,"target":9},{"source":28,"target":16},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":16},{"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":37,"target":8},{"source":37,"target":43},{"source":37,"target":2},{"source":43,"target":8},{"source":38,"target":44},{"source":38,"target":2},{"source":39,"target":45},{"source":39,"target":2},{"source":40,"target":2},{"source":40,"target":46},{"source":40,"target":2},{"source":46,"target":2},{"source":41,"target":10},{"source":42,"target":16},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":47,"target":1},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":1},{"source":48,"target":55},{"source":48,"target":3},{"source":49,"target":2},{"source":49,"target":56},{"source":49,"target":3},{"source":56,"target":2},{"source":50,"target":3},{"source":50,"target":57},{"source":50,"target":3},{"source":57,"target":3},{"source":51,"target":58},{"source":51,"target":3},{"source":52,"target":17},{"source":52,"target":59},{"source":52,"target":3},{"source":59,"target":17},{"source":53,"target":15},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":60,"target":5},{"source":60,"target":65},{"source":60,"target":4},{"source":60,"target":66},{"source":65,"target":5},{"source":61,"target":2},{"source":61,"target":67},{"source":61,"target":4},{"source":67,"target":2},{"source":62,"target":68},{"source":62,"target":4},{"source":63,"target":69},{"source":63,"target":4},{"source":64,"target":14},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":66},{"source":5,"target":73},{"source":5,"target":74},{"source":70,"target":2},{"source":70,"target":75},{"source":70,"target":5},{"source":75,"target":2},{"source":71,"target":6},{"source":71,"target":76},{"source":71,"target":5},{"source":76,"target":6},{"source":72,"target":7},{"source":72,"target":77},{"source":72,"target":5},{"source":72,"target":78},{"source":77,"target":7},{"source":66,"target":4},{"source":66,"target":79},{"source":66,"target":5},{"source":66,"target":60},{"source":79,"target":4},{"source":73,"target":80},{"source":73,"target":5},{"source":74,"target":11},{"source":6,"target":0},{"source":6,"target":81},{"source":6,"target":82},{"source":81,"target":6},{"source":82,"target":6},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":32},{"source":7,"target":78},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":83,"target":88},{"source":83,"target":7},{"source":84,"target":1},{"source":84,"target":89},{"source":84,"target":7},{"source":89,"target":1},{"source":32,"target":1},{"source":32,"target":90},{"source":32,"target":7},{"source":32,"target":22},{"source":90,"target":1},{"source":78,"target":5},{"source":78,"target":91},{"source":78,"target":7},{"source":78,"target":72},{"source":91,"target":5},{"source":85,"target":92},{"source":85,"target":7},{"source":86,"target":93},{"source":86,"target":7},{"source":87,"target":13},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":94,"target":98},{"source":94,"target":8},{"source":95,"target":99},{"source":95,"target":8},{"source":97,"target":12},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":100,"target":104},{"source":100,"target":16},{"source":101,"target":105},{"source":101,"target":16},{"source":102,"target":106},{"source":102,"target":16},{"source":103,"target":16},{"source":103,"target":107},{"source":103,"target":16},{"source":107,"target":16},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":16},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":108,"target":2},{"source":108,"target":114},{"source":108,"target":17},{"source":114,"target":2},{"source":109,"target":115},{"source":109,"target":17},{"source":110,"target":8},{"source":110,"target":116},{"source":110,"target":17},{"source":116,"target":8},{"source":111,"target":18},{"source":111,"target":117},{"source":111,"target":17},{"source":117,"target":18},{"source":112,"target":19},{"source":113,"target":16},{"source":18,"target":0},{"source":18,"target":118},{"source":18,"target":119},{"source":118,"target":120},{"source":118,"target":18},{"source":119,"target":17},{"source":119,"target":121},{"source":119,"target":18},{"source":121,"target":17},{"source":19,"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="cbe" nsURI="http://www.eclipse.org/hyades/models/cbe.xmi" nsPrefix="CBE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Common Base Event model is used to describe a basic model for storing &quot;messages&quot; or logs from a product. The Common Base Event is the core structure for holding such messages which are often refered to as events from the products that log tem."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="CBECommonBaseEvent" eSuperTypes="#//CBEDefaultEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class provides the the basic level of common properties for all problem &#xD;&#xA;artifacts.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Source supplied event identifier. There is no guarantee that this value is globally unique and stays constant for the life of the event."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="globalInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A globally unique identifier for this specific Event instance."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationTime" 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 time the artifact was created as defined by CIM datetime data type. If not defined then the event receiver must timestamp it. &#xD;&#xA;&#xD;&#xA;Following is excerpt regarding format is from the standard:&#xD;&#xA;&#xD;&#xA;yyyymmddhhmmss.mmmmmmsutc (Must always be 25 characters - zero-padded if necessary)&#xD;&#xA;&#xD;&#xA;yyyy is a 4 digit year&#xD;&#xA;mm is the month&#xD;&#xA;dd is the day&#xD;&#xA;hh is the hour&#xD;&#xA;mm is the minutes&#xD;&#xA;ss is the second&#xD;&#xA;mmmmmm is the number of microseconds&#xD;&#xA;s is a &quot;+&quot; or &quot;-&quot; indicating the sign of UTC (Universal Coordinate Time - same as Greenwich Mean Time) or simply a &quot;:&quot; indicating a time interval (in case of using : yymm are interpreted as days)&#xD;&#xA;utc is the offset from UTC in minutes and ignored for the time interval&#xD;&#xA;&#xD;&#xA;For example 19980525145013.0000000-300 is Monday, May 25, 1998 at 2:50:13 PM EST.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The time zone part from the original XML fragment (eg. -240), see creationTime.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort" defaultValueLiteral="10"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Events can be classified with different severity levels. This enables administrators to focus on the most severe problems currently occurring in the enterprise. The event adapter can optionally assign the value for this attribute. If the event adapter does not assign a severity level, the default severity level in the event class definition is assigned by the event server. This attribute is extensible; you can add a new severity level by appending to the severities list defined in the event class definition files. The predefined severity levels, in order of increasing severity, are as follows: Information&#xD;&#xA;&quot;&#x9;Unknown&#xD;&#xA;&quot;&#x9;Harmless error that has no effect on the resource&#xD;&#xA;&quot;&#x9;Warning should be used when it's appropriate to let the user decide if action is needed.&#xD;&#xA;&quot;&#x9;Minor should be used to indicate action is needed, but the situation is not serious at this time.&#xD;&#xA;&quot;&#x9;Critical should be used to indicate action is needed NOW and the scope is broad (perhaps an imminent outage to a critical resource will result).&#xD;&#xA;&quot;&#x9;Fatal should be used to indicate an error occurred, but it's too late to take remedial action.&#xD;&#xA;Enumeration values start at 0 and go to 60. Default is unknown (10)&#xD;&#xA;&#xD;&#xA;Default value is Unknown.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the importance of the event&#xD;&#xA;&quot;&#x9;Unknown&#xD;&#xA;&quot;&#x9;Ignore&#xD;&#xA;&quot;&#x9;Low&#xD;&#xA;&quot;&#x9;Medium&#xD;&#xA;&quot;&#x9;High&#xD;&#xA;&quot;&#x9;Critical&#xD;&#xA;&#xD;&#xA;Default value is Unknown.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The content of this optional string is determined by the event creator. A typical usage would be the fully resolved and human readable message associated with this event."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeatCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This optional property is the number of occurrences of a given message artifact for a specific time interval. The Time interval is indicated by the ElapsedTime property described below. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elapsedTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This optional property is the time interval or the elapsed time for the number occurrences of message artifact provided by the MessageCount property. This property is expressed in microseconds. &#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional sequnce numbers are used to provide order at a greater granularity than the time stamps."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1.0.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherData" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextDataElements" upperBound="-1" eType="#//CBEContextDataElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reporterComponentId" eType="#//CBEComponentIdentification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceComponentId" lowerBound="1" eType="#//CBEComponentIdentification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="msgDataElement" eType="#//CBEMsgDataElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="situation" eType="#//CBESituation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adjustedCreationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEExtendedDataElement" eSuperTypes="#//CBEDefaultElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ExtendedDataElement class provides a name-value pair for a Common Base &#xD;&#xA;Eevent. For example you may choose to have a name-value pair to provide return &#xD;&#xA;error code, extended problem situation description, or provide any additional &#xD;&#xA;data for the consumer of the event. &#xD;&#xA;Token names may be referenced by correlation rules, however the &#xD;&#xA;ContextDataElement's prime purpose is ot hold data used for correlation. The &#xD;&#xA;support of this class relieves management tools of the need to be able to &#xD;&#xA;tokenize application specific artifacts. The token definitions are assumed to &#xD;&#xA;be specific to a resource. The data format is assumed to be in big endian.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="string"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEContextDataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Context Data Element provides data that is used ot establish the &#xD;&#xA;envrionment of an event. This data is intended to be used when post processing &#xD;&#xA;the model in order to associate or &quot;correlate&quot; multiple events together.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextId" 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="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEComponentIdentification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A component is a modular unit of a running system that has been defined to be a source of events, or a reporter of events. Typically these are large grained parts of a system, or services that are provided to a system. However the notion of a component is up to the system itslef to define."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionEnvironment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentIdType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property identifies the processID of the &quot;running&quot; component or subcomponent that generated the artifact. This property is optional."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property identifies the ThreadID of the component or subcomponent indicated by the Process ID that generated the artifact. A running process may spawn one or more thread to carry its function and/or incoming requests, the ThreadID will change accordingly. This property is optional."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEMsgDataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When an event is used to represent a message, a message data element captures the several parts of the message information. For example &quot;RDB2742E: an Error was detected in foo indicating that bar had problems&quot; which has a msg id as well as substituted &quot;foo&quot; and &quot;bar&quot; variables. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ZThis is where you would find the RDB1234E string that identifies the message."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgIdType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the id type is used to indicate the structure of the message id. for example IBM341 indicates a 3 charactercomponent id (RDB), a 4 charcter number (1234), and a 1 character severity level (E) making up the example RDB1234E. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalogId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalogTokens" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalog" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgLocale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalogType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEDefaultEvent" eSuperTypes="../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//AbstractDefaultEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A default event is the parent of any class that you wish to pass to an analysis &#xD;&#xA;engine. It will be marked isAnalyzed by the engine as appropriate.&#xD;&#xA;The default event is also the most minimal event that can be logged. As an &#xD;&#xA;isntance, all values logged are held in a structure of default elements.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="analyzed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="this member is used to indicate if the event has been analyzed by an engine."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="CBECommonBaseEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symptoms" upperBound="-1" eType="ecore:EClass ../../src-sdb/model/sdb.ecore#//SDBSymptom" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedProperties" upperBound="-1" eType="#//CBEDefaultElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEDefaultElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the most primitive holder of data. A simple name value pair."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name property names the token. DefaultElement typically define token names that can be used to identify data specific to an event. For example, the elements of an xml fragment that go beyond the default event or the CBE. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a sequence of values associated with the name. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//CBEDefaultElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reasoningScope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="EXTERNAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEStartSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="situationQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEConnectSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="situationDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEStopSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="situationQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEReportSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reportCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEFeatureSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEConfigureSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEDependencySituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependencyDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBECreateSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEDestroySituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEAvailableSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processingDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="availabilityDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBERequestSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="situationQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CBEOtherSituation" eSuperTypes="#//CBESituation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyData" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/cbe.ecore
ecore
cbe CBECommonBaseEvent localInstanceId globalInstanceId creationTime timeZone severity 10 priority msg repeatCount elapsedTime sequenceNumber version 1.0.1 otherData contextDataElements reporterComponentId sourceComponentId msgDataElement situation adjustedCreationTime CBEExtendedDataElement type string hexValue CBEContextDataElement contextId type name contextValue CBEComponentIdentification location locationType application executionEnvironment component subComponent componentIdType instanceId processId threadId componentType CBEMsgDataElement msgId msgIdType msgCatalogId msgCatalogTokens msgCatalog msgLocale msgCatalogType CBEDefaultEvent analyzed false extensionName CBECommonBaseEvent symptoms extendedProperties CBEDefaultElement name values children CBESituation categoryName reasoningScope EXTERNAL CBEStartSituation successDisposition situationQualifier CBEConnectSituation successDisposition situationDisposition CBEStopSituation successDisposition situationQualifier CBEReportSituation reportCategory CBEFeatureSituation featureDisposition CBEConfigureSituation successDisposition CBEDependencySituation dependencyDisposition CBECreateSituation successDisposition CBEDestroySituation successDisposition CBEAvailableSituation operationDisposition processingDisposition availabilityDisposition CBERequestSituation successDisposition situationQualifier CBEOtherSituation anyData
null
{"directed":true,"nodes":[{"nsPrefix":"CBE","nsURI":"http://www.eclipse.org/hyades/models/cbe.xmi","name":"cbe","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBECommonBaseEvent","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEExtendedDataElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEContextDataElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEComponentIdentification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEMsgDataElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDefaultEvent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDefaultElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBESituation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEStartSituation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEConnectSituation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEStopSituation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEReportSituation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEFeatureSituation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEConfigureSituation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDependencySituation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBECreateSituation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDestroySituation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEAvailableSituation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBERequestSituation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEOtherSituation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localInstanceId","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":"globalInstanceId","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationTime","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeZone","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","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":"msg","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeatCount","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elapsedTime","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceNumber","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.0.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0.1","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"otherData","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":"contextDataElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reporterComponentId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceComponentId","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"msgDataElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"adjustedCreationTime","changeable":false,"lowerBound":0,"iD":false,"id":38,"derived":true},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"hexValue","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":"contextId","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":"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":"name","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":"contextValue","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"},{"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":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":"locationType","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":"application","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":"executionEnvironment","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","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":"subComponent","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":"componentIdType","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":"instanceId","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":"processId","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":"threadId","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":"componentType","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgId","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":"msgIdType","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":"msgCatalogId","changeable":true,"lowerBound":0,"iD":false,"id":95,"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":"msgCatalogTokens","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgCatalog","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":"msgLocale","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":"msgCatalogType","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"analyzed","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"CBECommonBaseEvent","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CBECommonBaseEvent","unsettable":false,"transient":false,"unique":true,"name":"extensionName","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"symptoms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"EXTERNAL","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EXTERNAL","unsettable":false,"transient":false,"unique":true,"name":"reasoningScope","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situationQualifier","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","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":"situationDisposition","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","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":"situationQualifier","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportCategory","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureDisposition","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dependencyDisposition","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationDisposition","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processingDisposition","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"availabilityDisposition","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","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":"situationQualifier","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anyData","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":6},{"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":21,"target":40},{"source":21,"target":1},{"source":22,"target":41},{"source":22,"target":1},{"source":23,"target":42},{"source":23,"target":1},{"source":24,"target":43},{"source":24,"target":1},{"source":25,"target":44},{"source":25,"target":1},{"source":26,"target":45},{"source":26,"target":1},{"source":27,"target":46},{"source":27,"target":1},{"source":28,"target":47},{"source":28,"target":1},{"source":29,"target":48},{"source":29,"target":1},{"source":30,"target":49},{"source":30,"target":1},{"source":31,"target":50},{"source":31,"target":1},{"source":32,"target":51},{"source":32,"target":1},{"source":33,"target":3},{"source":33,"target":52},{"source":33,"target":1},{"source":52,"target":3},{"source":34,"target":4},{"source":34,"target":53},{"source":34,"target":1},{"source":53,"target":4},{"source":35,"target":4},{"source":35,"target":54},{"source":35,"target":1},{"source":54,"target":4},{"source":36,"target":5},{"source":36,"target":55},{"source":36,"target":1},{"source":55,"target":5},{"source":37,"target":8},{"source":37,"target":56},{"source":37,"target":1},{"source":56,"target":8},{"source":38,"target":57},{"source":38,"target":1},{"source":39,"target":6},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":58,"target":61},{"source":58,"target":2},{"source":59,"target":62},{"source":59,"target":2},{"source":60,"target":7},{"source":3,"target":0},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":63,"target":67},{"source":63,"target":3},{"source":64,"target":68},{"source":64,"target":3},{"source":65,"target":69},{"source":65,"target":3},{"source":66,"target":70},{"source":66,"target":3},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":71,"target":82},{"source":71,"target":4},{"source":72,"target":83},{"source":72,"target":4},{"source":73,"target":84},{"source":73,"target":4},{"source":74,"target":85},{"source":74,"target":4},{"source":75,"target":86},{"source":75,"target":4},{"source":76,"target":87},{"source":76,"target":4},{"source":77,"target":88},{"source":77,"target":4},{"source":78,"target":89},{"source":78,"target":4},{"source":79,"target":90},{"source":79,"target":4},{"source":80,"target":91},{"source":80,"target":4},{"source":81,"target":92},{"source":81,"target":4},{"source":5,"target":0},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":93,"target":100},{"source":93,"target":5},{"source":94,"target":101},{"source":94,"target":5},{"source":95,"target":102},{"source":95,"target":5},{"source":96,"target":103},{"source":96,"target":5},{"source":97,"target":104},{"source":97,"target":5},{"source":98,"target":105},{"source":98,"target":5},{"source":99,"target":106},{"source":99,"target":5},{"source":6,"target":0},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":107,"target":112},{"source":107,"target":6},{"source":108,"target":113},{"source":108,"target":6},{"source":109,"target":114},{"source":109,"target":6},{"source":110,"target":7},{"source":110,"target":115},{"source":110,"target":6},{"source":115,"target":7},{"source":7,"target":0},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":116,"target":119},{"source":116,"target":7},{"source":117,"target":120},{"source":117,"target":7},{"source":118,"target":7},{"source":118,"target":121},{"source":118,"target":7},{"source":121,"target":7},{"source":8,"target":0},{"source":8,"target":122},{"source":8,"target":123},{"source":122,"target":124},{"source":122,"target":8},{"source":123,"target":125},{"source":123,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":126,"target":129},{"source":126,"target":9},{"source":127,"target":130},{"source":127,"target":9},{"source":128,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":131,"target":134},{"source":131,"target":10},{"source":132,"target":135},{"source":132,"target":10},{"source":133,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":136,"target":139},{"source":136,"target":11},{"source":137,"target":140},{"source":137,"target":11},{"source":138,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":141},{"source":12,"target":142},{"source":141,"target":143},{"source":141,"target":12},{"source":142,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":144},{"source":13,"target":145},{"source":144,"target":146},{"source":144,"target":13},{"source":145,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":147},{"source":14,"target":148},{"source":147,"target":149},{"source":147,"target":14},{"source":148,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":150},{"source":15,"target":151},{"source":150,"target":152},{"source":150,"target":15},{"source":151,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":153},{"source":16,"target":154},{"source":153,"target":155},{"source":153,"target":16},{"source":154,"target":8},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":156},{"source":17,"target":157},{"source":156,"target":158},{"source":156,"target":17},{"source":157,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":159,"target":163},{"source":159,"target":18},{"source":160,"target":164},{"source":160,"target":18},{"source":161,"target":165},{"source":161,"target":18},{"source":162,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":166,"target":169},{"source":166,"target":19},{"source":167,"target":170},{"source":167,"target":19},{"source":168,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":171},{"source":20,"target":172},{"source":171,"target":173},{"source":171,"target":20},{"source":172,"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="atom" nsURI="urn:switchyard-component-camel-atom:config:2.0" nsPrefix="atom"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h1>About the XML namespace&lt;/h1>&#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; This schema document describes the XML namespace, in a form&#xD;&#xA; suitable for import by other schema documents.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See &lt;a href=&quot;http://www.w3.org/XML/1998/namespace.html&quot;>&#xD;&#xA; http://www.w3.org/XML/1998/namespace.html&lt;/a> and&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/TR/REC-xml&quot;>&#xD;&#xA; http://www.w3.org/TR/REC-xml&lt;/a> for information &#xD;&#xA; about this namespace.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; Note that local names in this namespace are intended to be&#xD;&#xA; defined only by the World Wide Web Consortium or its subgroups.&#xD;&#xA; The names currently defined in this namespace are listed below.&#xD;&#xA; They should not be used with conflicting semantics by any Working&#xD;&#xA; Group, specification, or document instance.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p> &#xD;&#xA; See further below in this document for more information about &lt;a href=&quot;#usage&quot;>how to refer to this schema document from your own&#xD;&#xA; XSD schema documents&lt;/a> and about &lt;a href=&quot;#nsversioning&quot;>the&#xD;&#xA; namespace-versioning policy governing this schema document&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>Father (in any context at all)&lt;/h3> &#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes Jon Bosak, the chair of &#xD;&#xA; the original XML Working Group. This name is reserved by &#xD;&#xA; the following decision of the W3C XML Plenary and &#xD;&#xA; XML Coordination groups:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;blockquote>&#xD;&#xA; &lt;p>&#xD;&#xA;&#x9;In appreciation for his vision, leadership and&#xD;&#xA;&#x9;dedication the W3C XML Plenary on this 10th day of&#xD;&#xA;&#x9;February, 2000, reserves for Jon Bosak in perpetuity&#xD;&#xA;&#x9;the XML name &quot;xml:Father&quot;.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/blockquote>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div id=&quot;usage&quot; xml:id=&quot;usage&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h2>&#xD;&#xA; &lt;a name=&quot;usage&quot;>About this schema document&lt;/a>&#xD;&#xA; &lt;/h2>&#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; This schema defines attributes and an attribute group suitable&#xD;&#xA; for use by schemas wishing to allow &lt;code>xml:base&lt;/code>,&#xD;&#xA; &lt;code>xml:lang&lt;/code>, &lt;code>xml:space&lt;/code> or&#xD;&#xA; &lt;code>xml:id&lt;/code> attributes on elements they define.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; To enable this, such a schema must import this schema for&#xD;&#xA; the XML namespace, e.g. as follows:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;schema . . .&amp;gt;&#xD;&#xA; . . .&#xD;&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xD;&#xA; schemaLocation=&quot;http://www.w3.org/2001/xml.xsd&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; or&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xD;&#xA; schemaLocation=&quot;http://www.w3.org/2009/01/xml.xsd&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; Subsequently, qualified reference to any of the attributes or the&#xD;&#xA; group defined below will have the desired effect, e.g.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;type . . .&amp;gt;&#xD;&#xA; . . .&#xD;&#xA; &amp;lt;attributeGroup ref=&quot;xml:specialAttrs&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; will define a type which will schema-validate an instance element&#xD;&#xA; with any of those attributes.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div id=&quot;nsversioning&quot; xml:id=&quot;nsversioning&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h2>&#xD;&#xA; &lt;a name=&quot;nsversioning&quot;>Versioning policy for this schema document&lt;/a>&#xD;&#xA; &lt;/h2>&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; In keeping with the XML Schema WG's standard versioning&#xD;&#xA; policy, this schema document will persist at&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2009/01/xml.xsd&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; At the date of issue it can also be found at&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2001/xml.xsd&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The schema document at that URI may however change in the future,&#xD;&#xA; in order to remain compatible with the latest version of XML&#xD;&#xA; Schema itself, or with the XML namespace itself. In other words,&#xD;&#xA; if the XML Schema or XML namespaces change, the version of this&#xD;&#xA; document at &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2001/xml.xsd &#xD;&#xA; &lt;/a> &#xD;&#xA; will change accordingly; the version at &#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2009/01/xml.xsd &#xD;&#xA; &lt;/a> &#xD;&#xA; will not change.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; Previous dated (and unchanging) versions of this schema &#xD;&#xA; document are at:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;ul>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2009/01/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2007/08/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2007/08/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2004/10/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2004/10/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2001/03/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2001/03/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;/ul>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AdditionalUriParametersType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="additionalUriParameters_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//ParameterType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parameter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomScheduledPollConsumerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AtomScheduledPollConsumerType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialDelay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="1000" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="initialDelay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="60000" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="delay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useFixedDelay" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="useFixedDelay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sendEmptyMessageWhenIdle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sendEmptyMessageWhenIdle"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnitType" defaultValueLiteral="MILLISECONDS" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timeUnit"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseCamelBinding" eSuperTypes="config.switchyard.ecore#//SwitchYardBindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BaseCamelBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contextMapper" eType="ecore:EClass config.switchyard.ecore#//ContextMapperType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="contextMapper"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="messageComposer" eType="ecore:EClass config.switchyard.ecore#//MessageComposerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="messageComposer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalUriParameters" eType="#//AdditionalUriParametersType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="additionalUriParameters"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CamelAtomBindingType" eSuperTypes="#//BaseCamelBinding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CamelAtomBindingType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feedURI" 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="element"/> <details key="name" value="feedURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitEntries" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="splitEntries"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="filter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lastUpdate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="throttleEntries" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="throttleEntries"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feedHeader" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="feedHeader"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortEntries" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sortEntries"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="consume" eType="#//AtomScheduledPollConsumerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="consume"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </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="bindingAtom" upperBound="-2" eType="#//CamelAtomBindingType" volatile="true" transient="true" 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="urn:switchyard-config:switchyard:2.0#binding.switchyard"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="parameter_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="timeUnit_._type"/> </eAnnotations> <eLiterals name="NANOSECONDS"/> <eLiterals name="MICROSECONDS" value="1"/> <eLiterals name="MILLISECONDS" value="2"/> <eLiterals name="SECONDS" value="3"/> <eLiterals name="MINUTES" value="4"/> <eLiterals name="HOURS" value="5"/> <eLiterals name="DAYS" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TimeUnitTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="timeUnit_._type:Object"/> <details key="baseType" value="timeUnit_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.switchyard1_0/model/component.camel.atom.ecore
ecore
atom AdditionalUriParametersType parameter AtomScheduledPollConsumerType initialDelay 1000 delay 60000 useFixedDelay false sendEmptyMessageWhenIdle false timeUnit MILLISECONDS BaseCamelBinding contextMapper messageComposer additionalUriParameters CamelAtomBindingType feedURI splitEntries true filter true lastUpdate throttleEntries true feedHeader true sortEntries false consume DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bindingAtom ParameterType name value TimeUnitType NANOSECONDS NANOSECONDS MICROSECONDS MICROSECONDS MILLISECONDS MILLISECONDS SECONDS SECONDS MINUTES MINUTES HOURS HOURS DAYS DAYS TimeUnitTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator
null
{"directed":true,"nodes":[{"nsPrefix":"atom","nsURI":"urn:switchyard-component-camel-atom:config:2.0","name":"atom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalUriParametersType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomScheduledPollConsumerType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseCamelBinding","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelAtomBindingType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TimeUnitTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":8,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":true,"transient":false,"unique":true,"name":"initialDelay","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":60000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"60000","unsettable":true,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"useFixedDelay","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"sendEmptyMessageWhenIdle","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MILLISECONDS","unsettable":true,"transient":false,"unique":true,"name":"timeUnit","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextMapper","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageComposer","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":"additionalUriParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feedURI","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"splitEntries","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"filter","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":"lastUpdate","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"throttleEntries","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":"feedHeader","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"sortEntries","changeable":true,"lowerBound":0,"iD":false,"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":"consume","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"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":"bindingAtom","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"name":"NANOSECONDS","id":57,"value":0,"literal":"NANOSECONDS","eClass":"EEnumLiteral"},{"name":"MICROSECONDS","id":58,"value":1,"literal":"MICROSECONDS","eClass":"EEnumLiteral"},{"name":"MILLISECONDS","id":59,"value":2,"literal":"MILLISECONDS","eClass":"EEnumLiteral"},{"name":"SECONDS","id":60,"value":3,"literal":"SECONDS","eClass":"EEnumLiteral"},{"name":"MINUTES","id":61,"value":4,"literal":"MINUTES","eClass":"EEnumLiteral"},{"name":"HOURS","id":62,"value":5,"literal":"HOURS","eClass":"EEnumLiteral"},{"name":"DAYS","id":63,"value":6,"literal":"DAYS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":6},{"source":9,"target":10},{"source":9,"target":1},{"source":10,"target":6},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":11,"target":16},{"source":11,"target":2},{"source":12,"target":17},{"source":12,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":7},{"source":15,"target":20},{"source":15,"target":2},{"source":20,"target":7},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":21,"target":25},{"source":21,"target":3},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":1},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":28,"target":37},{"source":28,"target":4},{"source":29,"target":38},{"source":29,"target":4},{"source":30,"target":39},{"source":30,"target":4},{"source":31,"target":40},{"source":31,"target":4},{"source":32,"target":41},{"source":32,"target":4},{"source":33,"target":42},{"source":33,"target":4},{"source":34,"target":43},{"source":34,"target":4},{"source":35,"target":2},{"source":35,"target":44},{"source":35,"target":4},{"source":44,"target":2},{"source":36,"target":3},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":45,"target":49},{"source":45,"target":5},{"source":46,"target":50},{"source":46,"target":5},{"source":47,"target":51},{"source":47,"target":5},{"source":48,"target":4},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":4},{"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":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"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":8,"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="webpage" nsURI="http://www.example.org/webpage" nsPrefix="webpage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xD;&#xA; StringBuffer result = new StringBuffer(super.toString());&#xD;&#xA; result.append(&quot;Article: &quot;);&#xD;&#xA; result.append(name);&#xD;&#xA; return result.toString();"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Web"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This Class represents the complete Web Representation"/> </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="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="webpage" upperBound="-1" eType="#//Webpage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Webpage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="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="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="articles" upperBound="-1" eType="#//Article"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="test" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Calender" instanceClassName="java.util.Calendar"/> </ecore:EPackage>
github:ecore:/data/akkhil2012/EMFSampleProject/com.akkhil.emf.webpage.model/model/webpage.ecore
ecore
webpage Web name title description keywords webpage Webpage name title description categories Category name articles Article toString test input name Calender java.util.Calendar java.util.Calendar
null
{"directed":true,"nodes":[{"nsPrefix":"webpage","nsURI":"http://www.example.org/webpage","name":"webpage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Web","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Webpage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Calendar","defaultValue":null,"instanceClassName":"java.util.Calendar","name":"Calender","instanceClass":"java.util.Calendar","id":5,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"title","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":"description","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":"keywords","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":false,"unsettable":false,"transient":false,"unique":true,"name":"webpage","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"},{"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":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"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":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"articles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"test","lowerBound":0,"id":29,"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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"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":1,"target":10},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":22},{"source":18,"target":2},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":3},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":26},{"source":24,"target":3},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":3},{"source":27,"target":4},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":29,"target":33},{"source":33,"target":34},{"source":33,"target":29},{"source":30,"target":35},{"source":30,"target":4},{"source":5,"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="archcnl" nsURI="http://www.architecture.org/cnl/Archcnl" nsPrefix="archcnl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="sentence" upperBound="-1" eType="#//Sentence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sentence"> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#//ConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ruletype" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facts" upperBound="-1" eType="#//FactStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationRuleType"> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#//ConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Anything"> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nothing" eSuperTypes="#//NegationRuleType"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalRuleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#//ConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation2" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object2" eType="#//ConceptExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnlyCanRuleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#//ConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubConceptRuleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ConceptExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MustRuleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="anything" eType="#//Anything" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ObjectConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectAndList" upperBound="-1" eType="#//AndObjectConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectOrList" upperBound="-1" eType="#//OrObjectConceptExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CanOnlyRuleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityRuleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectConceptExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" eType="#//ConceptExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//DataStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndObjectConceptExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ObjectConceptExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrObjectConceptExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ObjectConceptExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeRelation" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectRelation" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="ConceptExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" eType="#//Concept" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="that" upperBound="-1" eType="#//ThatExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThatExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" upperBound="-1" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementList"> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" eType="#//Concept" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FactStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptAssertion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="individual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" eType="#//Concept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleAssertion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="individual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypePropertyAssertion" eSuperTypes="#//RoleAssertion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectPropertyAssertion" eSuperTypes="#//RoleAssertion"> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" eType="#//Concept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concept"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Mari-Wie/ArchCNL/org.architecture.cnl.parent/org.architecture.cnl/model/generated/Archcnl.ecore
ecore
archcnl Model sentence Sentence subject ruletype facts NegationRuleType subject object Anything relation Nothing ConditionalRuleType start subject relation object relation2 object2 OnlyCanRuleType start subject object SubConceptRuleType modifier object MustRuleType modifier object Object anything expression objectAndList objectOrList CanOnlyRuleType modifier object CardinalityRuleType modifer object ObjectConceptExpression relation cardinality number concept data AndObjectConceptExpression expression OrObjectConceptExpression expression Relation relationName DatatypeRelation ObjectRelation ConceptExpression concept that ThatExpression list StatementList relation expression VariableStatement concept variable DataStatement stringValue intValue FactStatement assertion ConceptAssertion individual concept RoleAssertion individual relation DatatypePropertyAssertion string int ObjectPropertyAssertion concept Concept conceptName Variable name
null
{"directed":true,"nodes":[{"nsPrefix":"archcnl","nsURI":"http://www.architecture.org/cnl/Archcnl","name":"archcnl","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":"Sentence","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegationRuleType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anything","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nothing","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRuleType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnlyCanRuleType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubConceptRuleType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MustRuleType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CanOnlyRuleType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityRuleType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectConceptExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndObjectConceptExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrObjectConceptExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeRelation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRelation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThatExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementList","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableStatement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStatement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FactStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptAssertion","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleAssertion","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypePropertyAssertion","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectPropertyAssertion","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sentence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ruletype","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":"facts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","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":"subject","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":"relation","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":"object","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":"relation2","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"object2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"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":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":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"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":"modifier","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":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anything","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectAndList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectOrList","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifer","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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concept","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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":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":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationName","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"that","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concept","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"individual","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"individual","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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"int","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptName","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":31,"target":2},{"source":31,"target":32},{"source":31,"target":1},{"source":32,"target":2},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":33,"target":19},{"source":33,"target":36},{"source":33,"target":2},{"source":36,"target":19},{"source":34,"target":37},{"source":34,"target":2},{"source":35,"target":24},{"source":35,"target":38},{"source":35,"target":2},{"source":38,"target":24},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":39,"target":19},{"source":39,"target":41},{"source":39,"target":3},{"source":41,"target":19},{"source":40,"target":10},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":10},{"source":4,"target":0},{"source":4,"target":43},{"source":43,"target":16},{"source":43,"target":44},{"source":43,"target":4},{"source":44,"target":16},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":45},{"source":45,"target":3},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":46,"target":52},{"source":46,"target":6},{"source":47,"target":19},{"source":47,"target":53},{"source":47,"target":6},{"source":53,"target":19},{"source":48,"target":16},{"source":48,"target":54},{"source":48,"target":6},{"source":54,"target":16},{"source":49,"target":19},{"source":49,"target":55},{"source":49,"target":6},{"source":55,"target":19},{"source":50,"target":16},{"source":50,"target":56},{"source":50,"target":6},{"source":56,"target":16},{"source":51,"target":19},{"source":51,"target":57},{"source":51,"target":6},{"source":57,"target":19},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":58,"target":61},{"source":58,"target":7},{"source":59,"target":19},{"source":59,"target":62},{"source":59,"target":7},{"source":62,"target":19},{"source":60,"target":10},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":10},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":64,"target":66},{"source":64,"target":8},{"source":65,"target":19},{"source":65,"target":67},{"source":65,"target":8},{"source":67,"target":19},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":70},{"source":68,"target":9},{"source":69,"target":10},{"source":69,"target":71},{"source":69,"target":9},{"source":71,"target":10},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":72,"target":4},{"source":72,"target":76},{"source":72,"target":10},{"source":76,"target":4},{"source":73,"target":13},{"source":73,"target":77},{"source":73,"target":10},{"source":77,"target":13},{"source":74,"target":14},{"source":74,"target":78},{"source":74,"target":10},{"source":78,"target":14},{"source":75,"target":15},{"source":75,"target":79},{"source":75,"target":10},{"source":79,"target":15},{"source":11,"target":0},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":82},{"source":80,"target":11},{"source":81,"target":10},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":10},{"source":12,"target":0},{"source":12,"target":84},{"source":12,"target":85},{"source":84,"target":86},{"source":84,"target":12},{"source":85,"target":10},{"source":85,"target":87},{"source":85,"target":12},{"source":87,"target":10},{"source":13,"target":0},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":88,"target":16},{"source":88,"target":93},{"source":88,"target":13},{"source":93,"target":16},{"source":89,"target":94},{"source":89,"target":13},{"source":90,"target":95},{"source":90,"target":13},{"source":91,"target":19},{"source":91,"target":96},{"source":91,"target":13},{"source":96,"target":19},{"source":92,"target":23},{"source":92,"target":97},{"source":92,"target":13},{"source":97,"target":23},{"source":14,"target":0},{"source":14,"target":98},{"source":98,"target":13},{"source":98,"target":99},{"source":98,"target":14},{"source":99,"target":13},{"source":15,"target":0},{"source":15,"target":100},{"source":100,"target":13},{"source":100,"target":101},{"source":100,"target":15},{"source":101,"target":13},{"source":16,"target":0},{"source":16,"target":102},{"source":102,"target":103},{"source":102,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":104},{"source":104,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":105},{"source":105,"target":16},{"source":19,"target":0},{"source":19,"target":106},{"source":19,"target":107},{"source":106,"target":29},{"source":106,"target":108},{"source":106,"target":19},{"source":108,"target":29},{"source":107,"target":20},{"source":107,"target":109},{"source":107,"target":19},{"source":109,"target":20},{"source":20,"target":0},{"source":20,"target":110},{"source":110,"target":21},{"source":110,"target":111},{"source":110,"target":20},{"source":111,"target":21},{"source":21,"target":0},{"source":21,"target":112},{"source":21,"target":113},{"source":112,"target":16},{"source":112,"target":114},{"source":112,"target":21},{"source":114,"target":16},{"source":113,"target":115},{"source":113,"target":21},{"source":22,"target":0},{"source":22,"target":116},{"source":22,"target":117},{"source":116,"target":29},{"source":116,"target":118},{"source":116,"target":22},{"source":118,"target":29},{"source":117,"target":30},{"source":117,"target":119},{"source":117,"target":22},{"source":119,"target":30},{"source":23,"target":0},{"source":23,"target":120},{"source":23,"target":121},{"source":120,"target":122},{"source":120,"target":23},{"source":121,"target":123},{"source":121,"target":23},{"source":24,"target":0},{"source":24,"target":124},{"source":124,"target":125},{"source":124,"target":24},{"source":25,"target":0},{"source":25,"target":126},{"source":25,"target":127},{"source":126,"target":128},{"source":126,"target":25},{"source":127,"target":29},{"source":127,"target":129},{"source":127,"target":25},{"source":129,"target":29},{"source":26,"target":0},{"source":26,"target":130},{"source":26,"target":131},{"source":130,"target":132},{"source":130,"target":26},{"source":131,"target":16},{"source":131,"target":133},{"source":131,"target":26},{"source":133,"target":16},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":134},{"source":27,"target":135},{"source":27,"target":136},{"source":134,"target":137},{"source":134,"target":27},{"source":135,"target":138},{"source":135,"target":27},{"source":136,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":139},{"source":28,"target":140},{"source":139,"target":29},{"source":139,"target":141},{"source":139,"target":28},{"source":141,"target":29},{"source":140,"target":26},{"source":29,"target":0},{"source":29,"target":142},{"source":142,"target":143},{"source":142,"target":29},{"source":30,"target":0},{"source":30,"target":144},{"source":144,"target":145},{"source":144,"target":30}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SensorValues" nsURI="http://aletheia-projekt.de/iot/SensorValues" nsPrefix="sval"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="$Id:$"/> </eAnnotations> <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="Series" upperBound="-2" eType="#//Series" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Series"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="Config" upperBound="-2" eType="#//Configuration" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Config"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RateConfig"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="sample period= 2^rate * 13 ms"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Series"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragment" eType="#//Fragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sample" lowerBound="1" upperBound="-1" eType="#//Sample" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Byte"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="fragment counter (to detect missing segments)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delta_t" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="time elapsed since start of series"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sample"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delta_t" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="time_elapse since last sample&#xD;&#xA;Mandatory for second element!!&#xD;&#xA;&#xD;&#xA;Example how to calculate timeline &quot;x-axis&quot;&#xD;&#xA;&#xD;&#xA;100s *series&#xD;&#xA; *delta_t 100s&#xD;&#xA;100s *sample&#xD;&#xA;100,1s *sample&#xD;&#xA; *delta_t 0,1s&#xD;&#xA;100,2s *sample&#xD;&#xA;100,3s *sample&#xD;&#xA;100,5s *sample&#xD;&#xA; *delta_t 0,2s&#xD;&#xA;100,7s *sample&#xD;&#xA;100,8s *sample&#xD;&#xA; *delta_t 0,1 &#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"/> <eSubpackages name="Sensors" nsURI="http://particle.teco.edu/SensorValues" nsPrefix="sensor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="$Id:$"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TC74Sample"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Microchip TC74&#xD;&#xA;Tiny Serial Digital Thermal Sensor&#xD;&#xA;&#xD;&#xA;http://ww1.microchip.com/downloads/en/devicedoc/21462c.pdf"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TC74_Sample"/> <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#//Byte" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TSL2550Sample"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Taos TSL2550 &#xD;&#xA;Ambient Light Sensor&#xD;&#xA;&#xD;&#xA;The TSL2550 is a digital-output light sensor with a two-wire, SMBus serial interface. It combines&#xD;&#xA;two photodiodes and a companding analog-to-digital converter (ADC) on a single CMOS&#xD;&#xA;integrated circuit to provide light measurements over an effective 12-bit dynamic range with a&#xD;&#xA;response similar to that of the human eye.&#xD;&#xA;The TSL2550 is designed for use with broad wavelength light sources. One of the photodiodes (channel 0) is&#xD;&#xA;sensitive to visible and infrared light, while the second photodiode (channel 1) is sensitive primarily to infrared&#xD;&#xA;light.&#xD;&#xA;&#xD;&#xA;http://www.taosinc.com/getfile.aspx?type=press&amp;amp;file=tsl2550-e75.pdf&#xD;&#xA;Light Level (lux) =(daylight-infrared)*0.39*e(0.181R^2 )&#xD;&#xA;&#xD;&#xA;Typical outputs: &#xD;&#xA;&#xD;&#xA;Fluorescent (297 lux) : daylight=831 infrared=68&#xD;&#xA;Daylight, shade (201 lux): daylight=895 infrared=343&#xD;&#xA;Incadescent (42 lux): daylight 42 infrared=959"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TSL2550_Sample"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="daylight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedShort" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ADC ouput for channel 0"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="daylight"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infrared" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedShort" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ADC ouput for channel 1"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="infrared"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SP101Sample"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SP101_Sample"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedByte" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="volume"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSR152Sample"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FSR152_Sample"/> <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#//UnsignedByte" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ADXL210Sample"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Analog Devices ADXL210 &#xD;&#xA;Low-Cost ±10 g Dual-Axis Accelerometer with Duty Cycle &#xD;&#xA;&#xD;&#xA;(z-output from optional orthogonally mounted second device)&#xD;&#xA;&#xD;&#xA;http://www.analog.com/static/imported-files/data_sheets_obsolete/OBSOLETE%20WATERMARK/ADXL210.pdf"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ADXL210_Sample"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="x"/> <details key="namespace" value="##targetNamespace"/> <details key="wildcards" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="y"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Short" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="z"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="Boards" nsURI="http://particle.teco.edu/boards/" nsPrefix="boards"> <eSubpackages name="SSimp" nsURI="http://particle.teco.edu/boards/SSimp" nsPrefix="ssimp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="$Id:$"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Sample" eSuperTypes="#//Sample"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Single Sample with sensors enabled according to configuration"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SSimpSample"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="accelleration" eType="#//Sensors/ADXL210Sample" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Accelleration"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="audio" eType="#//Sensors/SP101Sample" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Audio"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="light" eType="#//Sensors/TSL2550Sample" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Light"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="force" eType="#//Sensors/FSR152Sample" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Force"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="temperature" eType="#//Sensors/TC74Sample" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Temperature"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//Configuration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a config element is present the sensor will be enabled, otherwise it will be disable. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SensorConfigurationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="acceleration" eType="#//RateConfig" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Acceleration"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="audio" eType="#//RateConfig" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Audio"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="light" eType="#//RateConfig" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Light"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="force" eType="#//RateConfig" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Force"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="temperature" eType="#//RateConfig" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Temperature"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/teco-kit/ModelDrivenGateways/src/DPWSExample/src/values.ecore
ecore
SensorValues DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation Series Config RateConfig rate Series timeStamp fragment sample Fragment count delta_t Sample delta_t Configuration Sensors TC74Sample value TSL2550Sample daylight infrared SP101Sample volume FSR152Sample value ADXL210Sample x y z Boards SSimp Sample accelleration audio light force temperature Configuration acceleration audio light force temperature
null
{"directed":true,"nodes":[{"nsPrefix":"sval","nsURI":"http://aletheia-projekt.de/iot/SensorValues","name":"SensorValues","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":"RateConfig","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Series","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sample","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"nsPrefix":"sensor","nsURI":"http://particle.teco.edu/SensorValues","name":"Sensors","id":7,"eClass":"EPackage"},{"nsPrefix":"boards","nsURI":"http://particle.teco.edu/boards/","name":"Boards","id":8,"eClass":"EPackage"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"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":"Series","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"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":"Config","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"rate","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeStamp","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sample","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","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":"delta_t","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delta_t","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TC74Sample","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TSL2550Sample","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SP101Sample","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSR152Sample","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADXL210Sample","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"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":38,"derived":false},{"id":39,"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":"daylight","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"infrared","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"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":46,"derived":false},{"id":47,"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":"x","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"nsPrefix":"ssimp","nsURI":"http://particle.teco.edu/boards/SSimp","name":"SSimp","id":54,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sample","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":56,"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":"accelleration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audio","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"light","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"force","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temperature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acceleration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audio","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"light","changeable":true,"resolveProxies":false,"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":"force","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temperature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":3},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":3},{"source":13,"target":6},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":6},{"source":2,"target":0},{"source":2,"target":19},{"source":19,"target":20},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":4},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":4},{"source":23,"target":5},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":5},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":29},{"source":27,"target":4},{"source":28,"target":30},{"source":28,"target":4},{"source":5,"target":0},{"source":5,"target":31},{"source":31,"target":32},{"source":31,"target":5},{"source":6,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":0},{"source":33,"target":7},{"source":33,"target":38},{"source":38,"target":39},{"source":38,"target":33},{"source":34,"target":7},{"source":34,"target":40},{"source":34,"target":41},{"source":40,"target":42},{"source":40,"target":34},{"source":41,"target":43},{"source":41,"target":34},{"source":35,"target":7},{"source":35,"target":44},{"source":44,"target":45},{"source":44,"target":35},{"source":36,"target":7},{"source":36,"target":46},{"source":46,"target":47},{"source":46,"target":36},{"source":37,"target":7},{"source":37,"target":48},{"source":37,"target":49},{"source":37,"target":50},{"source":48,"target":51},{"source":48,"target":37},{"source":49,"target":52},{"source":49,"target":37},{"source":50,"target":53},{"source":50,"target":37},{"source":8,"target":54},{"source":8,"target":0},{"source":54,"target":55},{"source":54,"target":56},{"source":54,"target":8},{"source":55,"target":54},{"source":55,"target":5},{"source":55,"target":57},{"source":55,"target":58},{"source":55,"target":59},{"source":55,"target":60},{"source":55,"target":61},{"source":55,"target":62},{"source":57,"target":37},{"source":57,"target":63},{"source":57,"target":55},{"source":63,"target":37},{"source":58,"target":35},{"source":58,"target":64},{"source":58,"target":55},{"source":64,"target":35},{"source":59,"target":34},{"source":59,"target":65},{"source":59,"target":55},{"source":65,"target":34},{"source":60,"target":36},{"source":60,"target":66},{"source":60,"target":55},{"source":66,"target":36},{"source":61,"target":33},{"source":61,"target":67},{"source":61,"target":55},{"source":67,"target":33},{"source":62,"target":5},{"source":56,"target":54},{"source":56,"target":6},{"source":56,"target":68},{"source":56,"target":69},{"source":56,"target":70},{"source":56,"target":71},{"source":56,"target":72},{"source":56,"target":73},{"source":68,"target":2},{"source":68,"target":74},{"source":68,"target":56},{"source":74,"target":2},{"source":69,"target":2},{"source":69,"target":75},{"source":69,"target":56},{"source":75,"target":2},{"source":70,"target":2},{"source":70,"target":76},{"source":70,"target":56},{"source":76,"target":2},{"source":71,"target":2},{"source":71,"target":77},{"source":71,"target":56},{"source":77,"target":2},{"source":72,"target":2},{"source":72,"target":78},{"source":72,"target":56},{"source":78,"target":2},{"source":73,"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="diffrobot" nsURI="http://jkk.sze.hu/diffrobot" nsPrefix="diffrobot"> <eClassifiers xsi:type="ecore:EClass" name="Robot"> <eStructuralFeatures xsi:type="ecore:EReference" name="wheelaxis" upperBound="-1" eType="#//WheelAxis" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kinematicparameters" eType="#//KinematicParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wheelparameters" upperBound="-1" eType="#//WheelParameters" 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="hull" eType="#//HullComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamicparameters" eType="#//DynamicParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootaxis" eType="#//WheelAxis"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" upperBound="-1" eType="#//Sensor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensorparameters" eType="#//SensorParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simulationparameters" eType="#//SimulationParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WheelAxis"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wheels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="axis" eType="#//AxisOrientation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wheelparameters" eType="#//WheelParameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="axislocation" eType="#//AxisLocation" containment="true" eOpposite="#//AxisLocation/wheelaxis"/> <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="KinematicParameters"/> <eClassifiers xsi:type="ecore:EClass" name="WheelParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mesh" eType="#//Mesh" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AxisOrientation"> <eLiterals name="HORIZONTAL"/> <eLiterals name="VERTICAL" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HullComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mesh" eType="#//Mesh" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="depth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mesh"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="DynamicParameters"/> <eClassifiers xsi:type="ecore:EClass" name="AxisLocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="wheelaxis" eType="#//WheelAxis" eOpposite="#//WheelAxis/axislocation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="displacement" eType="#//Displacement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rotation" eType="#//Rotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Displacement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pitch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yaw" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sensor" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="displacement" eType="#//Displacement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Camera" eSuperTypes="#//Sensor"> <eStructuralFeatures xsi:type="ecore:EReference" name="cameraparameter" eType="#//CameraParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LaserScanner" eSuperTypes="#//Sensor"> <eStructuralFeatures xsi:type="ecore:EReference" name="laserparameter" eType="#//LaserParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensorparameter" upperBound="-1" eType="#//SensorParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LaserParameter" eSuperTypes="#//SensorParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_range" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="range_resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle_resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="samples" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CameraParameter" eSuperTypes="#//SensorParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fov" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.7"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clip_far" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.01"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clip_near" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="100"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorParameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="update_rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereoCamera" eSuperTypes="#//Camera"/> <eClassifiers xsi:type="ecore:EClass" name="SimulationParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simulation_control_plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/szenergy/szenergy_mdse_tools/structure-generators/hu.sze.jkk.diffrobot.model/model/diffrobot.ecore
ecore
diffrobot Robot wheelaxis kinematicparameters wheelparameters name hull dynamicparameters rootaxis sensor sensorparameters simulationparameters WheelAxis wheels axis length wheelparameters axislocation name KinematicParameters WheelParameters name radius mass mesh width AxisOrientation HORIZONTAL HORIZONTAL VERTICAL VERTICAL HullComponent mass mesh width depth height Mesh path package name DynamicParameters AxisLocation wheelaxis displacement rotation Displacement x y z Rotation roll pitch yaw Sensor name displacement Camera cameraparameter LaserScanner laserparameter SensorParameters sensorparameter LaserParameter min_range max_range min_angle max_angle range_resolution angle_resolution samples CameraParameter width height fov 1.7 clip_far 0.01 clip_near 100 SensorParameter name update_rate StereoCamera SimulationParameters simulation_control_plugin
null
{"directed":true,"nodes":[{"nsPrefix":"diffrobot","nsURI":"http://jkk.sze.hu/diffrobot","name":"diffrobot","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":"WheelAxis","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KinematicParameters","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WheelParameters","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AxisOrientation","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HullComponent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mesh","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicParameters","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AxisLocation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Displacement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Camera","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaserScanner","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorParameters","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaserParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CameraParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorParameter","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereoCamera","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimulationParameters","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wheelaxis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kinematicparameters","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":"wheelparameters","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hull","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":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicparameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootaxis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensorparameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simulationparameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"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":"wheels","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":"axis","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":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":"wheelparameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"axislocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"wheelaxis","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radius","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"mass","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mesh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"HORIZONTAL","id":64,"value":0,"literal":"HORIZONTAL","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":65,"value":1,"literal":"VERTICAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mass","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mesh","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"width","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":"depth","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"package","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displacement","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":"rotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"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":"roll","changeable":true,"lowerBound":0,"iD":false,"id":93,"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":"pitch","changeable":true,"lowerBound":0,"iD":false,"id":94,"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":"yaw","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cameraparameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"laserparameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensorparameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min_range","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_range","changeable":true,"lowerBound":0,"iD":false,"id":112,"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":"min_angle","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_angle","changeable":true,"lowerBound":0,"iD":false,"id":114,"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":"range_resolution","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angle_resolution","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"samples","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"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":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.7,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.7","unsettable":false,"transient":false,"unique":true,"name":"fov","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.01,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.01","unsettable":false,"transient":false,"unique":true,"name":"clip_far","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"clip_near","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"update_rate","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simulation_control_plugin","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":21,"target":2},{"source":21,"target":31},{"source":21,"target":1},{"source":31,"target":2},{"source":22,"target":3},{"source":22,"target":32},{"source":22,"target":1},{"source":32,"target":3},{"source":23,"target":4},{"source":23,"target":33},{"source":23,"target":1},{"source":33,"target":4},{"source":24,"target":34},{"source":24,"target":1},{"source":25,"target":6},{"source":25,"target":35},{"source":25,"target":1},{"source":35,"target":6},{"source":26,"target":8},{"source":26,"target":36},{"source":26,"target":1},{"source":36,"target":8},{"source":27,"target":2},{"source":27,"target":37},{"source":27,"target":1},{"source":37,"target":2},{"source":28,"target":12},{"source":28,"target":38},{"source":28,"target":1},{"source":38,"target":12},{"source":29,"target":15},{"source":29,"target":39},{"source":29,"target":1},{"source":39,"target":15},{"source":30,"target":20},{"source":30,"target":40},{"source":30,"target":1},{"source":40,"target":20},{"source":2,"target":0},{"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":47},{"source":41,"target":2},{"source":42,"target":5},{"source":42,"target":48},{"source":42,"target":2},{"source":48,"target":5},{"source":43,"target":49},{"source":43,"target":2},{"source":44,"target":4},{"source":44,"target":50},{"source":44,"target":2},{"source":50,"target":4},{"source":45,"target":9},{"source":45,"target":51},{"source":45,"target":2},{"source":45,"target":52},{"source":51,"target":9},{"source":46,"target":53},{"source":46,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":54,"target":59},{"source":54,"target":4},{"source":55,"target":60},{"source":55,"target":4},{"source":56,"target":61},{"source":56,"target":4},{"source":57,"target":7},{"source":57,"target":62},{"source":57,"target":4},{"source":62,"target":7},{"source":58,"target":63},{"source":58,"target":4},{"source":5,"target":0},{"source":5,"target":64},{"source":5,"target":65},{"source":64,"target":5},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":66,"target":71},{"source":66,"target":6},{"source":67,"target":7},{"source":67,"target":72},{"source":67,"target":6},{"source":72,"target":7},{"source":68,"target":73},{"source":68,"target":6},{"source":69,"target":74},{"source":69,"target":6},{"source":70,"target":75},{"source":70,"target":6},{"source":7,"target":0},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":76,"target":79},{"source":76,"target":7},{"source":77,"target":80},{"source":77,"target":7},{"source":78,"target":81},{"source":78,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":82},{"source":9,"target":83},{"source":52,"target":2},{"source":52,"target":84},{"source":52,"target":9},{"source":52,"target":45},{"source":84,"target":2},{"source":82,"target":10},{"source":82,"target":85},{"source":82,"target":9},{"source":85,"target":10},{"source":83,"target":11},{"source":83,"target":86},{"source":83,"target":9},{"source":86,"target":11},{"source":10,"target":0},{"source":10,"target":87},{"source":10,"target":88},{"source":10,"target":89},{"source":87,"target":90},{"source":87,"target":10},{"source":88,"target":91},{"source":88,"target":10},{"source":89,"target":92},{"source":89,"target":10},{"source":11,"target":0},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":95},{"source":93,"target":96},{"source":93,"target":11},{"source":94,"target":97},{"source":94,"target":11},{"source":95,"target":98},{"source":95,"target":11},{"source":12,"target":0},{"source":12,"target":99},{"source":12,"target":100},{"source":99,"target":101},{"source":99,"target":12},{"source":100,"target":10},{"source":100,"target":102},{"source":100,"target":12},{"source":102,"target":10},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":103},{"source":13,"target":104},{"source":103,"target":17},{"source":103,"target":105},{"source":103,"target":13},{"source":105,"target":17},{"source":104,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":106},{"source":14,"target":107},{"source":106,"target":16},{"source":106,"target":108},{"source":106,"target":14},{"source":108,"target":16},{"source":107,"target":12},{"source":15,"target":0},{"source":15,"target":109},{"source":109,"target":18},{"source":109,"target":110},{"source":109,"target":15},{"source":110,"target":18},{"source":16,"target":0},{"source":16,"target":18},{"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":16,"target":117},{"source":16,"target":118},{"source":111,"target":119},{"source":111,"target":16},{"source":112,"target":120},{"source":112,"target":16},{"source":113,"target":121},{"source":113,"target":16},{"source":114,"target":122},{"source":114,"target":16},{"source":115,"target":123},{"source":115,"target":16},{"source":116,"target":124},{"source":116,"target":16},{"source":117,"target":125},{"source":117,"target":16},{"source":118,"target":18},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":17,"target":131},{"source":126,"target":132},{"source":126,"target":17},{"source":127,"target":133},{"source":127,"target":17},{"source":128,"target":134},{"source":128,"target":17},{"source":129,"target":135},{"source":129,"target":17},{"source":130,"target":136},{"source":130,"target":17},{"source":131,"target":18},{"source":18,"target":0},{"source":18,"target":137},{"source":18,"target":138},{"source":137,"target":139},{"source":137,"target":18},{"source":138,"target":140},{"source":138,"target":18},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":141},{"source":141,"target":13},{"source":20,"target":0},{"source":20,"target":142},{"source":142,"target":143},{"source":142,"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="ecfd" nsURI="http://www.example.org/ter_metamodel" nsPrefix="ecfd"> <eClassifiers xsi:type="ecore:EClass" name="File"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecfd" upperBound="-1" eType="#//Ecfd" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ecfd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boxes" upperBound="-1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//GroupBox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mutex" upperBound="-1" eType="#//Mutex" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superBox" unique="false" upperBound="-1" eType="#//Box"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mutex"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="box" unique="false" upperBound="-1" eType="#//Box"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Box" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Root" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupbox" unique="false" upperBound="-1" eType="#//GroupBox"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childBox" unique="false" upperBound="-1" eType="#//Box"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childGroup" unique="false" upperBound="-1" eType="#//GroupBox"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mutex" unique="false" upperBound="-1" eType="#//Mutex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupBox" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Exclusif" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="box" unique="false" upperBound="-1" eType="#//Box"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Alisu/-TER_2017-Variabilite/TER/org.xtext.ter_metamodel.ecfdl/model/generated/ECFDL.ecore
ecore
ecfd File ecfd Ecfd name boxes groups mutex Element name superBox Mutex name box Box Root groupbox childBox childGroup mutex feature GroupBox Exclusif box Feature name
null
{"directed":true,"nodes":[{"nsPrefix":"ecfd","nsURI":"http://www.example.org/ter_metamodel","name":"ecfd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ecfd","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mutex","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Box","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupBox","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecfd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boxes","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":"groups","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":"mutex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":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":"superBox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":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":"box","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"Root","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"groupbox","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":false,"name":"childBox","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":false,"name":"childGroup","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":false,"name":"mutex","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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Exclusif","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":false,"unsettable":false,"transient":false,"unique":false,"name":"box","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":1,"target":0},{"source":1,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":3},{"source":12,"target":6},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":6},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":4},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":5},{"source":19,"target":21},{"source":19,"target":3},{"source":21,"target":5},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":22,"target":24},{"source":22,"target":4},{"source":23,"target":5},{"source":23,"target":25},{"source":23,"target":4},{"source":25,"target":5},{"source":5,"target":0},{"source":5,"target":3},{"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":26,"target":33},{"source":26,"target":5},{"source":27,"target":6},{"source":27,"target":34},{"source":27,"target":5},{"source":34,"target":6},{"source":28,"target":5},{"source":28,"target":35},{"source":28,"target":5},{"source":35,"target":5},{"source":29,"target":6},{"source":29,"target":36},{"source":29,"target":5},{"source":36,"target":6},{"source":30,"target":4},{"source":30,"target":37},{"source":30,"target":5},{"source":37,"target":4},{"source":31,"target":7},{"source":31,"target":38},{"source":31,"target":5},{"source":38,"target":7},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":42},{"source":39,"target":6},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":5},{"source":41,"target":3},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":45},{"source":44,"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="qxf" nsURI="http:///net.sf.smbt.dmx/model/qxf.xsd" nsPrefix="qxf"> <eClassifiers xsi:type="ecore:EClass" name="Bulb"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Bulb"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colourTemperature" 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="ColourTemperature"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lumens" 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="Lumens"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Capability"/> <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="max" 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="Max"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" 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="Min"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Channel"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Channel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="group" lowerBound="1" eType="#//Group" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="colour" lowerBound="1" eType="#//Colour" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Colour"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capability" lowerBound="1" upperBound="-1" eType="#//Capability" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Number"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Colour"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Colour"/> <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="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Creator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Creator"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Version"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" 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="Author"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimensions"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Dimensions"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="depth" 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="Depth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" 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="Height"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" 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="Weight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" 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="Width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixtureDefinition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FixtureDefinition"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="creator" lowerBound="1" eType="#//Creator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Creator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manufacturer" 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="Manufacturer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" 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="Model"/> </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="element"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="channel" lowerBound="1" upperBound="-1" eType="#//Channel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Channel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mode" lowerBound="1" upperBound="-1" eType="#//Mode" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Mode"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Focus"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Focus"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="panMax" 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="PanMax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tiltMax" 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="TiltMax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="Group"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Group"/> <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="byte" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Byte"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lens"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Lens"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="degreesMax" 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="DegreesMax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="degreesMin" 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="DegreesMin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Mode"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="physical" lowerBound="1" eType="#//Physical" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Physical"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="channel" lowerBound="1" upperBound="-1" eType="#//ModeChannel" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Channel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeChannel"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ModeChannel"/> <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="number" 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="Number"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Physical"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Physical"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bulb" lowerBound="1" eType="#//Bulb" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Bulb"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" lowerBound="1" eType="#//Dimensions" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Dimensions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lens" lowerBound="1" eType="#//Lens" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Lens"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="focus" lowerBound="1" eType="#//Focus" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Focus"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="technical" lowerBound="1" eType="#//Technical" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Technical"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Technical"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Technical"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dmxConnector" 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="DmxConnector"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerConsumption" 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="PowerConsumption"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lucascraft/ubiquisense/net.sf.smbt.dmx/src-utils/net/sf/smbt/dmx/utils/fixture/qxf.ecore
ecore
qxf Bulb colourTemperature lumens type Capability value max min Channel group colour capability name number Colour value name Creator name version author Dimensions depth height weight width FixtureDefinition creator manufacturer model type channel mode Focus panMax tiltMax type Group value byte Lens degreesMax degreesMin name Mode physical channel name ModeChannel value number Physical bulb dimensions lens focus technical Technical dmxConnector powerConsumption
null
{"directed":true,"nodes":[{"nsPrefix":"qxf","nsURI":"http:///net.sf.smbt.dmx/model/qxf.xsd","name":"qxf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bulb","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Colour","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimensions","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixtureDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lens","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeChannel","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Physical","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technical","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colourTemperature","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":"lumens","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"max","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":"min","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":false,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colour","changeable":true,"resolveProxies":false,"lowerBound":1,"id":28,"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":"capability","changeable":true,"resolveProxies":false,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"number","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"depth","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":"height","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":"weight","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":"width","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"creator","changeable":true,"resolveProxies":false,"lowerBound":1,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manufacturer","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":"model","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":"type","changeable":true,"lowerBound":1,"iD":false,"id":58,"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":"channel","changeable":true,"resolveProxies":false,"lowerBound":1,"id":59,"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":"mode","changeable":true,"resolveProxies":false,"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"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"panMax","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":"tiltMax","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":"type","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":"value","changeable":true,"lowerBound":0,"iD":false,"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":"byte","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"degreesMax","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":"degreesMin","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"physical","changeable":true,"resolveProxies":false,"lowerBound":1,"id":83,"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":"channel","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":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":"bulb","changeable":true,"resolveProxies":false,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":false,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lens","changeable":true,"resolveProxies":false,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"focus","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"technical","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dmxConnector","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":"powerConsumption","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":19},{"source":16,"target":1},{"source":17,"target":20},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":24},{"source":21,"target":2},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":9},{"source":27,"target":32},{"source":27,"target":3},{"source":32,"target":9},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":3},{"source":33,"target":4},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":3},{"source":34,"target":2},{"source":30,"target":35},{"source":30,"target":3},{"source":31,"target":36},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":38,"target":40},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":44},{"source":41,"target":5},{"source":42,"target":45},{"source":42,"target":5},{"source":43,"target":46},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":47,"target":51},{"source":47,"target":6},{"source":48,"target":52},{"source":48,"target":6},{"source":49,"target":53},{"source":49,"target":6},{"source":50,"target":54},{"source":50,"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":55,"target":5},{"source":55,"target":61},{"source":55,"target":7},{"source":61,"target":5},{"source":56,"target":62},{"source":56,"target":7},{"source":57,"target":63},{"source":57,"target":7},{"source":58,"target":64},{"source":58,"target":7},{"source":59,"target":3},{"source":59,"target":65},{"source":59,"target":7},{"source":65,"target":3},{"source":60,"target":11},{"source":60,"target":66},{"source":60,"target":7},{"source":66,"target":11},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":71},{"source":68,"target":8},{"source":69,"target":72},{"source":69,"target":8},{"source":9,"target":0},{"source":9,"target":73},{"source":9,"target":74},{"source":73,"target":75},{"source":73,"target":9},{"source":74,"target":76},{"source":74,"target":9},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":77,"target":80},{"source":77,"target":10},{"source":78,"target":81},{"source":78,"target":10},{"source":79,"target":82},{"source":79,"target":10},{"source":11,"target":0},{"source":11,"target":83},{"source":11,"target":84},{"source":11,"target":85},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":11},{"source":86,"target":13},{"source":84,"target":12},{"source":84,"target":87},{"source":84,"target":11},{"source":87,"target":12},{"source":85,"target":88},{"source":85,"target":11},{"source":12,"target":0},{"source":12,"target":89},{"source":12,"target":90},{"source":89,"target":91},{"source":89,"target":12},{"source":90,"target":92},{"source":90,"target":12},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":93,"target":1},{"source":93,"target":98},{"source":93,"target":13},{"source":98,"target":1},{"source":94,"target":6},{"source":94,"target":99},{"source":94,"target":13},{"source":99,"target":6},{"source":95,"target":10},{"source":95,"target":100},{"source":95,"target":13},{"source":100,"target":10},{"source":96,"target":8},{"source":96,"target":101},{"source":96,"target":13},{"source":101,"target":8},{"source":97,"target":14},{"source":97,"target":102},{"source":97,"target":13},{"source":102,"target":14},{"source":14,"target":0},{"source":14,"target":103},{"source":14,"target":104},{"source":103,"target":105},{"source":103,"target":14},{"source":104,"target":106},{"source":104,"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="drone" nsURI="http://www.mdsd.hu/drone" nsPrefix="drone"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="settingDelegates" value="org.eclipse.incquery.querybasedfeature"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Mission" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="1" upperBound="-1" eType="#//Task" containment="true" eOpposite="#//Task/mission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mission" lowerBound="1" eType="#//Mission" eOpposite="#//Mission/tasks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1" eType="#//TaskDescriptor" containment="true" eOpposite="#//TaskDescriptor/task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDescriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//AreaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" eOpposite="#//Task/descriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinates" upperBound="-1" eType="#//Coordinate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AreaObject" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" unique="false" eType="#//Size" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Coordinate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latitude" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longitude" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="altitude" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//PropertyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//PropertyKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Robot" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1" eType="#//Position" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Size" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="batteries" upperBound="-1" eType="#//Battery" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equipments" upperBound="-1" eType="#//Equipment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationRange" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weight" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mission" eType="#//Mission" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"> <eAnnotations source="org.eclipse.incquery.querybasedfeature"> <details key="patternFQN" value="hu.bme.mdsd.ztz.model.derived.mission"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//Capability"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityProperties" upperBound="-1" eType="#//CapabilityProperties" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Size"> <eStructuralFeatures xsi:type="ecore:EReference" name="width" lowerBound="1" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="height" lowerBound="1" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="length" lowerBound="1" eType="#//MeasureValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Battery"> <eStructuralFeatures xsi:type="ecore:EReference" name="capacity" unique="false" lowerBound="1" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="voltage" unique="false" lowerBound="1" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rechargeTime" unique="false" lowerBound="1" eType="#//MeasureValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equipment" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facilitate" upperBound="-1" eType="#//Capability"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" lowerBound="1" eType="#//MeasureDimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureConversion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" lowerBound="1" eType="#//MeasureDimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureDimension" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="conversions" upperBound="-1" eType="#//MeasureConversion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyValue" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="RobotMissionContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="missions" upperBound="-1" eType="#//Mission" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="robots" upperBound="-1" eType="#//Robot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureDimensions" upperBound="-1" eType="#//MeasureDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="areaObjects" upperBound="-1" eType="#//AreaObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1" eType="#//Capability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyKeyContainer" eType="#//PropertyKeyContainer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temporalElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyKeyContainer" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="#//PropertyKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyKey" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CapabilityProperties"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="capability" lowerBound="1" eType="#//Capability"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ftsrg-mdsd/ztz-MDSD-2016/hu.bme.mdsd.ztz.model/model/drone.ecore
ecore
drone Mission tasks Task mission descriptor TaskDescriptor targets properties task Position coordinates properties AreaObject positions size properties Coordinate latitude longitude altitude Property value key Robot position size batteries equipments tasks properties communicationRange weight mission capabilities capabilityProperties StringValue value Size width height length Battery capacity voltage rechargeTime properties NamedElement name Equipment properties facilitate MeasureValue value dimension MeasureConversion rate dimension MeasureDimension conversions PropertyValue RobotMissionContainer missions robots measureDimensions areaObjects capabilities propertyKeyContainer temporalElements PropertyKeyContainer keys PropertyKey Capability CapabilityProperties properties capability
null
{"directed":true,"nodes":[{"nsPrefix":"drone","nsURI":"http://www.mdsd.hu/drone","name":"drone","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mission","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDescriptor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AreaObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Robot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Size","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Battery","instanceClass":null,"abstract":false,"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":"Equipment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureConversion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureDimension","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RobotMissionContainer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyKeyContainer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyKey","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityProperties","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"mission","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"coordinates","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":"properties","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":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"size","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":"properties","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":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"latitude","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"longitude","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"altitude","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"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":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","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":"batteries","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":"equipments","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":"tasks","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":"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":"communicationRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"mission","changeable":false,"resolveProxies":true,"lowerBound":0,"id":66,"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":"capabilities","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":"capabilityProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"capacity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"voltage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"rechargeTime","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facilitate","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":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":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":"dimension","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"rate","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conversions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"missions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"robots","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":"measureDimensions","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":"areaObjects","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":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyKeyContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keys","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"capability","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":23},{"source":1,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":1},{"source":23,"target":26},{"source":25,"target":2},{"source":24,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":26,"target":1},{"source":26,"target":29},{"source":26,"target":2},{"source":26,"target":23},{"source":29,"target":1},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":2},{"source":27,"target":31},{"source":30,"target":3},{"source":28,"target":12},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":31},{"source":32,"target":5},{"source":32,"target":34},{"source":32,"target":3},{"source":34,"target":5},{"source":33,"target":7},{"source":33,"target":35},{"source":33,"target":3},{"source":35,"target":7},{"source":31,"target":2},{"source":31,"target":36},{"source":31,"target":3},{"source":31,"target":27},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":6},{"source":37,"target":39},{"source":37,"target":4},{"source":39,"target":6},{"source":38,"target":7},{"source":38,"target":40},{"source":38,"target":4},{"source":40,"target":7},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":4},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":4},{"source":42,"target":10},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":10},{"source":43,"target":7},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":7},{"source":44,"target":12},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":48,"target":51},{"source":48,"target":6},{"source":49,"target":52},{"source":49,"target":6},{"source":50,"target":53},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":17},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":17},{"source":55,"target":20},{"source":55,"target":57},{"source":55,"target":7},{"source":57,"target":20},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":58,"target":4},{"source":58,"target":70},{"source":58,"target":8},{"source":70,"target":4},{"source":59,"target":10},{"source":59,"target":71},{"source":59,"target":8},{"source":71,"target":10},{"source":60,"target":11},{"source":60,"target":72},{"source":60,"target":8},{"source":72,"target":11},{"source":61,"target":13},{"source":61,"target":73},{"source":61,"target":8},{"source":73,"target":13},{"source":62,"target":2},{"source":62,"target":74},{"source":62,"target":8},{"source":74,"target":2},{"source":63,"target":7},{"source":63,"target":75},{"source":63,"target":8},{"source":75,"target":7},{"source":64,"target":14},{"source":64,"target":76},{"source":64,"target":8},{"source":76,"target":14},{"source":65,"target":14},{"source":65,"target":77},{"source":65,"target":8},{"source":77,"target":14},{"source":66,"target":1},{"source":66,"target":78},{"source":66,"target":8},{"source":78,"target":1},{"source":67,"target":21},{"source":67,"target":79},{"source":67,"target":8},{"source":79,"target":21},{"source":68,"target":22},{"source":68,"target":80},{"source":68,"target":8},{"source":80,"target":22},{"source":69,"target":12},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":81},{"source":9,"target":82},{"source":81,"target":83},{"source":81,"target":9},{"source":82,"target":17},{"source":10,"target":0},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":84,"target":14},{"source":84,"target":87},{"source":84,"target":10},{"source":87,"target":14},{"source":85,"target":14},{"source":85,"target":88},{"source":85,"target":10},{"source":88,"target":14},{"source":86,"target":14},{"source":86,"target":89},{"source":86,"target":10},{"source":89,"target":14},{"source":11,"target":0},{"source":11,"target":90},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":90,"target":14},{"source":90,"target":94},{"source":90,"target":11},{"source":94,"target":14},{"source":91,"target":14},{"source":91,"target":95},{"source":91,"target":11},{"source":95,"target":14},{"source":92,"target":14},{"source":92,"target":96},{"source":92,"target":11},{"source":96,"target":14},{"source":93,"target":7},{"source":93,"target":97},{"source":93,"target":11},{"source":97,"target":7},{"source":12,"target":0},{"source":12,"target":98},{"source":98,"target":99},{"source":98,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":100},{"source":13,"target":101},{"source":13,"target":102},{"source":100,"target":7},{"source":100,"target":103},{"source":100,"target":13},{"source":103,"target":7},{"source":101,"target":21},{"source":101,"target":104},{"source":101,"target":13},{"source":104,"target":21},{"source":102,"target":12},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":105,"target":108},{"source":105,"target":14},{"source":106,"target":16},{"source":106,"target":109},{"source":106,"target":14},{"source":109,"target":16},{"source":107,"target":17},{"source":15,"target":0},{"source":15,"target":110},{"source":15,"target":111},{"source":110,"target":112},{"source":110,"target":15},{"source":111,"target":16},{"source":111,"target":113},{"source":111,"target":15},{"source":113,"target":16},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":114},{"source":16,"target":115},{"source":114,"target":15},{"source":114,"target":116},{"source":114,"target":16},{"source":116,"target":15},{"source":115,"target":12},{"source":17,"target":0},{"source":18,"target":0},{"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":117,"target":1},{"source":117,"target":124},{"source":117,"target":18},{"source":124,"target":1},{"source":118,"target":8},{"source":118,"target":125},{"source":118,"target":18},{"source":125,"target":8},{"source":119,"target":16},{"source":119,"target":126},{"source":119,"target":18},{"source":126,"target":16},{"source":120,"target":5},{"source":120,"target":127},{"source":120,"target":18},{"source":127,"target":5},{"source":121,"target":21},{"source":121,"target":128},{"source":121,"target":18},{"source":128,"target":21},{"source":122,"target":19},{"source":122,"target":129},{"source":122,"target":18},{"source":129,"target":19},{"source":123,"target":130},{"source":123,"target":18},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":131},{"source":19,"target":132},{"source":131,"target":20},{"source":131,"target":133},{"source":131,"target":19},{"source":133,"target":20},{"source":132,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":134},{"source":134,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":135},{"source":135,"target":12},{"source":22,"target":0},{"source":22,"target":136},{"source":22,"target":137},{"source":136,"target":7},{"source":136,"target":138},{"source":136,"target":22},{"source":138,"target":7},{"source":137,"target":21},{"source":137,"target":139},{"source":137,"target":22},{"source":139,"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="turtlebotmission" nsURI="http://www.chalmers.se/turtlebotmission" nsPrefix="turtlebotmission"> <eClassifiers xsi:type="ecore:EClass" name="TurtleBot" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="area" lowerBound="1" eType="#//Area" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="waypointtypes" lowerBound="1" upperBound="-1" eType="#//WaypointType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bot_start" lowerBound="1" eType="#//WayPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoints" lowerBound="1" upperBound="-1" eType="#//WayPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="missions" upperBound="-1" eType="#//Mission" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Area"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ymax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaypointType" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WayPoint" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coord_x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coord_y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="waypointtypes" lowerBound="1" upperBound="-1" eType="#//WaypointType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mission" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" upperBound="-1" eType="#//Task" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="LineTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoints" lowerBound="1" upperBound="-1" eType="#//WayPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShortestPathTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoints" lowerBound="1" upperBound="-1" eType="#//WayPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnToStartTask" eSuperTypes="#//Task"/> </ecore:EPackage>
github:ecore:/data/kribe48/wasp-mbse/WASP-turtlebot-DSL/CodeFrame/se.chalmers.turtlebotmission/model/turtlebotmission.ecore
ecore
turtlebotmission TurtleBot area waypointtypes bot_start waypoints missions NamedElement name Area xmax ymax WaypointType WayPoint coord_x coord_y waypointtypes Mission task Task LineTask waypoints ShortestPathTask waypoints ReturnToStartTask
null
{"directed":true,"nodes":[{"nsPrefix":"turtlebotmission","nsURI":"http://www.chalmers.se/turtlebotmission","name":"turtlebotmission","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurtleBot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WayPoint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mission","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineTask","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortestPathTask","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnToStartTask","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":true,"unsettable":false,"transient":false,"unique":true,"name":"area","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypointtypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bot_start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"missions","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"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":23,"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":"xmax","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":null,"unsettable":false,"transient":false,"unique":true,"name":"ymax","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coord_x","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coord_y","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"waypointtypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"waypoints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"waypoints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"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":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":11,"target":3},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":3},{"source":12,"target":4},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":4},{"source":13,"target":5},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":5},{"source":14,"target":5},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":5},{"source":15,"target":6},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":6},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":22,"target":23},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":26},{"source":24,"target":3},{"source":25,"target":27},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":29,"target":33},{"source":29,"target":5},{"source":30,"target":34},{"source":30,"target":5},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":5},{"source":35,"target":4},{"source":32,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":7},{"source":36,"target":38},{"source":36,"target":6},{"source":38,"target":7},{"source":37,"target":2},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":5},{"source":39,"target":41},{"source":39,"target":8},{"source":41,"target":5},{"source":40,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":42},{"source":9,"target":43},{"source":42,"target":5},{"source":42,"target":44},{"source":42,"target":9},{"source":44,"target":5},{"source":43,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":45},{"source":45,"target":7}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <!-- Meta-model for PNML specification --> <!-- Provided by www.pnml.org --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pnmlcoremodel" nsURI="http:///pnmlcoremodel.ecore" nsPrefix="pnmlcoremodel"> <eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc"> <eStructuralFeatures xsi:type="ecore:EReference" name="nets" ordered="false" lowerBound="1" upperBound="-1" eType="#//PetriNet" containment="true" eOpposite="#//PetriNet/containerPetriNetDoc"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlns" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="http://www.pnml.org/version-2009/grammar/pnml"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//PNType"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="type"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" ordered="false" lowerBound="1" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/containerPetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name" containment="true" eOpposite="#//Name/containerNamePetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNetDoc" ordered="false" lowerBound="1" eType="#//PetriNetDoc" eOpposite="#//PetriNetDoc/nets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PNType"> <eLiterals name="COREMODEL" literal="http://www.pnml.org/version-2009/grammar/pnmlcoremodel"/> <eLiterals name="PTNET" value="1" literal="http://www.pnml.org/version-2009/grammar/ptnet"/> <eLiterals name="SYMNET" value="2" literal="http://www.pnml.org/version-2009/grammar/symmetricnet"/> <eLiterals name="HLPN" value="3" literal="http://www.pnml.org/version-2009/grammar/highlevelnet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PnObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false" upperBound="-1" eType="#//PnObject" containment="true" eOpposite="#//PnObject/containerPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false" eType="#//PetriNet" eOpposite="#//PetriNet/pages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics" containment="true" eOpposite="#//NodeGraphics/containerPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PnObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name" containment="true" eOpposite="#//Name/containerNamePnObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPnObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" ordered="false" eType="#//Page" eOpposite="#//Page/objects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePetriNet" eType="#//PetriNet" eOpposite="#//PetriNet/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePnObject" eType="#//PnObject" eOpposite="#//PnObject/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formattedXMLBuffer" ordered="false" eType="#//LongString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolInfoGrammarURI" ordered="false" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false" eType="#//PetriNet" eOpposite="#//PetriNet/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPnObject" ordered="false" eType="#//PnObject" eOpposite="#//PnObject/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerLabel" ordered="false" eType="#//Label" eOpposite="#//Label/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolInfoModel" eType="#//AnyObject" containment="true" eOpposite="#//AnyObject/containerToolInfo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" ordered="false" eType="#//Position" containment="true" eOpposite="#//Position/containerPNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false" eType="#//Dimension" containment="true" eOpposite="#//Dimension/containerDNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill" containment="true" eOpposite="#//Fill/containerNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNode" eType="#//Node" eOpposite="#//Node/nodegraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" eType="#//Page" eOpposite="#//Page/nodegraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Coordinate" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPNodeGraphics" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false" eType="#//ArcGraphics" eOpposite="#//ArcGraphics/positions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offset" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/offset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/dimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" ordered="false" eType="#//Offset" containment="true" eOpposite="#//Offset/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill" containment="true" eOpposite="#//Fill/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" eType="#//Font" containment="true" eOpposite="#//Font/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotation" eType="#//Annotation" eOpposite="#//Annotation/annotationgraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fill"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientcolor" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" ordered="false" eType="#//Gradient"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" ordered="false" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/fill"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/fill"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2Color"> <eLiterals name="AQUA" literal="aqua"/> <eLiterals name="BLACK" value="1" literal="black"/> <eLiterals name="BLUE" value="2" literal="blue"/> <eLiterals name="FUCHSIA" value="3" literal="fuchsia"/> <eLiterals name="GRAY" value="4" literal="gray"/> <eLiterals name="GREEN" value="5" literal="green"/> <eLiterals name="LIME" value="6" literal="lime"/> <eLiterals name="MAROON" value="7" literal="maroon"/> <eLiterals name="NAVY" value="8" literal="navy"/> <eLiterals name="OLIVE" value="9" literal="olive"/> <eLiterals name="ORANGE" value="10" literal="orange"/> <eLiterals name="PURPLE" value="11" literal="purple"/> <eLiterals name="RED" value="12" literal="red"/> <eLiterals name="SILVER" value="13" literal="silver"/> <eLiterals name="TEAL" value="14" literal="teal"/> <eLiterals name="WHITE" value="15" literal="white"/> <eLiterals name="YELLOW" value="16" literal="yellow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Gradient"> <eLiterals name="HORIZONTAL" literal="horizontal"/> <eLiterals name="VERTICAL" value="1" literal="vertical"/> <eLiterals name="DIAGONAL" value="2" literal="diagonal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" ordered="false" eType="#//LineShape" defaultValueLiteral="LINE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false" eType="#//ArcGraphics" eOpposite="#//ArcGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineShape"> <eLiterals name="LINE" literal="line"/> <eLiterals name="CURVE" value="1" literal="curve"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true" eOpposite="#//Position/containerArcGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerArcGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc" eOpposite="#//Arc/arcgraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PnObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="samePageSourceTarget"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="samePageSourceTarget" value="self.source.containerPage = self.target.containerPage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Node" eOpposite="#//Node/OutArcs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Node" eOpposite="#//Node/InArcs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcgraphics" ordered="false" eType="#//ArcGraphics" containment="true" eOpposite="#//ArcGraphics/containerArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//PnObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="InArcs" ordered="false" upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="OutArcs" ordered="false" upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics" containment="true" eOpposite="#//NodeGraphics/containerNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" eType="#//FontAlign" defaultValueLiteral="LEFT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" ordered="false" eType="#//FontDecoration" defaultValueLiteral="UNDERLINE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="family" ordered="false" eType="#//CSS2FontFamily" defaultValueLiteral="VERDANA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="#//CSS2FontSize" defaultValueLiteral="SMALL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false" eType="#//CSS2FontStyle" defaultValueLiteral="NORMAL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" eType="#//CSS2FontWeight"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/font"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontAlign"> <eLiterals name="LEFT" literal="left"/> <eLiterals name="CENTER" value="1" literal="center"/> <eLiterals name="RIGHT" value="2" literal="right"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontDecoration"> <eLiterals name="UNDERLINE" literal="underline"/> <eLiterals name="OVERLINE" value="1" literal="overline"/> <eLiterals name="LINETHROUGH" value="2" literal="linethrough"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontFamily"> <eLiterals name="VERDANA" literal="verdana"/> <eLiterals name="ARIAL" value="1" literal="arial"/> <eLiterals name="TIMES" value="2" literal="times"/> <eLiterals name="GEORGIA" value="3" literal="georgia"/> <eLiterals name="TREBUCHET" value="4" literal="trebuchet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontSize"> <eLiterals name="XXSMALL" literal="xxsmall"/> <eLiterals name="XSMALL" value="1" literal="xsmall"/> <eLiterals name="SMALL" value="2" literal="small"/> <eLiterals name="MEDIUM" value="3" literal="medium"/> <eLiterals name="LARGE" value="4" literal="large"/> <eLiterals name="XLARGE" value="5" literal="xlarge"/> <eLiterals name="XXLARGE" value="6" literal="xxlarge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontStyle"> <eLiterals name="NORMAL" literal="normal"/> <eLiterals name="ITALIC" value="1" literal="italic"/> <eLiterals name="OBLIQUE" value="2" literal="oblique"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontWeight"> <eLiterals name="NORMAL" literal="normal"/> <eLiterals name="BOLD" value="1" literal="bold"/> <eLiterals name="BOLDER" value="2" literal="bolder"/> <eLiterals name="LIGHTER" value="3" literal="lighter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingPlaces" upperBound="-1" eType="#//RefPlace" changeable="false" eOpposite="#//RefPlace/ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingTransitions" upperBound="-1" eType="#//RefTransition" changeable="false" eOpposite="#//RefTransition/ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode"/> <eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1" eType="#//TransitionNode" eOpposite="#//TransitionNode/referencingTransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode"/> <eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1" eType="#//PlaceNode" eOpposite="#//PlaceNode/referencingPlaces"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/> <eClassifiers xsi:type="ecore:EEnum" name="LineStyle"> <eLiterals name="SOLID" literal="solid"/> <eLiterals name="DASH" value="1" literal="dash"/> <eLiterals name="DOT" value="2" literal="dot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Label"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationgraphics" ordered="false" eType="#//AnnotationGraphics" containment="true" eOpposite="#//AnnotationGraphics/containerAnnotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="LongString" instanceClassName="java.lang.StringBuffer"/> <eClassifiers xsi:type="ecore:EClass" name="AnyObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerToolInfo" eType="#//ToolInfo" changeable="false" eOpposite="#//ToolInfo/toolInfoModel"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dice-project/DICE-Simulation/bundles/es.unizar.disco.pnml.m2m/examples/metamodels/petrinet/pnmlcoremodel.ecore
ecore
pnmlcoremodel PetriNetDoc nets xmlns http://www.pnml.org/version-2009/grammar/pnml PetriNet id type pages name toolspecifics containerPetriNetDoc PNType COREMODEL http://www.pnml.org/version-2009/grammar/pnmlcoremodel PTNET http://www.pnml.org/version-2009/grammar/ptnet SYMNET http://www.pnml.org/version-2009/grammar/symmetricnet HLPN http://www.pnml.org/version-2009/grammar/highlevelnet Page objects containerPetriNet nodegraphics PnObject id name toolspecifics containerPage Name text containerNamePetriNet containerNamePnObject ToolInfo tool version formattedXMLBuffer toolInfoGrammarURI containerPetriNet containerPnObject containerLabel toolInfoModel Label toolspecifics NodeGraphics position dimension fill line containerNode containerPage Graphics Coordinate x y Position containerPNodeGraphics containerArcGraphics Offset containerAnnotationGraphics Dimension containerDNodeGraphics AnnotationGraphics offset fill line font containerAnnotation Fill color BLACK gradientcolor BLACK gradientrotation image containerNodeGraphics containerAnnotationGraphics CSS2Color AQUA aqua BLACK black BLUE blue FUCHSIA fuchsia GRAY gray GREEN green LIME lime MAROON maroon NAVY navy OLIVE olive ORANGE orange PURPLE purple RED red SILVER silver TEAL teal WHITE white YELLOW yellow Gradient HORIZONTAL horizontal VERTICAL vertical DIAGONAL diagonal Line color BLACK shape LINE width containerNodeGraphics containerArcGraphics containerAnnotationGraphics style LineShape LINE line CURVE curve ArcGraphics positions line containerArc Arc source target arcgraphics Node InArcs OutArcs nodegraphics Font align LEFT decoration UNDERLINE family VERDANA rotation size SMALL style NORMAL weight containerAnnotationGraphics FontAlign LEFT left CENTER center RIGHT right FontDecoration UNDERLINE underline OVERLINE overline LINETHROUGH linethrough CSS2FontFamily VERDANA verdana ARIAL arial TIMES times GEORGIA georgia TREBUCHET trebuchet CSS2FontSize XXSMALL xxsmall XSMALL xsmall SMALL small MEDIUM medium LARGE large XLARGE xlarge XXLARGE xxlarge CSS2FontStyle NORMAL normal ITALIC italic OBLIQUE oblique CSS2FontWeight NORMAL normal BOLD bold BOLDER bolder LIGHTER lighter PlaceNode referencingPlaces TransitionNode referencingTransitions Place RefTransition ref Transition RefPlace ref Attribute LineStyle SOLID solid DASH dash DOT dot Annotation annotationgraphics URI java.net.URI java.net.URI LongString java.lang.StringBuffer java.lang.StringBuffer AnyObject containerToolInfo
null
{"directed":true,"nodes":[{"nsPrefix":"pnmlcoremodel","nsURI":"http:///pnmlcoremodel.ecore","name":"pnmlcoremodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetDoc","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PNType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PnObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2Color","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gradient","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontAlign","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontDecoration","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontFamily","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontSize","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontStyle","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontWeight","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.StringBuffer","defaultValue":null,"instanceClassName":"java.lang.StringBuffer","name":"LongString","instanceClass":"java.lang.StringBuffer","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyObject","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"http://www.pnml.org/version-2009/grammar/pnml","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.pnml.org/version-2009/grammar/pnml","unsettable":false,"transient":false,"unique":true,"name":"xmlns","changeable":false,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNetDoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":48,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"name":"COREMODEL","id":62,"value":0,"literal":"http://www.pnml.org/version-2009/grammar/pnmlcoremodel","eClass":"EEnumLiteral"},{"name":"PTNET","id":63,"value":1,"literal":"http://www.pnml.org/version-2009/grammar/ptnet","eClass":"EEnumLiteral"},{"name":"SYMNET","id":64,"value":2,"literal":"http://www.pnml.org/version-2009/grammar/symmetricnet","eClass":"EEnumLiteral"},{"name":"HLPN","id":65,"value":3,"literal":"http://www.pnml.org/version-2009/grammar/highlevelnet","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formattedXMLBuffer","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolInfoGrammarURI","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolInfoModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerToolInfo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"gradientcolor","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientrotation","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"AQUA","id":161,"value":0,"literal":"aqua","eClass":"EEnumLiteral"},{"name":"BLACK","id":162,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"BLUE","id":163,"value":2,"literal":"blue","eClass":"EEnumLiteral"},{"name":"FUCHSIA","id":164,"value":3,"literal":"fuchsia","eClass":"EEnumLiteral"},{"name":"GRAY","id":165,"value":4,"literal":"gray","eClass":"EEnumLiteral"},{"name":"GREEN","id":166,"value":5,"literal":"green","eClass":"EEnumLiteral"},{"name":"LIME","id":167,"value":6,"literal":"lime","eClass":"EEnumLiteral"},{"name":"MAROON","id":168,"value":7,"literal":"maroon","eClass":"EEnumLiteral"},{"name":"NAVY","id":169,"value":8,"literal":"navy","eClass":"EEnumLiteral"},{"name":"OLIVE","id":170,"value":9,"literal":"olive","eClass":"EEnumLiteral"},{"name":"ORANGE","id":171,"value":10,"literal":"orange","eClass":"EEnumLiteral"},{"name":"PURPLE","id":172,"value":11,"literal":"purple","eClass":"EEnumLiteral"},{"name":"RED","id":173,"value":12,"literal":"red","eClass":"EEnumLiteral"},{"name":"SILVER","id":174,"value":13,"literal":"silver","eClass":"EEnumLiteral"},{"name":"TEAL","id":175,"value":14,"literal":"teal","eClass":"EEnumLiteral"},{"name":"WHITE","id":176,"value":15,"literal":"white","eClass":"EEnumLiteral"},{"name":"YELLOW","id":177,"value":16,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":178,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":179,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"DIAGONAL","id":180,"value":2,"literal":"diagonal","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LINE","unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"name":"LINE","id":194,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"CURVE","id":195,"value":1,"literal":"curve","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OutArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDERLINE","unsettable":false,"transient":false,"unique":true,"name":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"VERDANA","unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SMALL","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"LEFT","id":229,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"CENTER","id":230,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"RIGHT","id":231,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"UNDERLINE","id":232,"value":0,"literal":"underline","eClass":"EEnumLiteral"},{"name":"OVERLINE","id":233,"value":1,"literal":"overline","eClass":"EEnumLiteral"},{"name":"LINETHROUGH","id":234,"value":2,"literal":"linethrough","eClass":"EEnumLiteral"},{"name":"VERDANA","id":235,"value":0,"literal":"verdana","eClass":"EEnumLiteral"},{"name":"ARIAL","id":236,"value":1,"literal":"arial","eClass":"EEnumLiteral"},{"name":"TIMES","id":237,"value":2,"literal":"times","eClass":"EEnumLiteral"},{"name":"GEORGIA","id":238,"value":3,"literal":"georgia","eClass":"EEnumLiteral"},{"name":"TREBUCHET","id":239,"value":4,"literal":"trebuchet","eClass":"EEnumLiteral"},{"name":"XXSMALL","id":240,"value":0,"literal":"xxsmall","eClass":"EEnumLiteral"},{"name":"XSMALL","id":241,"value":1,"literal":"xsmall","eClass":"EEnumLiteral"},{"name":"SMALL","id":242,"value":2,"literal":"small","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":243,"value":3,"literal":"medium","eClass":"EEnumLiteral"},{"name":"LARGE","id":244,"value":4,"literal":"large","eClass":"EEnumLiteral"},{"name":"XLARGE","id":245,"value":5,"literal":"xlarge","eClass":"EEnumLiteral"},{"name":"XXLARGE","id":246,"value":6,"literal":"xxlarge","eClass":"EEnumLiteral"},{"name":"NORMAL","id":247,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"ITALIC","id":248,"value":1,"literal":"italic","eClass":"EEnumLiteral"},{"name":"OBLIQUE","id":249,"value":2,"literal":"oblique","eClass":"EEnumLiteral"},{"name":"NORMAL","id":250,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"BOLD","id":251,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"BOLDER","id":252,"value":2,"literal":"bolder","eClass":"EEnumLiteral"},{"name":"LIGHTER","id":253,"value":3,"literal":"lighter","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingPlaces","changeable":false,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingTransitions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"SOLID","id":269,"value":0,"literal":"solid","eClass":"EEnumLiteral"},{"name":"DASH","id":270,"value":1,"literal":"dash","eClass":"EEnumLiteral"},{"name":"DOT","id":271,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":1,"target":0},{"source":1,"target":43},{"source":1,"target":44},{"source":43,"target":2},{"source":43,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":45,"target":2},{"source":44,"target":47},{"source":44,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":46},{"source":48,"target":53},{"source":48,"target":2},{"source":49,"target":3},{"source":49,"target":54},{"source":49,"target":2},{"source":54,"target":3},{"source":50,"target":4},{"source":50,"target":55},{"source":50,"target":2},{"source":50,"target":56},{"source":55,"target":4},{"source":51,"target":6},{"source":51,"target":57},{"source":51,"target":2},{"source":51,"target":58},{"source":57,"target":6},{"source":52,"target":7},{"source":52,"target":59},{"source":52,"target":2},{"source":52,"target":60},{"source":59,"target":7},{"source":46,"target":1},{"source":46,"target":61},{"source":46,"target":2},{"source":46,"target":43},{"source":61,"target":1},{"source":3,"target":0},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":62,"target":3},{"source":63,"target":3},{"source":64,"target":3},{"source":65,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":66},{"source":4,"target":56},{"source":4,"target":67},{"source":4,"target":68},{"source":66,"target":5},{"source":66,"target":69},{"source":66,"target":4},{"source":66,"target":70},{"source":69,"target":5},{"source":56,"target":2},{"source":56,"target":71},{"source":56,"target":4},{"source":56,"target":50},{"source":71,"target":2},{"source":67,"target":9},{"source":67,"target":72},{"source":67,"target":4},{"source":67,"target":73},{"source":72,"target":9},{"source":68,"target":5},{"source":5,"target":0},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":70},{"source":74,"target":77},{"source":74,"target":5},{"source":75,"target":6},{"source":75,"target":78},{"source":75,"target":5},{"source":75,"target":79},{"source":78,"target":6},{"source":76,"target":7},{"source":76,"target":80},{"source":76,"target":5},{"source":76,"target":81},{"source":80,"target":7},{"source":70,"target":4},{"source":70,"target":82},{"source":70,"target":5},{"source":70,"target":66},{"source":82,"target":4},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":83},{"source":6,"target":58},{"source":6,"target":79},{"source":6,"target":84},{"source":83,"target":85},{"source":83,"target":6},{"source":58,"target":2},{"source":58,"target":86},{"source":58,"target":6},{"source":58,"target":51},{"source":86,"target":2},{"source":79,"target":5},{"source":79,"target":87},{"source":79,"target":6},{"source":79,"target":75},{"source":87,"target":5},{"source":84,"target":39},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":60},{"source":7,"target":81},{"source":7,"target":92},{"source":7,"target":93},{"source":88,"target":94},{"source":88,"target":7},{"source":89,"target":95},{"source":89,"target":7},{"source":90,"target":41},{"source":90,"target":96},{"source":90,"target":7},{"source":96,"target":41},{"source":91,"target":40},{"source":91,"target":97},{"source":91,"target":7},{"source":97,"target":40},{"source":60,"target":2},{"source":60,"target":98},{"source":60,"target":7},{"source":60,"target":52},{"source":98,"target":2},{"source":81,"target":5},{"source":81,"target":99},{"source":81,"target":7},{"source":81,"target":76},{"source":99,"target":5},{"source":92,"target":8},{"source":92,"target":100},{"source":92,"target":7},{"source":92,"target":101},{"source":100,"target":8},{"source":93,"target":42},{"source":93,"target":102},{"source":93,"target":7},{"source":93,"target":103},{"source":102,"target":42},{"source":8,"target":0},{"source":8,"target":101},{"source":101,"target":7},{"source":101,"target":104},{"source":101,"target":8},{"source":101,"target":92},{"source":104,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":73},{"source":9,"target":110},{"source":105,"target":12},{"source":105,"target":111},{"source":105,"target":9},{"source":105,"target":112},{"source":111,"target":12},{"source":106,"target":14},{"source":106,"target":113},{"source":106,"target":9},{"source":106,"target":114},{"source":113,"target":14},{"source":107,"target":16},{"source":107,"target":115},{"source":107,"target":9},{"source":107,"target":116},{"source":115,"target":16},{"source":108,"target":19},{"source":108,"target":117},{"source":108,"target":9},{"source":108,"target":118},{"source":117,"target":19},{"source":109,"target":23},{"source":109,"target":119},{"source":109,"target":9},{"source":109,"target":120},{"source":119,"target":23},{"source":73,"target":4},{"source":73,"target":121},{"source":73,"target":9},{"source":73,"target":67},{"source":121,"target":4},{"source":110,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":122},{"source":11,"target":123},{"source":122,"target":124},{"source":122,"target":11},{"source":123,"target":125},{"source":123,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":112},{"source":12,"target":126},{"source":12,"target":127},{"source":112,"target":9},{"source":112,"target":128},{"source":112,"target":12},{"source":112,"target":105},{"source":128,"target":9},{"source":126,"target":21},{"source":126,"target":129},{"source":126,"target":12},{"source":126,"target":130},{"source":129,"target":21},{"source":127,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":131},{"source":13,"target":132},{"source":131,"target":15},{"source":131,"target":133},{"source":131,"target":13},{"source":131,"target":134},{"source":133,"target":15},{"source":132,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":114},{"source":14,"target":135},{"source":114,"target":9},{"source":114,"target":136},{"source":114,"target":14},{"source":114,"target":106},{"source":136,"target":9},{"source":135,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":134},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":134,"target":13},{"source":134,"target":142},{"source":134,"target":15},{"source":134,"target":131},{"source":142,"target":13},{"source":137,"target":16},{"source":137,"target":143},{"source":137,"target":15},{"source":137,"target":144},{"source":143,"target":16},{"source":138,"target":19},{"source":138,"target":145},{"source":138,"target":15},{"source":138,"target":146},{"source":145,"target":19},{"source":139,"target":24},{"source":139,"target":147},{"source":139,"target":15},{"source":139,"target":148},{"source":147,"target":24},{"source":140,"target":39},{"source":140,"target":149},{"source":140,"target":15},{"source":140,"target":150},{"source":149,"target":39},{"source":141,"target":10},{"source":16,"target":0},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":116},{"source":16,"target":144},{"source":151,"target":17},{"source":151,"target":155},{"source":151,"target":16},{"source":155,"target":17},{"source":152,"target":17},{"source":152,"target":156},{"source":152,"target":16},{"source":156,"target":17},{"source":153,"target":18},{"source":153,"target":157},{"source":153,"target":16},{"source":157,"target":18},{"source":154,"target":40},{"source":154,"target":158},{"source":154,"target":16},{"source":158,"target":40},{"source":116,"target":9},{"source":116,"target":159},{"source":116,"target":16},{"source":116,"target":107},{"source":159,"target":9},{"source":144,"target":15},{"source":144,"target":160},{"source":144,"target":16},{"source":144,"target":137},{"source":160,"target":15},{"source":17,"target":0},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":17,"target":167},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":161,"target":17},{"source":162,"target":17},{"source":163,"target":17},{"source":164,"target":17},{"source":165,"target":17},{"source":166,"target":17},{"source":167,"target":17},{"source":168,"target":17},{"source":169,"target":17},{"source":170,"target":17},{"source":171,"target":17},{"source":172,"target":17},{"source":173,"target":17},{"source":174,"target":17},{"source":175,"target":17},{"source":176,"target":17},{"source":177,"target":17},{"source":18,"target":0},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":178,"target":18},{"source":179,"target":18},{"source":180,"target":18},{"source":19,"target":0},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":19,"target":118},{"source":19,"target":184},{"source":19,"target":146},{"source":19,"target":185},{"source":181,"target":17},{"source":181,"target":186},{"source":181,"target":19},{"source":186,"target":17},{"source":182,"target":20},{"source":182,"target":187},{"source":182,"target":19},{"source":187,"target":20},{"source":183,"target":188},{"source":183,"target":19},{"source":118,"target":9},{"source":118,"target":189},{"source":118,"target":19},{"source":118,"target":108},{"source":189,"target":9},{"source":184,"target":21},{"source":184,"target":190},{"source":184,"target":19},{"source":184,"target":191},{"source":190,"target":21},{"source":146,"target":15},{"source":146,"target":192},{"source":146,"target":19},{"source":146,"target":138},{"source":192,"target":15},{"source":185,"target":38},{"source":185,"target":193},{"source":185,"target":19},{"source":193,"target":38},{"source":20,"target":0},{"source":20,"target":194},{"source":20,"target":195},{"source":194,"target":20},{"source":195,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":130},{"source":21,"target":191},{"source":21,"target":196},{"source":21,"target":197},{"source":130,"target":12},{"source":130,"target":198},{"source":130,"target":21},{"source":130,"target":126},{"source":198,"target":12},{"source":191,"target":19},{"source":191,"target":199},{"source":191,"target":21},{"source":191,"target":184},{"source":199,"target":19},{"source":196,"target":22},{"source":196,"target":200},{"source":196,"target":21},{"source":196,"target":201},{"source":200,"target":22},{"source":197,"target":10},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":202},{"source":22,"target":203},{"source":22,"target":201},{"source":22,"target":204},{"source":202,"target":23},{"source":202,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":205,"target":23},{"source":203,"target":23},{"source":203,"target":207},{"source":203,"target":22},{"source":203,"target":208},{"source":207,"target":23},{"source":201,"target":21},{"source":201,"target":209},{"source":201,"target":22},{"source":201,"target":196},{"source":209,"target":21},{"source":204,"target":5},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":208},{"source":23,"target":206},{"source":23,"target":120},{"source":23,"target":210},{"source":208,"target":22},{"source":208,"target":211},{"source":208,"target":23},{"source":208,"target":203},{"source":211,"target":22},{"source":206,"target":22},{"source":206,"target":212},{"source":206,"target":23},{"source":206,"target":202},{"source":212,"target":22},{"source":120,"target":9},{"source":120,"target":213},{"source":120,"target":23},{"source":120,"target":109},{"source":213,"target":9},{"source":210,"target":5},{"source":24,"target":0},{"source":24,"target":214},{"source":24,"target":215},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":148},{"source":214,"target":25},{"source":214,"target":221},{"source":214,"target":24},{"source":221,"target":25},{"source":215,"target":26},{"source":215,"target":222},{"source":215,"target":24},{"source":222,"target":26},{"source":216,"target":27},{"source":216,"target":223},{"source":216,"target":24},{"source":223,"target":27},{"source":217,"target":224},{"source":217,"target":24},{"source":218,"target":28},{"source":218,"target":225},{"source":218,"target":24},{"source":225,"target":28},{"source":219,"target":29},{"source":219,"target":226},{"source":219,"target":24},{"source":226,"target":29},{"source":220,"target":30},{"source":220,"target":227},{"source":220,"target":24},{"source":227,"target":30},{"source":148,"target":15},{"source":148,"target":228},{"source":148,"target":24},{"source":148,"target":139},{"source":228,"target":15},{"source":25,"target":0},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":25},{"source":230,"target":25},{"source":231,"target":25},{"source":26,"target":0},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":232,"target":26},{"source":233,"target":26},{"source":234,"target":26},{"source":27,"target":0},{"source":27,"target":235},{"source":27,"target":236},{"source":27,"target":237},{"source":27,"target":238},{"source":27,"target":239},{"source":235,"target":27},{"source":236,"target":27},{"source":237,"target":27},{"source":238,"target":27},{"source":239,"target":27},{"source":28,"target":0},{"source":28,"target":240},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":240,"target":28},{"source":241,"target":28},{"source":242,"target":28},{"source":243,"target":28},{"source":244,"target":28},{"source":245,"target":28},{"source":246,"target":28},{"source":29,"target":0},{"source":29,"target":247},{"source":29,"target":248},{"source":29,"target":249},{"source":247,"target":29},{"source":248,"target":29},{"source":249,"target":29},{"source":30,"target":0},{"source":30,"target":250},{"source":30,"target":251},{"source":30,"target":252},{"source":30,"target":253},{"source":250,"target":30},{"source":251,"target":30},{"source":252,"target":30},{"source":253,"target":30},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":254},{"source":31,"target":255},{"source":254,"target":36},{"source":254,"target":256},{"source":254,"target":31},{"source":254,"target":257},{"source":256,"target":36},{"source":255,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":258},{"source":32,"target":259},{"source":258,"target":34},{"source":258,"target":260},{"source":258,"target":32},{"source":258,"target":261},{"source":260,"target":34},{"source":259,"target":23},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":262},{"source":262,"target":31},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":261},{"source":34,"target":263},{"source":261,"target":32},{"source":261,"target":264},{"source":261,"target":34},{"source":261,"target":258},{"source":264,"target":32},{"source":263,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":265},{"source":265,"target":32},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":257},{"source":36,"target":266},{"source":257,"target":31},{"source":257,"target":267},{"source":257,"target":36},{"source":257,"target":254},{"source":267,"target":31},{"source":266,"target":31},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":268},{"source":268,"target":8},{"source":38,"target":0},{"source":38,"target":269},{"source":38,"target":270},{"source":38,"target":271},{"source":269,"target":38},{"source":270,"target":38},{"source":271,"target":38},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":150},{"source":39,"target":272},{"source":150,"target":15},{"source":150,"target":273},{"source":150,"target":39},{"source":150,"target":140},{"source":273,"target":15},{"source":272,"target":8},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":103},{"source":103,"target":7},{"source":103,"target":274},{"source":103,"target":42},{"source":103,"target":93},{"source":274,"target":7}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sigpml" nsURI="http://sigpmlmt/" nsPrefix="sigpml"> <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="Application" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAgents" upperBound="-1" eType="//Agent" containment="true" eOpposite="//Agent/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPlaces" upperBound="-1" eType="//Place" containment="true" eOpposite="//Place/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agent" eSuperTypes="//NamedElement"> <eOperations name="isExecuting"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="execute"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="stop"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPorts" upperBound="-1" eType="//Port" containment="true" eOpposite="//Port/owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cycles"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Application" eOpposite="//Application/ownedAgents"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedTo" eType="//HWComputationalResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentExecCycle"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCurrentlyExecuting" defaultValueLiteral="false"> <eAnnotations source="dynamic"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Agent" eOpposite="//Agent/ownedPorts"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteRate" lowerBound="1" volatile="true" transient="true" derived="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="//sizeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="//Port"> <eOperations name="read"> <eAnnotations source="dynamic"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="logSizeToReadWhenZero"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="logSizeToReadWhenNotZero"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sizeToread"> <eAnnotations source="dynamic"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="//Port"> <eOperations name="write"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sizeWritten"> <eAnnotations source="dynamic"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="matchRates"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="matchRates" value="if byteSize > 0 then byteSize >= itsOutputPort.byteRate and byteSize >= itsInputPort.byteRate else true endif"/> </eAnnotations> <eOperations name="push"> <eAnnotations source="dynamic"/> </eOperations> <eOperations name="pop"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="itsOutputPort" lowerBound="1" eType="//OutputPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itsInputPort" lowerBound="1" eType="//InputPort"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fifo" upperBound="-1" eType="//Object"> <eAnnotations source="dynamic"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInitialized" defaultValueLiteral="false"> <eAnnotations source="dynamic"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Application" eOpposite="//Application/ownedPlaces"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="//sizeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteSize" lowerBound="1" volatile="true" transient="true" derived="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentSize"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EEnum" name="sizeType"> <eLiterals name="B" value="1"/> <eLiterals name="kB" value="1024"/> <eLiterals name="MB" value="1048576"/> <eLiterals name="GB" value="1073741824"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eOperations name="getSystem" eType="//System"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWRessource" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="//HWPlatform" eOpposite="//HWPlatform/ownedHWResources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedTo" upperBound="-1" eType="//HWRessource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWComputationalResource" eSuperTypes="//HWRessource"> <eOperations name="incCycle"> <eAnnotations source="dynamic"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnderPreemptiveManagement"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedAgents" upperBound="-1" eType="//Agent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentExecCycle"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWStorageResource" eSuperTypes="//HWRessource"> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedPlaces" upperBound="-1" eType="//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWCommunicationResource" eSuperTypes="//HWRessource"/> <eClassifiers xsi:type="ecore:EClass" name="HWPlatform" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedHWResources" upperBound="-1" eType="//HWRessource" containment="true" eOpposite="//HWRessource/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedApplication" eType="//Application" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedHWPlatform" eType="//HWPlatform" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedMemory" eType="//LinkedListMultimap"> <eAnnotations source="dynamic"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LinkedListMultimap" instanceClassName="com.google.common.collect.LinkedListMultimap"/> </ecore:EPackage>
github:ecore:/data/grammarware/sle16/bousse/framework-sources/gemoc-studio/official_samples/SigPML/language_workbench/org.gemoc.sample.sigpml.xdsml/model-gen/SigpmlMT.ecore
ecore
sigpml Application ownedAgents ownedPlaces Agent isExecuting execute stop ownedPorts cycles owner code allocatedTo currentExecCycle isCurrentlyExecuting false Port owner rate byteRate type InputPort read logSizeToReadWhenZero logSizeToReadWhenNotZero sizeToread OutputPort write sizeWritten Place push pop itsOutputPort itsInputPort fifo isInitialized false size owner type byteSize delay currentSize Object java.lang.Object java.lang.Object sizeType B B kB kB MB MB GB GB NamedElement getSystem name HWRessource owner connectedTo HWComputationalResource incCycle isUnderPreemptiveManagement allocatedAgents currentExecCycle HWStorageResource allocatedPlaces HWCommunicationResource HWPlatform ownedHWResources System ownedApplication ownedHWPlatform sharedMemory LinkedListMultimap com.google.common.collect.LinkedListMultimap com.google.common.collect.LinkedListMultimap
null
{"directed":true,"nodes":[{"nsPrefix":"sigpml","nsURI":"http://sigpmlmt/","name":"sigpml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"sizeType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWRessource","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWComputationalResource","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWStorageResource","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWCommunicationResource","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWPlatform","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.google.common.collect.LinkedListMultimap","defaultValue":null,"instanceClassName":"com.google.common.collect.LinkedListMultimap","name":"LinkedListMultimap","instanceClass":"com.google.common.collect.LinkedListMultimap","id":16,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAgents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPlaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isExecuting","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","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":"ownedPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cycles","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocatedTo","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":"currentExecCycle","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isCurrentlyExecuting","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"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":"rate","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"byteRate","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":true},{"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":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,"unique":true,"name":"read","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"logSizeToReadWhenZero","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"logSizeToReadWhenNotZero","lowerBound":0,"id":52,"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":"sizeToread","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"write","lowerBound":0,"id":57,"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":"sizeWritten","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pop","lowerBound":0,"id":62,"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":"itsOutputPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itsInputPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"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":"fifo","changeable":true,"lowerBound":0,"iD":false,"id":65,"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":"isInitialized","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":"size","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"byteSize","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentSize","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"B","id":83,"value":1,"literal":"B","eClass":"EEnumLiteral"},{"name":"kB","id":84,"value":1024,"literal":"kB","eClass":"EEnumLiteral"},{"name":"MB","id":85,"value":1048576,"literal":"MB","eClass":"EEnumLiteral"},{"name":"GB","id":86,"value":1073741824,"literal":"GB","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSystem","lowerBound":0,"id":87,"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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedHWResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"incCycle","lowerBound":0,"id":97,"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":"isUnderPreemptiveManagement","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocatedAgents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"currentExecCycle","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocatedPlaces","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedApplication","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":"ownedHWPlatform","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sharedMemory","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":1},{"source":17,"target":21},{"source":20,"target":2},{"source":18,"target":6},{"source":18,"target":22},{"source":18,"target":1},{"source":18,"target":23},{"source":22,"target":6},{"source":19,"target":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":21},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":34},{"source":27,"target":2},{"source":27,"target":35},{"source":34,"target":3},{"source":28,"target":36},{"source":28,"target":2},{"source":21,"target":1},{"source":21,"target":37},{"source":21,"target":2},{"source":21,"target":17},{"source":37,"target":1},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":11},{"source":30,"target":39},{"source":30,"target":2},{"source":39,"target":11},{"source":31,"target":40},{"source":31,"target":2},{"source":32,"target":41},{"source":32,"target":2},{"source":33,"target":9},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":35},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":35,"target":2},{"source":35,"target":46},{"source":35,"target":3},{"source":35,"target":27},{"source":46,"target":2},{"source":42,"target":47},{"source":42,"target":3},{"source":43,"target":48},{"source":43,"target":3},{"source":44,"target":8},{"source":44,"target":49},{"source":44,"target":3},{"source":49,"target":8},{"source":45,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":50,"target":55},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":56},{"source":53,"target":4},{"source":54,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":5},{"source":58,"target":60},{"source":58,"target":5},{"source":59,"target":3},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":23},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":61,"target":6},{"source":62,"target":6},{"source":63,"target":5},{"source":63,"target":73},{"source":63,"target":6},{"source":73,"target":5},{"source":64,"target":4},{"source":64,"target":74},{"source":64,"target":6},{"source":74,"target":4},{"source":65,"target":7},{"source":65,"target":75},{"source":65,"target":6},{"source":75,"target":7},{"source":66,"target":76},{"source":66,"target":6},{"source":67,"target":77},{"source":67,"target":6},{"source":23,"target":1},{"source":23,"target":78},{"source":23,"target":6},{"source":23,"target":18},{"source":78,"target":1},{"source":68,"target":8},{"source":68,"target":79},{"source":68,"target":6},{"source":79,"target":8},{"source":69,"target":80},{"source":69,"target":6},{"source":70,"target":81},{"source":70,"target":6},{"source":71,"target":82},{"source":71,"target":6},{"source":72,"target":9},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":83,"target":8},{"source":84,"target":8},{"source":85,"target":8},{"source":86,"target":8},{"source":9,"target":0},{"source":9,"target":87},{"source":9,"target":88},{"source":87,"target":15},{"source":87,"target":89},{"source":87,"target":9},{"source":89,"target":15},{"source":88,"target":90},{"source":88,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":91,"target":14},{"source":91,"target":94},{"source":91,"target":10},{"source":91,"target":95},{"source":94,"target":14},{"source":92,"target":10},{"source":92,"target":96},{"source":92,"target":10},{"source":96,"target":10},{"source":93,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":97,"target":11},{"source":98,"target":102},{"source":98,"target":11},{"source":99,"target":2},{"source":99,"target":103},{"source":99,"target":11},{"source":103,"target":2},{"source":100,"target":104},{"source":100,"target":11},{"source":101,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":105},{"source":12,"target":106},{"source":105,"target":6},{"source":105,"target":107},{"source":105,"target":12},{"source":107,"target":6},{"source":106,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":108},{"source":108,"target":10},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":95},{"source":14,"target":109},{"source":95,"target":10},{"source":95,"target":110},{"source":95,"target":14},{"source":95,"target":91},{"source":110,"target":10},{"source":109,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":111,"target":1},{"source":111,"target":115},{"source":111,"target":15},{"source":115,"target":1},{"source":112,"target":14},{"source":112,"target":116},{"source":112,"target":15},{"source":116,"target":14},{"source":113,"target":16},{"source":113,"target":117},{"source":113,"target":15},{"source":117,"target":16},{"source":114,"target":9},{"source":16,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pdfmodel" nsURI="http://www.levigo.com/jadice/tools/pdf/modelgen/PDFModel" nsPrefix="pdfmodel"> <eClassifiers xsi:type="ecore:EClass" name="PDFModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//PackageDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="#//SinceVersion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificationReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="section" eType="#//SectionReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="table" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SectionReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="section" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayMappedDeclaration" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ArrayMappedEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cached" 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:EAttribute" name="indirectReference" eType="#//IndirectReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AbstractEntryValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="#//SinceVersion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiresCustomValidation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiresCustomDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayMappedEntry" eSuperTypes="#//AbstractEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryDeclaration" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" unique="false" upperBound="-1" eType="#//DictionaryDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeConfig" eType="#//SubtypeConfig" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//DictionaryEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubtypeConfig"> <eStructuralFeatures xsi:type="ecore:EReference" name="candidates" unique="false" upperBound="-1" eType="#//DictionaryDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryEntry" eSuperTypes="#//AbstractEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" 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="inheritable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFlagsDeclaration" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="specificationReference" eType="#//SpecificationReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//BitFlagsDeclarationPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFlagsDeclarationPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="#//SinceVersion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameEnumDeclaration" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//NameEnumDeclarationPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameEnumDeclarationPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" 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="since" eType="#//SinceVersion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="NullObjectEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="NameObjectEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMustBe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberObjectEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//NumberValidationRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMustBe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredValue" eType="#//NumberLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//NumberLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValidationRule"/> <eClassifiers xsi:type="ecore:EClass" name="NumberInclusiveRangeValidationRule" eSuperTypes="#//NumberValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" eType="#//NumberLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" eType="#//NumberLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberGreaterValidationRule" eSuperTypes="#//NumberValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="minValue" eType="#//NumberLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberGreaterEqualsValidationRule" eSuperTypes="#//NumberValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="minValue" eType="#//NumberLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValuesValidationRule" eSuperTypes="#//NumberValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//NumberValuesValidationRuleEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValuesValidationRuleEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//NumberLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="#//SinceVersion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerObjectEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//IntegerValidationRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMustBe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredValue" eType="#//IntLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//IntLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValidationRule"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerInclusiveRangeValidationRule" eSuperTypes="#//IntegerValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" eType="#//IntLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" eType="#//IntLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValuesValidationRule" eSuperTypes="#//IntegerValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//IntegerValuesValidationRuleEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerGreaterValidationRule" eSuperTypes="#//IntegerValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="minValue" eType="#//IntLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerGreaterEqualsValidationRule" eSuperTypes="#//IntegerValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="minValue" eType="#//NumberLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValuesValidationRuleEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//IntLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="#//SinceVersion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealObjectEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMustBe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredValue" eType="#//RealLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//RealLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameTreeEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="NumberTreeEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//ArrayValidationRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indirectReference" eType="#//IndirectReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//AbstractEntryValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiresCustomValidation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiresCustomDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayValidationRule"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthValidationRule" eSuperTypes="#//ArrayValidationRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="MappingDictEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//AbstractEntryValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiresCustomValidation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiresCustomDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asciiString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="byteString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//StringValidationRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValidationRule"/> <eClassifiers xsi:type="ecore:EClass" name="StringLengthValidationRule" eSuperTypes="#//StringValidationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="length" eType="#//IntLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlternativeEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="#//AbstractEntryValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMustBe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="#//Bool"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//Bool"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="ParentReferenceEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentType" eType="#//DictionaryDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryObjectEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="DictionaryDeclarationEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//DictionaryDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayMappedEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ArrayMappedDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFlagsEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//BitFlagsDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateEntryValue" eSuperTypes="#//AbstractEntryValue"/> <eClassifiers xsi:type="ecore:EClass" name="NameEnumEntryValue" eSuperTypes="#//AbstractEntryValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//NameEnumDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMustBe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//NumberLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//NumberLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IndirectReference"> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> <eLiterals name="INDIRECT_SHALL" value="1" literal="indirect-shall"/> <eLiterals name="INDIRECT_SHALL_NOT" value="2" literal="indirect-shall-not"/> <eLiterals name="INDIRECT_SHOULD" value="3" literal="indirect-should"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SinceVersion"> <eLiterals name="UNDEFINED" literal="UNDEFINED"/> <eLiterals name="PDF_10" value="1" literal="pdf-1.0"/> <eLiterals name="PDF_11" value="2" literal="pdf-1.1"/> <eLiterals name="PDF_12" value="3" literal="pdf-1.2"/> <eLiterals name="PDF_13" value="4" literal="pdf-1.3"/> <eLiterals name="PDF_14" value="5" literal="pdf-1.4"/> <eLiterals name="PDF_15" value="6" literal="pdf-1.5"/> <eLiterals name="PDF_16" value="7" literal="pdf-1.6"/> <eLiterals name="PDF_17" value="8" literal="pdf-1.7"/> <eLiterals name="PDF_32000_1" value="9" literal="32000-1"/> <eLiterals name="PDF_20" value="10" literal="pdf-2.0"/> <eLiterals name="PDF_32000_2" value="11" literal="32000-2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Bool"> <eLiterals name="TRUE" literal="true"/> <eLiterals name="FALSE" value="1" literal="false"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/levigo/pdf-formal-representation/com.levigo.jadice.tools.pdf.modelgen/src-gen/com/levigo/jadice/tools/pdf/modelgen/PDFModel.ecore
ecore
pdfmodel PDFModel packages AbstractDeclaration name since SpecificationReference section table SectionReference section ArrayMappedDeclaration entries AbstractEntry cached required indirectReference value since requiresCustomValidation requiresCustomDefault ArrayMappedEntry index name nullable DictionaryDeclaration stream superTypes subtypeConfig entries SubtypeConfig candidates DictionaryEntry key alias inheritable PackageDeclaration name elements BitFlagsDeclaration specificationReference declarations BitFlagsDeclarationPart index name since NameEnumDeclaration declarations NameEnumDeclarationPart constant alias since AbstractEntryValue NullObjectEntryValue NameObjectEntryValue hasMustBe requiredValue hasDefault defaultValue NumberObjectEntryValue rule hasMustBe requiredValue hasDefault defaultValue NumberValidationRule NumberInclusiveRangeValidationRule lowerBound upperBound NumberGreaterValidationRule minValue NumberGreaterEqualsValidationRule minValue NumberValuesValidationRule value NumberValuesValidationRuleEntry value since IntegerObjectEntryValue rule hasMustBe requiredValue hasDefault defaultValue IntegerValidationRule IntegerInclusiveRangeValidationRule lowerBound upperBound IntegerValuesValidationRule value IntegerGreaterValidationRule minValue IntegerGreaterEqualsValidationRule minValue IntegerValuesValidationRuleEntry value since RealObjectEntryValue hasMustBe requiredValue hasDefault defaultValue NameTreeEntryValue NumberTreeEntryValue ArrayEntryValue rule indirectReference type requiresCustomValidation requiresCustomDefault ArrayValidationRule ArrayLengthValidationRule length ObjectEntryValue MappingDictEntryValue type requiresCustomValidation requiresCustomDefault StringEntryValue textString asciiString byteString rule StringValidationRule StringLengthValidationRule length AlternativeEntryValue options BooleanEntryValue hasMustBe requiredValue hasDefault defaultValue ReferenceEntryValue ParentReferenceEntryValue parentType DictionaryObjectEntryValue DictionaryDeclarationEntryValue target ArrayMappedEntryValue target BitFlagsEntryValue target DateEntryValue NameEnumEntryValue target hasMustBe requiredValue hasDefault defaultValue NumberLiteral IntLiteral value RealLiteral value IndirectReference UNDEFINED UNDEFINED INDIRECT_SHALL indirect-shall INDIRECT_SHALL_NOT indirect-shall-not INDIRECT_SHOULD indirect-should SinceVersion UNDEFINED UNDEFINED PDF_10 pdf-1.0 PDF_11 pdf-1.1 PDF_12 pdf-1.2 PDF_13 pdf-1.3 PDF_14 pdf-1.4 PDF_15 pdf-1.5 PDF_16 pdf-1.6 PDF_17 pdf-1.7 PDF_32000_1 32000-1 PDF_20 pdf-2.0 PDF_32000_2 32000-2 Bool TRUE true FALSE false
null
{"directed":true,"nodes":[{"nsPrefix":"pdfmodel","nsURI":"http://www.levigo.com/jadice/tools/pdf/modelgen/PDFModel","name":"pdfmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PDFModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificationReference","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectionReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayMappedDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractEntry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayMappedEntry","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubtypeConfig","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryEntry","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFlagsDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFlagsDeclarationPart","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameEnumDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameEnumDeclarationPart","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractEntryValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullObjectEntryValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameObjectEntryValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberObjectEntryValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValidationRule","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberInclusiveRangeValidationRule","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberGreaterValidationRule","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberGreaterEqualsValidationRule","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValuesValidationRule","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValuesValidationRuleEntry","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerObjectEntryValue","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValidationRule","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerInclusiveRangeValidationRule","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValuesValidationRule","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerGreaterValidationRule","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerGreaterEqualsValidationRule","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValuesValidationRuleEntry","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealObjectEntryValue","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameTreeEntryValue","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberTreeEntryValue","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayEntryValue","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayValidationRule","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthValidationRule","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectEntryValue","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingDictEntryValue","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringEntryValue","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValidationRule","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLengthValidationRule","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeEntryValue","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanEntryValue","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceEntryValue","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParentReferenceEntryValue","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryObjectEntryValue","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryDeclarationEntryValue","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayMappedEntryValue","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFlagsEntryValue","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateEntryValue","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameEnumEntryValue","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IndirectReference","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SinceVersion","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"id":59,"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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"table","changeable":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"cached","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indirectReference","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiresCustomValidation","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiresCustomDefault","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"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":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"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":"stream","changeable":true,"lowerBound":0,"iD":false,"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":false,"name":"superTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeConfig","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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"candidates","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"key","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inheritable","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specificationReference","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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasMustBe","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasDefault","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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasMustBe","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":"requiredValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasDefault","changeable":true,"lowerBound":0,"iD":false,"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","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":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasMustBe","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"hasDefault","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","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":"upperBound","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"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":"hasMustBe","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasDefault","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indirectReference","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiresCustomValidation","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiresCustomDefault","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"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":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiresCustomValidation","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiresCustomDefault","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textString","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asciiString","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"byteString","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","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"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasMustBe","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasDefault","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"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":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasMustBe","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasDefault","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"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":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"name":"UNDEFINED","id":295,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"INDIRECT_SHALL","id":296,"value":1,"literal":"indirect-shall","eClass":"EEnumLiteral"},{"name":"INDIRECT_SHALL_NOT","id":297,"value":2,"literal":"indirect-shall-not","eClass":"EEnumLiteral"},{"name":"INDIRECT_SHOULD","id":298,"value":3,"literal":"indirect-should","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":299,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"PDF_10","id":300,"value":1,"literal":"pdf-1.0","eClass":"EEnumLiteral"},{"name":"PDF_11","id":301,"value":2,"literal":"pdf-1.1","eClass":"EEnumLiteral"},{"name":"PDF_12","id":302,"value":3,"literal":"pdf-1.2","eClass":"EEnumLiteral"},{"name":"PDF_13","id":303,"value":4,"literal":"pdf-1.3","eClass":"EEnumLiteral"},{"name":"PDF_14","id":304,"value":5,"literal":"pdf-1.4","eClass":"EEnumLiteral"},{"name":"PDF_15","id":305,"value":6,"literal":"pdf-1.5","eClass":"EEnumLiteral"},{"name":"PDF_16","id":306,"value":7,"literal":"pdf-1.6","eClass":"EEnumLiteral"},{"name":"PDF_17","id":307,"value":8,"literal":"pdf-1.7","eClass":"EEnumLiteral"},{"name":"PDF_32000_1","id":308,"value":9,"literal":"32000-1","eClass":"EEnumLiteral"},{"name":"PDF_20","id":309,"value":10,"literal":"pdf-2.0","eClass":"EEnumLiteral"},{"name":"PDF_32000_2","id":310,"value":11,"literal":"32000-2","eClass":"EEnumLiteral"},{"name":"TRUE","id":311,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"FALSE","id":312,"value":1,"literal":"false","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":1,"target":0},{"source":1,"target":60},{"source":60,"target":11},{"source":60,"target":61},{"source":60,"target":1},{"source":61,"target":11},{"source":2,"target":0},{"source":2,"target":62},{"source":2,"target":63},{"source":62,"target":64},{"source":62,"target":2},{"source":63,"target":58},{"source":63,"target":65},{"source":63,"target":2},{"source":65,"target":58},{"source":3,"target":0},{"source":3,"target":66},{"source":3,"target":67},{"source":66,"target":4},{"source":66,"target":68},{"source":66,"target":3},{"source":68,"target":4},{"source":67,"target":69},{"source":67,"target":3},{"source":4,"target":0},{"source":4,"target":70},{"source":70,"target":71},{"source":70,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":72},{"source":5,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":5},{"source":74,"target":7},{"source":73,"target":2},{"source":6,"target":0},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":75,"target":82},{"source":75,"target":6},{"source":76,"target":83},{"source":76,"target":6},{"source":77,"target":57},{"source":77,"target":84},{"source":77,"target":6},{"source":84,"target":57},{"source":78,"target":16},{"source":78,"target":85},{"source":78,"target":6},{"source":85,"target":16},{"source":79,"target":58},{"source":79,"target":86},{"source":79,"target":6},{"source":86,"target":58},{"source":80,"target":87},{"source":80,"target":6},{"source":81,"target":88},{"source":81,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":89,"target":93},{"source":89,"target":7},{"source":90,"target":94},{"source":90,"target":7},{"source":91,"target":95},{"source":91,"target":7},{"source":92,"target":6},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":96,"target":101},{"source":96,"target":8},{"source":97,"target":8},{"source":97,"target":102},{"source":97,"target":8},{"source":102,"target":8},{"source":98,"target":9},{"source":98,"target":103},{"source":98,"target":8},{"source":103,"target":9},{"source":99,"target":10},{"source":99,"target":104},{"source":99,"target":8},{"source":104,"target":10},{"source":100,"target":2},{"source":9,"target":0},{"source":9,"target":105},{"source":105,"target":8},{"source":105,"target":106},{"source":105,"target":9},{"source":106,"target":8},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":107,"target":111},{"source":107,"target":10},{"source":108,"target":112},{"source":108,"target":10},{"source":109,"target":113},{"source":109,"target":10},{"source":110,"target":6},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":115},{"source":114,"target":116},{"source":114,"target":11},{"source":115,"target":2},{"source":115,"target":117},{"source":115,"target":11},{"source":117,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":118,"target":3},{"source":118,"target":121},{"source":118,"target":12},{"source":121,"target":3},{"source":119,"target":13},{"source":119,"target":122},{"source":119,"target":12},{"source":122,"target":13},{"source":120,"target":2},{"source":13,"target":0},{"source":13,"target":123},{"source":13,"target":124},{"source":13,"target":125},{"source":123,"target":126},{"source":123,"target":13},{"source":124,"target":127},{"source":124,"target":13},{"source":125,"target":58},{"source":125,"target":128},{"source":125,"target":13},{"source":128,"target":58},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":129},{"source":14,"target":130},{"source":129,"target":15},{"source":129,"target":131},{"source":129,"target":14},{"source":131,"target":15},{"source":130,"target":2},{"source":15,"target":0},{"source":15,"target":132},{"source":15,"target":133},{"source":15,"target":134},{"source":132,"target":135},{"source":132,"target":15},{"source":133,"target":136},{"source":133,"target":15},{"source":134,"target":58},{"source":134,"target":137},{"source":134,"target":15},{"source":137,"target":58},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":138},{"source":138,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":139,"target":144},{"source":139,"target":18},{"source":140,"target":145},{"source":140,"target":18},{"source":141,"target":146},{"source":141,"target":18},{"source":142,"target":147},{"source":142,"target":18},{"source":143,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":148},{"source":19,"target":149},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":148,"target":20},{"source":148,"target":154},{"source":148,"target":19},{"source":154,"target":20},{"source":149,"target":155},{"source":149,"target":19},{"source":150,"target":54},{"source":150,"target":156},{"source":150,"target":19},{"source":156,"target":54},{"source":151,"target":157},{"source":151,"target":19},{"source":152,"target":54},{"source":152,"target":158},{"source":152,"target":19},{"source":158,"target":54},{"source":153,"target":16},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":159,"target":54},{"source":159,"target":162},{"source":159,"target":21},{"source":162,"target":54},{"source":160,"target":54},{"source":160,"target":163},{"source":160,"target":21},{"source":163,"target":54},{"source":161,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":164},{"source":22,"target":165},{"source":164,"target":54},{"source":164,"target":166},{"source":164,"target":22},{"source":166,"target":54},{"source":165,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":167},{"source":23,"target":168},{"source":167,"target":54},{"source":167,"target":169},{"source":167,"target":23},{"source":169,"target":54},{"source":168,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":170},{"source":24,"target":171},{"source":170,"target":25},{"source":170,"target":172},{"source":170,"target":24},{"source":172,"target":25},{"source":171,"target":20},{"source":25,"target":0},{"source":25,"target":173},{"source":25,"target":174},{"source":173,"target":54},{"source":173,"target":175},{"source":173,"target":25},{"source":175,"target":54},{"source":174,"target":58},{"source":174,"target":176},{"source":174,"target":25},{"source":176,"target":58},{"source":26,"target":0},{"source":26,"target":16},{"source":26,"target":177},{"source":26,"target":178},{"source":26,"target":179},{"source":26,"target":180},{"source":26,"target":181},{"source":26,"target":182},{"source":177,"target":27},{"source":177,"target":183},{"source":177,"target":26},{"source":183,"target":27},{"source":178,"target":184},{"source":178,"target":26},{"source":179,"target":55},{"source":179,"target":185},{"source":179,"target":26},{"source":185,"target":55},{"source":180,"target":186},{"source":180,"target":26},{"source":181,"target":55},{"source":181,"target":187},{"source":181,"target":26},{"source":187,"target":55},{"source":182,"target":16},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":188,"target":55},{"source":188,"target":191},{"source":188,"target":28},{"source":191,"target":55},{"source":189,"target":55},{"source":189,"target":192},{"source":189,"target":28},{"source":192,"target":55},{"source":190,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":193},{"source":29,"target":194},{"source":193,"target":32},{"source":193,"target":195},{"source":193,"target":29},{"source":195,"target":32},{"source":194,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":196},{"source":30,"target":197},{"source":196,"target":55},{"source":196,"target":198},{"source":196,"target":30},{"source":198,"target":55},{"source":197,"target":27},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":199},{"source":31,"target":200},{"source":199,"target":54},{"source":199,"target":201},{"source":199,"target":31},{"source":201,"target":54},{"source":200,"target":27},{"source":32,"target":0},{"source":32,"target":202},{"source":32,"target":203},{"source":202,"target":55},{"source":202,"target":204},{"source":202,"target":32},{"source":204,"target":55},{"source":203,"target":58},{"source":203,"target":205},{"source":203,"target":32},{"source":205,"target":58},{"source":33,"target":0},{"source":33,"target":16},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":33,"target":210},{"source":206,"target":211},{"source":206,"target":33},{"source":207,"target":56},{"source":207,"target":212},{"source":207,"target":33},{"source":212,"target":56},{"source":208,"target":213},{"source":208,"target":33},{"source":209,"target":56},{"source":209,"target":214},{"source":209,"target":33},{"source":214,"target":56},{"source":210,"target":16},{"source":34,"target":0},{"source":34,"target":16},{"source":34,"target":215},{"source":215,"target":16},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":216},{"source":216,"target":16},{"source":36,"target":0},{"source":36,"target":16},{"source":36,"target":217},{"source":36,"target":218},{"source":36,"target":219},{"source":36,"target":220},{"source":36,"target":221},{"source":36,"target":222},{"source":217,"target":37},{"source":217,"target":223},{"source":217,"target":36},{"source":223,"target":37},{"source":218,"target":57},{"source":218,"target":224},{"source":218,"target":36},{"source":224,"target":57},{"source":219,"target":16},{"source":219,"target":225},{"source":219,"target":36},{"source":225,"target":16},{"source":220,"target":226},{"source":220,"target":36},{"source":221,"target":227},{"source":221,"target":36},{"source":222,"target":16},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":228},{"source":38,"target":229},{"source":228,"target":230},{"source":228,"target":38},{"source":229,"target":37},{"source":39,"target":0},{"source":39,"target":16},{"source":39,"target":231},{"source":231,"target":16},{"source":40,"target":0},{"source":40,"target":16},{"source":40,"target":232},{"source":40,"target":233},{"source":40,"target":234},{"source":40,"target":235},{"source":232,"target":16},{"source":232,"target":236},{"source":232,"target":40},{"source":236,"target":16},{"source":233,"target":237},{"source":233,"target":40},{"source":234,"target":238},{"source":234,"target":40},{"source":235,"target":16},{"source":41,"target":0},{"source":41,"target":16},{"source":41,"target":239},{"source":41,"target":240},{"source":41,"target":241},{"source":41,"target":242},{"source":41,"target":243},{"source":239,"target":244},{"source":239,"target":41},{"source":240,"target":245},{"source":240,"target":41},{"source":241,"target":246},{"source":241,"target":41},{"source":242,"target":42},{"source":242,"target":247},{"source":242,"target":41},{"source":247,"target":42},{"source":243,"target":16},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":248},{"source":43,"target":249},{"source":248,"target":55},{"source":248,"target":250},{"source":248,"target":43},{"source":250,"target":55},{"source":249,"target":42},{"source":44,"target":0},{"source":44,"target":16},{"source":44,"target":251},{"source":44,"target":252},{"source":251,"target":16},{"source":251,"target":253},{"source":251,"target":44},{"source":253,"target":16},{"source":252,"target":16},{"source":45,"target":0},{"source":45,"target":16},{"source":45,"target":254},{"source":45,"target":255},{"source":45,"target":256},{"source":45,"target":257},{"source":45,"target":258},{"source":254,"target":259},{"source":254,"target":45},{"source":255,"target":59},{"source":255,"target":260},{"source":255,"target":45},{"source":260,"target":59},{"source":256,"target":261},{"source":256,"target":45},{"source":257,"target":59},{"source":257,"target":262},{"source":257,"target":45},{"source":262,"target":59},{"source":258,"target":16},{"source":46,"target":0},{"source":46,"target":16},{"source":46,"target":263},{"source":263,"target":16},{"source":47,"target":0},{"source":47,"target":16},{"source":47,"target":264},{"source":47,"target":265},{"source":264,"target":8},{"source":264,"target":266},{"source":264,"target":47},{"source":266,"target":8},{"source":265,"target":16},{"source":48,"target":0},{"source":48,"target":16},{"source":48,"target":267},{"source":267,"target":16},{"source":49,"target":0},{"source":49,"target":16},{"source":49,"target":268},{"source":49,"target":269},{"source":268,"target":8},{"source":268,"target":270},{"source":268,"target":49},{"source":270,"target":8},{"source":269,"target":16},{"source":50,"target":0},{"source":50,"target":16},{"source":50,"target":271},{"source":50,"target":272},{"source":271,"target":5},{"source":271,"target":273},{"source":271,"target":50},{"source":273,"target":5},{"source":272,"target":16},{"source":51,"target":0},{"source":51,"target":16},{"source":51,"target":274},{"source":51,"target":275},{"source":274,"target":12},{"source":274,"target":276},{"source":274,"target":51},{"source":276,"target":12},{"source":275,"target":16},{"source":52,"target":0},{"source":52,"target":16},{"source":52,"target":277},{"source":277,"target":16},{"source":53,"target":0},{"source":53,"target":16},{"source":53,"target":278},{"source":53,"target":279},{"source":53,"target":280},{"source":53,"target":281},{"source":53,"target":282},{"source":53,"target":283},{"source":278,"target":14},{"source":278,"target":284},{"source":278,"target":53},{"source":284,"target":14},{"source":279,"target":285},{"source":279,"target":53},{"source":280,"target":286},{"source":280,"target":53},{"source":281,"target":287},{"source":281,"target":53},{"source":282,"target":288},{"source":282,"target":53},{"source":283,"target":16},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":289},{"source":55,"target":290},{"source":289,"target":291},{"source":289,"target":55},{"source":290,"target":54},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":292},{"source":56,"target":293},{"source":292,"target":294},{"source":292,"target":56},{"source":293,"target":54},{"source":57,"target":0},{"source":57,"target":295},{"source":57,"target":296},{"source":57,"target":297},{"source":57,"target":298},{"source":295,"target":57},{"source":296,"target":57},{"source":297,"target":57},{"source":298,"target":57},{"source":58,"target":0},{"source":58,"target":299},{"source":58,"target":300},{"source":58,"target":301},{"source":58,"target":302},{"source":58,"target":303},{"source":58,"target":304},{"source":58,"target":305},{"source":58,"target":306},{"source":58,"target":307},{"source":58,"target":308},{"source":58,"target":309},{"source":58,"target":310},{"source":299,"target":58},{"source":300,"target":58},{"source":301,"target":58},{"source":302,"target":58},{"source":303,"target":58},{"source":304,"target":58},{"source":305,"target":58},{"source":306,"target":58},{"source":307,"target":58},{"source":308,"target":58},{"source":309,"target":58},{"source":310,"target":58},{"source":59,"target":0},{"source":59,"target":311},{"source":59,"target":312},{"source":311,"target":59},{"source":312,"target":59}],"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="simpleanySimplified" nsURI="file:/C:/XMLINTELLEDIT-REPO/source/at.ac.tuwien.big.xmltext/examples/simpleany.xsdsimplified" nsPrefix="Simpleanys"> <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="Book"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="maxLengthAuthor"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="maxLengthAuthor" value="self.author.size() &lt;= 32"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" iD="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description" eSuperTypes="//MixedBaseClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixedData" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixedText" eSuperTypes="//MixedData"/> <eClassifiers xsi:type="ecore:EClass" name="MixedFeature" eSuperTypes="//MixedData"/> <eClassifiers xsi:type="ecore:EClass" name="MixedBaseClass" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="mixed" upperBound="-1" eType="//MixedData" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/patrickneubauer/XMLIntellEdit/xmlintelledit/xmltext/examples/simpleany.ecore
ecore
simpleanySimplified Book name title author description Description keywords descriptions Library books MixedData value MixedText MixedFeature MixedBaseClass mixed
null
{"directed":true,"nodes":[{"nsPrefix":"Simpleanys","nsURI":"file:/C:/XMLINTELLEDIT-REPO/source/at.ac.tuwien.big.xmltext/examples/simpleany.xsdsimplified","name":"simpleanySimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedData","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedText","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixedBaseClass","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":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":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keywords","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":"descriptions","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mixed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":2},{"source":18,"target":7},{"source":3,"target":0},{"source":3,"target":21},{"source":21,"target":1},{"source":21,"target":22},{"source":21,"target":3},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":24},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":25},{"source":25,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":26},{"source":26,"target":4},{"source":7,"target":0},{"source":7,"target":27},{"source":27,"target":4},{"source":27,"target":28},{"source":27,"target":7},{"source":28,"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="symbol" nsURI="http:///org/eclipse/jst/jsf/context/symbol.ecore" nsPrefix="org.eclipse.jst.jsf.context.symbol"> <eClassifiers xsi:type="ecore:EClass" name="IBeanInstanceSymbol" eSuperTypes="#//IInstanceSymbol #//IDescribedInDetail"> <eOperations name="getJavaTypeDescriptor" eType="#//IJavaTypeDescriptor2"/> <eOperations name="setJavaTypeDescriptor"> <eParameters name="newTypeDescriptor" eType="#//IJavaTypeDescriptor2"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//IBeanPropertySymbol" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//IBeanMethodSymbol" changeable="false" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBeanPropertySymbol" eSuperTypes="#//IPropertySymbol #//IDescribedInDetail"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//IJavaTypeDescriptor2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInstanceSymbol" eSuperTypes="#//IObjectSymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeResolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeSource" eType="#//ERuntimeSource" defaultValueLiteral="TAG_INSTANTIATED_SYMBOL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IJavaSymbol" eSuperTypes="#//ISymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaElement" eType="#//IJavaElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISymbol" 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="ITypeDescriptor" abstract="true"> <eOperations name="instanceOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getArrayElement" eType="#//IObjectSymbol"/> <eOperations name="resolveType" eType="#//IType"> <eParameters name="resolvedTypeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="calculateSyntheticCall" eType="#//ISymbol"> <eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="methodArgs" upperBound="-1" eType="#//ValueType"/> <eParameters name="symbolName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//IPropertySymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superTypeSignatures" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceTypeSignatures" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSignatureDelegate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//IMethodSymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeParameterSignatures" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jdtContext" eType="#//IJavaElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IType" instanceClassName="org.eclipse.jdt.core.IType"/> <eClassifiers xsi:type="ecore:EDataType" name="IJavaElement" instanceClassName="org.eclipse.jdt.core.IJavaElement"/> <eClassifiers xsi:type="ecore:EClass" name="IDescribedInDetail" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IJavaTypeDescriptor2" eSuperTypes="#//ITypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//IType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="beanProperties" upperBound="-1" eType="#//IBeanPropertySymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="beanMethods" upperBound="-1" eType="#//IBeanPropertySymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBeanMethodSymbol" eSuperTypes="#//IDescribedInDetail #//IMethodSymbol"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//IJavaTypeDescriptor2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IComponentSymbol" eSuperTypes="#//IInstanceSymbol #//IDescribedInDetail"/> <eClassifiers xsi:type="ecore:EClass" name="IPropertySymbol" eSuperTypes="#//IObjectSymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intermediate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMapTypeDescriptor" eSuperTypes="#//ITypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="immutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ERuntimeSource"> <eLiterals name="BUILT_IN_SYMBOL" literal="BUILT_IN_SYMBOL"/> <eLiterals name="MANAGED_BEAN_SYMBOL" value="1"/> <eLiterals name="TAG_INSTANTIATED_SYMBOL" value="2"/> <eLiterals name="OTHER" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMethodSymbol" eSuperTypes="#//ISymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IObjectSymbol" abstract="true" interface="true" eSuperTypes="#//ISymbol"> <eOperations name="supportsCoercion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="coerce" eType="#//ITypeDescriptor"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="call" eType="#//ISymbol"> <eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="methodArguments" upperBound="-1" eType="#//ValueType"/> <eParameters name="symbolName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDescriptor" eType="#//ITypeDescriptor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBoundedTypeDescriptor" abstract="true" interface="true" eSuperTypes="#//ITypeDescriptor"> <eOperations name="isUnboundedForType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getUnboundedProperty" eType="#//ISymbol"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBoundedMapTypeDescriptor" eSuperTypes="#//IMapTypeDescriptor #//IBoundedTypeDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="IBoundedJavaTypeDescriptor" eSuperTypes="#//IJavaTypeDescriptor2 #//IBoundedTypeDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="IListTypeDescriptor" eSuperTypes="#//ITypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBoundedListTypeDescriptor" eSuperTypes="#//IListTypeDescriptor #//IBoundedTypeDescriptor"/> <eClassifiers xsi:type="ecore:EDataType" name="ValueType" instanceClassName="org.eclipse.jst.jsf.common.internal.types.ValueType"/> <eSubpackages name="symbol" nsURI="http:///org/eclipse/jst/jsf/context/symbol.ecore" nsPrefix="org.eclipse.jst.jsf.context.symbol"> <eClassifiers xsi:type="ecore:EDataType" name="ValueType" instanceClassName="org.eclipse.jst.jsf.common.internal.types.ValueType"/> <eClassifiers xsi:type="ecore:EClass" name="IBoundedListTypeDescriptor" eSuperTypes="#//symbol/IListTypeDescriptor #//symbol/IBoundedTypeDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="IListTypeDescriptor" eSuperTypes="#//symbol/ITypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBoundedJavaTypeDescriptor" eSuperTypes="#//symbol/IJavaTypeDescriptor2 #//symbol/IBoundedTypeDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="IBoundedMapTypeDescriptor" eSuperTypes="#//symbol/IMapTypeDescriptor #//symbol/IBoundedTypeDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="IBoundedTypeDescriptor" abstract="true" interface="true" eSuperTypes="#//symbol/ITypeDescriptor"> <eOperations name="getUnboundedProperty" eType="#//symbol/ISymbol"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="isUnboundedForType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IObjectSymbol" abstract="true" interface="true" eSuperTypes="#//symbol/ISymbol"> <eOperations name="call" eType="#//symbol/ISymbol"> <eParameters name="symbolName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="methodArguments" upperBound="-1" eType="#//symbol/ValueType"/> <eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="coerce" eType="#//symbol/ITypeDescriptor"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="supportsCoercion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDescriptor" eType="#//symbol/ITypeDescriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMethodSymbol" eSuperTypes="#//symbol/ISymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ERuntimeSource"> <eLiterals name="OTHER" value="3"/> <eLiterals name="TAG_INSTANTIATED_SYMBOL" value="2"/> <eLiterals name="MANAGED_BEAN_SYMBOL" value="1"/> <eLiterals name="BUILT_IN_SYMBOL" literal="BUILT_IN_SYMBOL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMapTypeDescriptor" eSuperTypes="#//symbol/ITypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="immutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPropertySymbol" eSuperTypes="#//symbol/IObjectSymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intermediate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IComponentSymbol" eSuperTypes="#//symbol/IInstanceSymbol #//symbol/IDescribedInDetail"/> <eClassifiers xsi:type="ecore:EClass" name="IBeanMethodSymbol" eSuperTypes="#//symbol/IDescribedInDetail #//symbol/IMethodSymbol"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//symbol/IJavaTypeDescriptor2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IJavaTypeDescriptor2" eSuperTypes="#//symbol/ITypeDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="beanMethods" upperBound="-1" eType="#//symbol/IBeanPropertySymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="beanProperties" upperBound="-1" eType="#//symbol/IBeanPropertySymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//symbol/IType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IDescribedInDetail" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EDataType" name="IJavaElement" instanceClassName="org.eclipse.jdt.core.IJavaElement"/> <eClassifiers xsi:type="ecore:EDataType" name="IType" instanceClassName="org.eclipse.jdt.core.IType"/> <eClassifiers xsi:type="ecore:EClass" name="ITypeDescriptor" abstract="true"> <eOperations name="calculateSyntheticCall" eType="#//symbol/ISymbol"> <eParameters name="symbolName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="methodArgs" upperBound="-1" eType="#//symbol/ValueType"/> <eParameters name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="resolveType" eType="#//symbol/IType"> <eParameters name="resolvedTypeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getArrayElement" eType="#//symbol/IObjectSymbol"/> <eOperations name="isArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="instanceOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jdtContext" eType="#//symbol/IJavaElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeParameterSignatures" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//symbol/IMethodSymbol" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSignatureDelegate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceTypeSignatures" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superTypeSignatures" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//symbol/IPropertySymbol" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISymbol" 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="IJavaSymbol" eSuperTypes="#//symbol/ISymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaElement" eType="#//symbol/IJavaElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInstanceSymbol" eSuperTypes="#//symbol/IObjectSymbol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeSource" eType="#//symbol/ERuntimeSource" defaultValueLiteral="TAG_INSTANTIATED_SYMBOL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeResolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBeanPropertySymbol" eSuperTypes="#//symbol/IPropertySymbol #//symbol/IDescribedInDetail"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//symbol/IJavaTypeDescriptor2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBeanInstanceSymbol" eSuperTypes="#//symbol/IInstanceSymbol #//symbol/IDescribedInDetail"> <eOperations name="setJavaTypeDescriptor"> <eParameters name="newTypeDescriptor" eType="#//symbol/IJavaTypeDescriptor2"/> </eOperations> <eOperations name="getJavaTypeDescriptor" eType="#//symbol/IJavaTypeDescriptor2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//symbol/IBeanMethodSymbol" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//symbol/IBeanPropertySymbol" changeable="false" volatile="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/symbol.ecore
ecore
symbol IBeanInstanceSymbol getJavaTypeDescriptor setJavaTypeDescriptor newTypeDescriptor properties methods IBeanPropertySymbol owner IInstanceSymbol typeResolved runtimeSource TAG_INSTANTIATED_SYMBOL IJavaSymbol javaElement ISymbol name ITypeDescriptor instanceOf typeSignature isArray getArrayElement resolveType resolvedTypeSignature calculateSyntheticCall methodName methodArgs symbolName properties typeSignature superTypeSignatures interfaceTypeSignatures typeSignatureDelegate methods typeParameterSignatures jdtContext enumType IType org.eclipse.jdt.core.IType org.eclipse.jdt.core.IType IJavaElement org.eclipse.jdt.core.IJavaElement org.eclipse.jdt.core.IJavaElement IDescribedInDetail IJavaTypeDescriptor2 type beanProperties beanMethods arrayCount IBeanMethodSymbol owner IComponentSymbol IPropertySymbol intermediate IMapTypeDescriptor mapSource immutable true ERuntimeSource BUILT_IN_SYMBOL BUILT_IN_SYMBOL MANAGED_BEAN_SYMBOL MANAGED_BEAN_SYMBOL TAG_INSTANTIATED_SYMBOL TAG_INSTANTIATED_SYMBOL OTHER OTHER IMethodSymbol signature IObjectSymbol supportsCoercion typeSignature coerce typeSignature call methodName methodArguments symbolName typeDescriptor readable writable IBoundedTypeDescriptor isUnboundedForType typeSignature getUnboundedProperty name typeSignature IBoundedMapTypeDescriptor IBoundedJavaTypeDescriptor IListTypeDescriptor listSource IBoundedListTypeDescriptor ValueType org.eclipse.jst.jsf.common.internal.types.ValueType org.eclipse.jst.jsf.common.internal.types.ValueType symbol ValueType org.eclipse.jst.jsf.common.internal.types.ValueType org.eclipse.jst.jsf.common.internal.types.ValueType IBoundedListTypeDescriptor IListTypeDescriptor listSource IBoundedJavaTypeDescriptor IBoundedMapTypeDescriptor IBoundedTypeDescriptor getUnboundedProperty typeSignature name isUnboundedForType typeSignature IObjectSymbol call symbolName methodArguments methodName coerce typeSignature supportsCoercion typeSignature writable readable typeDescriptor IMethodSymbol signature ERuntimeSource OTHER OTHER TAG_INSTANTIATED_SYMBOL TAG_INSTANTIATED_SYMBOL MANAGED_BEAN_SYMBOL MANAGED_BEAN_SYMBOL BUILT_IN_SYMBOL BUILT_IN_SYMBOL IMapTypeDescriptor immutable true mapSource IPropertySymbol intermediate IComponentSymbol IBeanMethodSymbol owner IJavaTypeDescriptor2 arrayCount beanMethods beanProperties type IDescribedInDetail IJavaElement org.eclipse.jdt.core.IJavaElement org.eclipse.jdt.core.IJavaElement IType org.eclipse.jdt.core.IType org.eclipse.jdt.core.IType ITypeDescriptor calculateSyntheticCall symbolName methodArgs methodName resolveType resolvedTypeSignature getArrayElement isArray instanceOf typeSignature jdtContext typeParameterSignatures methods typeSignatureDelegate interfaceTypeSignatures superTypeSignatures typeSignature properties ISymbol name IJavaSymbol javaElement IInstanceSymbol runtimeSource TAG_INSTANTIATED_SYMBOL typeResolved IBeanPropertySymbol owner IBeanInstanceSymbol setJavaTypeDescriptor newTypeDescriptor getJavaTypeDescriptor methods properties
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.jsf.context.symbol","nsURI":"http:///org/eclipse/jst/jsf/context/symbol.ecore","name":"symbol","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBeanInstanceSymbol","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBeanPropertySymbol","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInstanceSymbol","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaSymbol","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISymbol","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeDescriptor","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.jdt.core.IType","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IType","name":"IType","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jdt.core.IJavaElement","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IJavaElement","name":"IJavaElement","instanceClass":null,"id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDescribedInDetail","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaTypeDescriptor2","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBeanMethodSymbol","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponentSymbol","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPropertySymbol","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMapTypeDescriptor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ERuntimeSource","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethodSymbol","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IObjectSymbol","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedTypeDescriptor","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedMapTypeDescriptor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedJavaTypeDescriptor","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IListTypeDescriptor","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedListTypeDescriptor","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.jst.jsf.common.internal.types.ValueType","defaultValue":null,"instanceClassName":"org.eclipse.jst.jsf.common.internal.types.ValueType","name":"ValueType","instanceClass":null,"id":23,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"org.eclipse.jst.jsf.context.symbol","nsURI":"http:///org/eclipse/jst/jsf/context/symbol.ecore","name":"symbol","id":24,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getJavaTypeDescriptor","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setJavaTypeDescriptor","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":false,"resolveProxies":true,"lowerBound":0,"id":27,"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":false,"unique":true,"name":"methods","changeable":false,"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":"newTypeDescriptor","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeResolved","changeable":false,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TAG_INSTANTIATED_SYMBOL","unsettable":false,"transient":false,"unique":true,"name":"runtimeSource","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaElement","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceOf","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isArray","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayElement","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveType","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calculateSyntheticCall","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeSignature","changeable":false,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"superTypeSignatures","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceTypeSignatures","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":"typeSignatureDelegate","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"typeParameterSignatures","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":"jdtContext","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enumType","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolvedTypeSignature","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"methodArgs","lowerBound":0,"id":74,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"symbolName","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"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":88,"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":false,"unique":true,"name":"beanProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"beanMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrayCount","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intermediate","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"mapSource","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"immutable","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"name":"BUILT_IN_SYMBOL","id":111,"value":0,"literal":"BUILT_IN_SYMBOL","eClass":"EEnumLiteral"},{"name":"MANAGED_BEAN_SYMBOL","id":112,"value":1,"literal":"MANAGED_BEAN_SYMBOL","eClass":"EEnumLiteral"},{"name":"TAG_INSTANTIATED_SYMBOL","id":113,"value":2,"literal":"TAG_INSTANTIATED_SYMBOL","eClass":"EEnumLiteral"},{"name":"OTHER","id":114,"value":3,"literal":"OTHER","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":"signature","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsCoercion","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"coerce","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"call","lowerBound":0,"id":120,"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":"typeDescriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readable","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":null,"unsettable":false,"transient":false,"unique":true,"name":"writable","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","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":"typeSignature","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":"methodName","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"methodArguments","lowerBound":0,"id":133,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"symbolName","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"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":"isUnboundedForType","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnboundedProperty","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"listSource","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"},{"instanceTypeName":"org.eclipse.jst.jsf.common.internal.types.ValueType","defaultValue":null,"instanceClassName":"org.eclipse.jst.jsf.common.internal.types.ValueType","name":"ValueType","instanceClass":null,"id":161,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedListTypeDescriptor","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IListTypeDescriptor","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedJavaTypeDescriptor","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedMapTypeDescriptor","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBoundedTypeDescriptor","instanceClass":null,"abstract":true,"id":166,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IObjectSymbol","instanceClass":null,"abstract":true,"id":167,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethodSymbol","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ERuntimeSource","instanceClass":null,"id":169,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMapTypeDescriptor","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPropertySymbol","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponentSymbol","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBeanMethodSymbol","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaTypeDescriptor2","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDescribedInDetail","instanceClass":null,"abstract":true,"id":175,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.jdt.core.IJavaElement","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IJavaElement","name":"IJavaElement","instanceClass":null,"id":176,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jdt.core.IType","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IType","name":"IType","instanceClass":null,"id":177,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeDescriptor","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISymbol","instanceClass":null,"abstract":true,"id":179,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaSymbol","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInstanceSymbol","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBeanPropertySymbol","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBeanInstanceSymbol","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"listSource","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnboundedProperty","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isUnboundedForType","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"call","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"coerce","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsCoercion","lowerBound":0,"id":206,"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":"writable","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readable","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDescriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"symbolName","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"methodArguments","lowerBound":0,"id":213,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"name":"OTHER","id":230,"value":3,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"TAG_INSTANTIATED_SYMBOL","id":231,"value":2,"literal":"TAG_INSTANTIATED_SYMBOL","eClass":"EEnumLiteral"},{"name":"MANAGED_BEAN_SYMBOL","id":232,"value":1,"literal":"MANAGED_BEAN_SYMBOL","eClass":"EEnumLiteral"},{"name":"BUILT_IN_SYMBOL","id":233,"value":0,"literal":"BUILT_IN_SYMBOL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"immutable","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"mapSource","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intermediate","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"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":"arrayCount","changeable":true,"lowerBound":0,"iD":false,"id":248,"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":false,"unique":true,"name":"beanMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"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":false,"unique":true,"name":"beanProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calculateSyntheticCall","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveType","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayElement","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isArray","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceOf","lowerBound":0,"id":261,"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":"jdtContext","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"typeParameterSignatures","changeable":true,"lowerBound":0,"iD":false,"id":263,"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":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeSignatureDelegate","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceTypeSignatures","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"superTypeSignatures","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeSignature","changeable":false,"lowerBound":0,"iD":false,"id":268,"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":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"symbolName","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"methodArgs","lowerBound":0,"id":272,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolvedTypeSignature","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeSignature","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaElement","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TAG_INSTANTIATED_SYMBOL","unsettable":false,"transient":false,"unique":true,"name":"runtimeSource","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeResolved","changeable":false,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setJavaTypeDescriptor","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getJavaTypeDescriptor","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":false,"resolveProxies":true,"lowerBound":0,"id":309,"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":false,"unique":true,"name":"properties","changeable":false,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newTypeDescriptor","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EParameter"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":3},{"source":1,"target":9},{"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":25,"target":10},{"source":25,"target":31},{"source":25,"target":1},{"source":31,"target":10},{"source":26,"target":1},{"source":26,"target":32},{"source":32,"target":10},{"source":32,"target":33},{"source":32,"target":26},{"source":33,"target":10},{"source":27,"target":2},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":2},{"source":28,"target":11},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":11},{"source":29,"target":3},{"source":30,"target":9},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":9},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":10},{"source":36,"target":39},{"source":36,"target":2},{"source":39,"target":10},{"source":37,"target":13},{"source":38,"target":9},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":40,"target":43},{"source":40,"target":3},{"source":41,"target":15},{"source":41,"target":44},{"source":41,"target":3},{"source":44,"target":15},{"source":42,"target":17},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":8},{"source":45,"target":47},{"source":45,"target":4},{"source":47,"target":8},{"source":46,"target":5},{"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":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":50,"target":64},{"source":50,"target":6},{"source":50,"target":65},{"source":65,"target":66},{"source":65,"target":50},{"source":51,"target":67},{"source":51,"target":6},{"source":52,"target":17},{"source":52,"target":68},{"source":52,"target":6},{"source":68,"target":17},{"source":53,"target":7},{"source":53,"target":69},{"source":53,"target":6},{"source":53,"target":70},{"source":69,"target":7},{"source":70,"target":71},{"source":70,"target":53},{"source":54,"target":5},{"source":54,"target":72},{"source":54,"target":6},{"source":54,"target":73},{"source":54,"target":74},{"source":54,"target":75},{"source":72,"target":5},{"source":73,"target":76},{"source":73,"target":54},{"source":74,"target":23},{"source":74,"target":77},{"source":74,"target":54},{"source":77,"target":23},{"source":75,"target":78},{"source":75,"target":54},{"source":55,"target":13},{"source":55,"target":79},{"source":55,"target":6},{"source":79,"target":13},{"source":56,"target":80},{"source":56,"target":6},{"source":57,"target":81},{"source":57,"target":6},{"source":58,"target":82},{"source":58,"target":6},{"source":59,"target":83},{"source":59,"target":6},{"source":60,"target":16},{"source":60,"target":84},{"source":60,"target":6},{"source":84,"target":16},{"source":61,"target":85},{"source":61,"target":6},{"source":62,"target":8},{"source":62,"target":86},{"source":62,"target":6},{"source":86,"target":8},{"source":63,"target":87},{"source":63,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":88,"target":7},{"source":88,"target":93},{"source":88,"target":10},{"source":93,"target":7},{"source":89,"target":2},{"source":89,"target":94},{"source":89,"target":10},{"source":94,"target":2},{"source":90,"target":2},{"source":90,"target":95},{"source":90,"target":10},{"source":95,"target":2},{"source":91,"target":96},{"source":91,"target":10},{"source":92,"target":6},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":16},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":97,"target":10},{"source":97,"target":100},{"source":97,"target":11},{"source":100,"target":10},{"source":98,"target":9},{"source":99,"target":16},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":9},{"source":12,"target":101},{"source":12,"target":102},{"source":101,"target":3},{"source":102,"target":9},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":103},{"source":13,"target":104},{"source":103,"target":105},{"source":103,"target":13},{"source":104,"target":17},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":106,"target":109},{"source":106,"target":14},{"source":107,"target":110},{"source":107,"target":14},{"source":108,"target":6},{"source":15,"target":0},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":111,"target":15},{"source":112,"target":15},{"source":113,"target":15},{"source":114,"target":15},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":115},{"source":16,"target":116},{"source":115,"target":117},{"source":115,"target":16},{"source":116,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":118,"target":125},{"source":118,"target":17},{"source":118,"target":126},{"source":126,"target":127},{"source":126,"target":118},{"source":119,"target":6},{"source":119,"target":128},{"source":119,"target":17},{"source":119,"target":129},{"source":128,"target":6},{"source":129,"target":130},{"source":129,"target":119},{"source":120,"target":5},{"source":120,"target":131},{"source":120,"target":17},{"source":120,"target":132},{"source":120,"target":133},{"source":120,"target":134},{"source":131,"target":5},{"source":132,"target":135},{"source":132,"target":120},{"source":133,"target":23},{"source":133,"target":136},{"source":133,"target":120},{"source":136,"target":23},{"source":134,"target":137},{"source":134,"target":120},{"source":121,"target":6},{"source":121,"target":138},{"source":121,"target":17},{"source":138,"target":6},{"source":122,"target":139},{"source":122,"target":17},{"source":123,"target":140},{"source":123,"target":17},{"source":124,"target":5},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":141,"target":144},{"source":141,"target":18},{"source":141,"target":145},{"source":145,"target":146},{"source":145,"target":141},{"source":142,"target":5},{"source":142,"target":147},{"source":142,"target":18},{"source":142,"target":148},{"source":142,"target":149},{"source":147,"target":5},{"source":148,"target":150},{"source":148,"target":142},{"source":149,"target":151},{"source":149,"target":142},{"source":143,"target":6},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":18},{"source":19,"target":152},{"source":19,"target":153},{"source":152,"target":14},{"source":153,"target":18},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":18},{"source":20,"target":154},{"source":20,"target":155},{"source":154,"target":10},{"source":155,"target":18},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":156},{"source":21,"target":157},{"source":156,"target":158},{"source":156,"target":21},{"source":157,"target":6},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":18},{"source":22,"target":159},{"source":22,"target":160},{"source":159,"target":21},{"source":160,"target":18},{"source":23,"target":0},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":24,"target":166},{"source":24,"target":167},{"source":24,"target":168},{"source":24,"target":169},{"source":24,"target":170},{"source":24,"target":171},{"source":24,"target":172},{"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":24,"target":180},{"source":24,"target":181},{"source":24,"target":182},{"source":24,"target":183},{"source":24,"target":0},{"source":161,"target":24},{"source":162,"target":24},{"source":162,"target":163},{"source":162,"target":166},{"source":162,"target":184},{"source":162,"target":185},{"source":184,"target":163},{"source":185,"target":166},{"source":163,"target":24},{"source":163,"target":178},{"source":163,"target":186},{"source":163,"target":187},{"source":186,"target":188},{"source":186,"target":163},{"source":187,"target":178},{"source":164,"target":24},{"source":164,"target":174},{"source":164,"target":166},{"source":164,"target":189},{"source":164,"target":190},{"source":189,"target":174},{"source":190,"target":166},{"source":165,"target":24},{"source":165,"target":170},{"source":165,"target":166},{"source":165,"target":191},{"source":165,"target":192},{"source":191,"target":170},{"source":192,"target":166},{"source":166,"target":24},{"source":166,"target":178},{"source":166,"target":193},{"source":166,"target":194},{"source":166,"target":195},{"source":193,"target":179},{"source":193,"target":196},{"source":193,"target":166},{"source":193,"target":197},{"source":193,"target":198},{"source":196,"target":179},{"source":197,"target":199},{"source":197,"target":193},{"source":198,"target":200},{"source":198,"target":193},{"source":194,"target":201},{"source":194,"target":166},{"source":194,"target":202},{"source":202,"target":203},{"source":202,"target":194},{"source":195,"target":178},{"source":167,"target":24},{"source":167,"target":179},{"source":167,"target":204},{"source":167,"target":205},{"source":167,"target":206},{"source":167,"target":207},{"source":167,"target":208},{"source":167,"target":209},{"source":167,"target":210},{"source":204,"target":179},{"source":204,"target":211},{"source":204,"target":167},{"source":204,"target":212},{"source":204,"target":213},{"source":204,"target":214},{"source":211,"target":179},{"source":212,"target":215},{"source":212,"target":204},{"source":213,"target":161},{"source":213,"target":216},{"source":213,"target":204},{"source":216,"target":161},{"source":214,"target":217},{"source":214,"target":204},{"source":205,"target":178},{"source":205,"target":218},{"source":205,"target":167},{"source":205,"target":219},{"source":218,"target":178},{"source":219,"target":220},{"source":219,"target":205},{"source":206,"target":221},{"source":206,"target":167},{"source":206,"target":222},{"source":222,"target":223},{"source":222,"target":206},{"source":207,"target":224},{"source":207,"target":167},{"source":208,"target":225},{"source":208,"target":167},{"source":209,"target":178},{"source":209,"target":226},{"source":209,"target":167},{"source":226,"target":178},{"source":210,"target":179},{"source":168,"target":24},{"source":168,"target":179},{"source":168,"target":227},{"source":168,"target":228},{"source":227,"target":229},{"source":227,"target":168},{"source":228,"target":179},{"source":169,"target":24},{"source":169,"target":230},{"source":169,"target":231},{"source":169,"target":232},{"source":169,"target":233},{"source":230,"target":169},{"source":231,"target":169},{"source":232,"target":169},{"source":233,"target":169},{"source":170,"target":24},{"source":170,"target":178},{"source":170,"target":234},{"source":170,"target":235},{"source":170,"target":236},{"source":234,"target":237},{"source":234,"target":170},{"source":235,"target":238},{"source":235,"target":170},{"source":236,"target":178},{"source":171,"target":24},{"source":171,"target":167},{"source":171,"target":239},{"source":171,"target":240},{"source":239,"target":241},{"source":239,"target":171},{"source":240,"target":167},{"source":172,"target":24},{"source":172,"target":181},{"source":172,"target":175},{"source":172,"target":242},{"source":172,"target":243},{"source":242,"target":181},{"source":243,"target":175},{"source":173,"target":24},{"source":173,"target":175},{"source":173,"target":168},{"source":173,"target":244},{"source":173,"target":245},{"source":173,"target":246},{"source":244,"target":174},{"source":244,"target":247},{"source":244,"target":173},{"source":247,"target":174},{"source":245,"target":175},{"source":246,"target":168},{"source":174,"target":24},{"source":174,"target":178},{"source":174,"target":248},{"source":174,"target":249},{"source":174,"target":250},{"source":174,"target":251},{"source":174,"target":252},{"source":248,"target":253},{"source":248,"target":174},{"source":249,"target":182},{"source":249,"target":254},{"source":249,"target":174},{"source":254,"target":182},{"source":250,"target":182},{"source":250,"target":255},{"source":250,"target":174},{"source":255,"target":182},{"source":251,"target":177},{"source":251,"target":256},{"source":251,"target":174},{"source":256,"target":177},{"source":252,"target":178},{"source":175,"target":24},{"source":176,"target":24},{"source":177,"target":24},{"source":178,"target":24},{"source":178,"target":257},{"source":178,"target":258},{"source":178,"target":259},{"source":178,"target":260},{"source":178,"target":261},{"source":178,"target":262},{"source":178,"target":263},{"source":178,"target":264},{"source":178,"target":265},{"source":178,"target":266},{"source":178,"target":267},{"source":178,"target":268},{"source":178,"target":269},{"source":257,"target":179},{"source":257,"target":270},{"source":257,"target":178},{"source":257,"target":271},{"source":257,"target":272},{"source":257,"target":273},{"source":270,"target":179},{"source":271,"target":274},{"source":271,"target":257},{"source":272,"target":161},{"source":272,"target":275},{"source":272,"target":257},{"source":275,"target":161},{"source":273,"target":276},{"source":273,"target":257},{"source":258,"target":177},{"source":258,"target":277},{"source":258,"target":178},{"source":258,"target":278},{"source":277,"target":177},{"source":278,"target":279},{"source":278,"target":258},{"source":259,"target":167},{"source":259,"target":280},{"source":259,"target":178},{"source":280,"target":167},{"source":260,"target":281},{"source":260,"target":178},{"source":261,"target":282},{"source":261,"target":178},{"source":261,"target":283},{"source":283,"target":284},{"source":283,"target":261},{"source":262,"target":176},{"source":262,"target":285},{"source":262,"target":178},{"source":285,"target":176},{"source":263,"target":286},{"source":263,"target":178},{"source":264,"target":168},{"source":264,"target":287},{"source":264,"target":178},{"source":287,"target":168},{"source":265,"target":288},{"source":265,"target":178},{"source":266,"target":289},{"source":266,"target":178},{"source":267,"target":290},{"source":267,"target":178},{"source":268,"target":291},{"source":268,"target":178},{"source":269,"target":171},{"source":269,"target":292},{"source":269,"target":178},{"source":292,"target":171},{"source":179,"target":24},{"source":179,"target":293},{"source":293,"target":294},{"source":293,"target":179},{"source":180,"target":24},{"source":180,"target":179},{"source":180,"target":295},{"source":180,"target":296},{"source":295,"target":176},{"source":295,"target":297},{"source":295,"target":180},{"source":297,"target":176},{"source":296,"target":179},{"source":181,"target":24},{"source":181,"target":167},{"source":181,"target":298},{"source":181,"target":299},{"source":181,"target":300},{"source":298,"target":169},{"source":298,"target":301},{"source":298,"target":181},{"source":301,"target":169},{"source":299,"target":302},{"source":299,"target":181},{"source":300,"target":167},{"source":182,"target":24},{"source":182,"target":171},{"source":182,"target":175},{"source":182,"target":303},{"source":182,"target":304},{"source":182,"target":305},{"source":303,"target":174},{"source":303,"target":306},{"source":303,"target":182},{"source":306,"target":174},{"source":304,"target":171},{"source":305,"target":175},{"source":183,"target":24},{"source":183,"target":181},{"source":183,"target":175},{"source":183,"target":307},{"source":183,"target":308},{"source":183,"target":309},{"source":183,"target":310},{"source":183,"target":311},{"source":183,"target":312},{"source":307,"target":183},{"source":307,"target":313},{"source":313,"target":174},{"source":313,"target":314},{"source":313,"target":307},{"source":314,"target":174},{"source":308,"target":174},{"source":308,"target":315},{"source":308,"target":183},{"source":315,"target":174},{"source":309,"target":173},{"source":309,"target":316},{"source":309,"target":183},{"source":316,"target":173},{"source":310,"target":182},{"source":310,"target":317},{"source":310,"target":183},{"source":317,"target":182},{"source":311,"target":181},{"source":312,"target":175}],"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="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eOperations name="isSuperTypeOf" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="ecore:EDataType Ecore.ecore#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="ecore:EDataType Ecore.ecore#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eOperations name="isInstance" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="#//EJavaClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="ecore:EDataType Ecore.ecore#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eOperations name="convertToString" eType="ecore:EDataType Ecore.ecore#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents" eType="#//EEList"/> <eOperations name="eAllContents" eType="#//ETreeIterator"/> <eOperations name="eCrossReferences" eType="#//EEList"/> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eOperations name="getFeatureID" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eOperations name="getContainerClass" eType="#//EJavaClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"/> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"/> </ecore:EPackage>
github:ecore:/data/repairvision/repairvision/plugins.domain/org.sidiff.ecore.editrules.repair.evaluation/examples/uml-ecore_coevolution_story/2006-10-10T22-40-37Z_c9e925f1d462e0fb6ff677141586cafa4e5b3e25/Ecore.ecore
ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue ePackage EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature EOperation eContainingClass eParameters eExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator
null
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":52,"derived":true},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":77,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":79,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":81,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":120,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":121,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":179,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":254,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":257,"derived":true},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":270,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":288,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":289,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":51,"target":20},{"source":51,"target":54},{"source":51,"target":1},{"source":54,"target":20},{"source":52,"target":5},{"source":52,"target":55},{"source":52,"target":1},{"source":55,"target":5},{"source":53,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":56,"target":48},{"source":56,"target":62},{"source":56,"target":2},{"source":62,"target":48},{"source":57,"target":49},{"source":57,"target":63},{"source":57,"target":2},{"source":63,"target":49},{"source":58,"target":9},{"source":58,"target":64},{"source":58,"target":2},{"source":58,"target":65},{"source":64,"target":9},{"source":59,"target":11},{"source":59,"target":66},{"source":59,"target":2},{"source":66,"target":11},{"source":60,"target":11},{"source":60,"target":67},{"source":60,"target":2},{"source":67,"target":11},{"source":61,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":68,"target":20},{"source":68,"target":88},{"source":68,"target":3},{"source":68,"target":89},{"source":88,"target":20},{"source":89,"target":3},{"source":89,"target":90},{"source":89,"target":68},{"source":90,"target":3},{"source":69,"target":37},{"source":69,"target":91},{"source":69,"target":3},{"source":91,"target":37},{"source":70,"target":16},{"source":70,"target":92},{"source":70,"target":3},{"source":70,"target":93},{"source":92,"target":16},{"source":93,"target":37},{"source":93,"target":94},{"source":93,"target":70},{"source":94,"target":37},{"source":71,"target":37},{"source":71,"target":95},{"source":71,"target":3},{"source":71,"target":96},{"source":95,"target":37},{"source":96,"target":16},{"source":96,"target":97},{"source":96,"target":71},{"source":97,"target":16},{"source":72,"target":16},{"source":72,"target":98},{"source":72,"target":3},{"source":72,"target":99},{"source":98,"target":16},{"source":99,"target":48},{"source":99,"target":100},{"source":99,"target":72},{"source":100,"target":48},{"source":73,"target":20},{"source":73,"target":101},{"source":73,"target":3},{"source":101,"target":20},{"source":74,"target":20},{"source":74,"target":102},{"source":74,"target":3},{"source":102,"target":20},{"source":75,"target":3},{"source":75,"target":103},{"source":75,"target":3},{"source":103,"target":3},{"source":76,"target":12},{"source":76,"target":104},{"source":76,"target":3},{"source":76,"target":105},{"source":104,"target":12},{"source":77,"target":1},{"source":77,"target":106},{"source":77,"target":3},{"source":106,"target":1},{"source":78,"target":15},{"source":78,"target":107},{"source":78,"target":3},{"source":107,"target":15},{"source":79,"target":15},{"source":79,"target":108},{"source":79,"target":3},{"source":108,"target":15},{"source":80,"target":1},{"source":80,"target":109},{"source":80,"target":3},{"source":109,"target":1},{"source":81,"target":15},{"source":81,"target":110},{"source":81,"target":3},{"source":110,"target":15},{"source":82,"target":12},{"source":82,"target":111},{"source":82,"target":3},{"source":111,"target":12},{"source":83,"target":16},{"source":83,"target":112},{"source":83,"target":3},{"source":112,"target":16},{"source":84,"target":3},{"source":84,"target":113},{"source":84,"target":3},{"source":113,"target":3},{"source":85,"target":1},{"source":85,"target":114},{"source":85,"target":3},{"source":114,"target":1},{"source":86,"target":16},{"source":86,"target":115},{"source":86,"target":3},{"source":86,"target":116},{"source":115,"target":16},{"source":87,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":117,"target":20},{"source":117,"target":124},{"source":117,"target":4},{"source":117,"target":125},{"source":124,"target":20},{"source":125,"target":40},{"source":125,"target":126},{"source":125,"target":117},{"source":126,"target":40},{"source":118,"target":37},{"source":118,"target":127},{"source":118,"target":4},{"source":127,"target":37},{"source":119,"target":48},{"source":119,"target":128},{"source":119,"target":4},{"source":128,"target":48},{"source":120,"target":39},{"source":120,"target":129},{"source":120,"target":4},{"source":129,"target":39},{"source":121,"target":40},{"source":121,"target":130},{"source":121,"target":4},{"source":130,"target":40},{"source":122,"target":13},{"source":122,"target":131},{"source":122,"target":4},{"source":122,"target":132},{"source":131,"target":13},{"source":123,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":133},{"source":5,"target":134},{"source":133,"target":20},{"source":133,"target":135},{"source":133,"target":5},{"source":135,"target":20},{"source":134,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":136,"target":7},{"source":136,"target":141},{"source":136,"target":6},{"source":136,"target":142},{"source":141,"target":7},{"source":142,"target":48},{"source":142,"target":143},{"source":142,"target":136},{"source":143,"target":48},{"source":137,"target":7},{"source":137,"target":144},{"source":137,"target":6},{"source":137,"target":145},{"source":144,"target":7},{"source":145,"target":37},{"source":145,"target":146},{"source":145,"target":137},{"source":146,"target":37},{"source":138,"target":7},{"source":138,"target":147},{"source":138,"target":6},{"source":138,"target":148},{"source":147,"target":7},{"source":148,"target":48},{"source":148,"target":149},{"source":148,"target":138},{"source":149,"target":48},{"source":139,"target":7},{"source":139,"target":150},{"source":139,"target":6},{"source":139,"target":151},{"source":150,"target":7},{"source":140,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":152},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":151},{"source":7,"target":155},{"source":152,"target":37},{"source":152,"target":156},{"source":152,"target":7},{"source":156,"target":37},{"source":153,"target":32},{"source":153,"target":157},{"source":153,"target":7},{"source":157,"target":32},{"source":154,"target":48},{"source":154,"target":158},{"source":154,"target":7},{"source":158,"target":48},{"source":151,"target":6},{"source":151,"target":159},{"source":151,"target":7},{"source":151,"target":139},{"source":159,"target":6},{"source":155,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":160},{"source":8,"target":161},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":160,"target":11},{"source":160,"target":165},{"source":160,"target":8},{"source":160,"target":166},{"source":165,"target":11},{"source":166,"target":3},{"source":166,"target":167},{"source":166,"target":160},{"source":167,"target":3},{"source":161,"target":40},{"source":161,"target":168},{"source":161,"target":8},{"source":161,"target":169},{"source":161,"target":170},{"source":168,"target":40},{"source":169,"target":5},{"source":169,"target":171},{"source":169,"target":161},{"source":171,"target":5},{"source":170,"target":48},{"source":170,"target":172},{"source":170,"target":161},{"source":172,"target":48},{"source":162,"target":48},{"source":162,"target":173},{"source":162,"target":8},{"source":162,"target":174},{"source":162,"target":175},{"source":173,"target":48},{"source":174,"target":5},{"source":174,"target":176},{"source":174,"target":162},{"source":176,"target":5},{"source":175,"target":40},{"source":175,"target":177},{"source":175,"target":162},{"source":177,"target":40},{"source":163,"target":13},{"source":163,"target":178},{"source":163,"target":8},{"source":163,"target":179},{"source":178,"target":13},{"source":164,"target":9},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":180},{"source":9,"target":65},{"source":9,"target":181},{"source":180,"target":2},{"source":180,"target":182},{"source":180,"target":9},{"source":180,"target":183},{"source":182,"target":2},{"source":183,"target":48},{"source":183,"target":184},{"source":183,"target":180},{"source":184,"target":48},{"source":65,"target":2},{"source":65,"target":185},{"source":65,"target":9},{"source":65,"target":58},{"source":185,"target":2},{"source":181,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":186},{"source":10,"target":187},{"source":186,"target":48},{"source":186,"target":188},{"source":186,"target":10},{"source":188,"target":48},{"source":187,"target":9},{"source":11,"target":0},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":11,"target":196},{"source":11,"target":197},{"source":11,"target":198},{"source":11,"target":199},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":189,"target":3},{"source":189,"target":203},{"source":189,"target":11},{"source":203,"target":3},{"source":190,"target":20},{"source":190,"target":204},{"source":190,"target":11},{"source":204,"target":20},{"source":191,"target":44},{"source":191,"target":205},{"source":191,"target":11},{"source":205,"target":44},{"source":192,"target":11},{"source":192,"target":206},{"source":192,"target":11},{"source":206,"target":11},{"source":193,"target":16},{"source":193,"target":207},{"source":193,"target":11},{"source":207,"target":16},{"source":194,"target":15},{"source":194,"target":208},{"source":194,"target":11},{"source":208,"target":15},{"source":195,"target":31},{"source":195,"target":209},{"source":195,"target":11},{"source":209,"target":31},{"source":196,"target":50},{"source":196,"target":210},{"source":196,"target":11},{"source":210,"target":50},{"source":197,"target":31},{"source":197,"target":211},{"source":197,"target":11},{"source":211,"target":31},{"source":198,"target":40},{"source":198,"target":212},{"source":198,"target":11},{"source":198,"target":213},{"source":212,"target":40},{"source":213,"target":16},{"source":213,"target":214},{"source":213,"target":198},{"source":214,"target":16},{"source":199,"target":40},{"source":199,"target":215},{"source":199,"target":11},{"source":199,"target":216},{"source":199,"target":217},{"source":215,"target":40},{"source":216,"target":16},{"source":216,"target":218},{"source":216,"target":199},{"source":218,"target":16},{"source":217,"target":20},{"source":217,"target":219},{"source":217,"target":199},{"source":219,"target":20},{"source":200,"target":11},{"source":200,"target":220},{"source":200,"target":221},{"source":220,"target":16},{"source":220,"target":222},{"source":220,"target":200},{"source":222,"target":16},{"source":221,"target":40},{"source":221,"target":223},{"source":221,"target":200},{"source":223,"target":40},{"source":201,"target":20},{"source":201,"target":224},{"source":201,"target":11},{"source":201,"target":225},{"source":224,"target":20},{"source":225,"target":16},{"source":225,"target":226},{"source":225,"target":201},{"source":226,"target":16},{"source":202,"target":11},{"source":202,"target":227},{"source":227,"target":16},{"source":227,"target":228},{"source":227,"target":202},{"source":228,"target":16},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":105},{"source":12,"target":229},{"source":12,"target":230},{"source":12,"target":231},{"source":105,"target":3},{"source":105,"target":232},{"source":105,"target":12},{"source":105,"target":76},{"source":232,"target":3},{"source":229,"target":14},{"source":229,"target":233},{"source":229,"target":12},{"source":229,"target":234},{"source":233,"target":14},{"source":230,"target":4},{"source":230,"target":235},{"source":230,"target":12},{"source":235,"target":4},{"source":231,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":236},{"source":13,"target":237},{"source":13,"target":238},{"source":13,"target":179},{"source":13,"target":132},{"source":13,"target":239},{"source":13,"target":240},{"source":13,"target":241},{"source":236,"target":4},{"source":236,"target":242},{"source":236,"target":13},{"source":236,"target":243},{"source":242,"target":4},{"source":243,"target":48},{"source":243,"target":244},{"source":243,"target":236},{"source":244,"target":48},{"source":237,"target":48},{"source":237,"target":245},{"source":237,"target":13},{"source":245,"target":48},{"source":238,"target":48},{"source":238,"target":246},{"source":238,"target":13},{"source":246,"target":48},{"source":179,"target":8},{"source":179,"target":247},{"source":179,"target":13},{"source":179,"target":163},{"source":247,"target":8},{"source":132,"target":4},{"source":132,"target":248},{"source":132,"target":13},{"source":132,"target":122},{"source":248,"target":4},{"source":239,"target":13},{"source":239,"target":249},{"source":239,"target":13},{"source":239,"target":240},{"source":249,"target":13},{"source":240,"target":13},{"source":240,"target":250},{"source":240,"target":13},{"source":240,"target":239},{"source":250,"target":13},{"source":241,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":234},{"source":14,"target":251},{"source":234,"target":12},{"source":234,"target":252},{"source":234,"target":14},{"source":234,"target":229},{"source":252,"target":12},{"source":251,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":253},{"source":15,"target":254},{"source":15,"target":255},{"source":15,"target":256},{"source":15,"target":257},{"source":15,"target":258},{"source":253,"target":20},{"source":253,"target":259},{"source":253,"target":15},{"source":259,"target":20},{"source":254,"target":20},{"source":254,"target":260},{"source":254,"target":15},{"source":260,"target":20},{"source":255,"target":20},{"source":255,"target":261},{"source":255,"target":15},{"source":261,"target":20},{"source":256,"target":15},{"source":256,"target":262},{"source":256,"target":15},{"source":262,"target":15},{"source":257,"target":3},{"source":257,"target":263},{"source":257,"target":15},{"source":263,"target":3},{"source":258,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":264},{"source":16,"target":265},{"source":16,"target":266},{"source":16,"target":267},{"source":16,"target":268},{"source":16,"target":269},{"source":16,"target":270},{"source":16,"target":271},{"source":16,"target":272},{"source":16,"target":116},{"source":16,"target":273},{"source":264,"target":37},{"source":264,"target":274},{"source":264,"target":16},{"source":274,"target":37},{"source":265,"target":39},{"source":265,"target":275},{"source":265,"target":16},{"source":275,"target":39},{"source":266,"target":20},{"source":266,"target":276},{"source":266,"target":16},{"source":276,"target":20},{"source":267,"target":20},{"source":267,"target":277},{"source":267,"target":16},{"source":277,"target":20},{"source":268,"target":20},{"source":268,"target":278},{"source":268,"target":16},{"source":278,"target":20},{"source":269,"target":48},{"source":269,"target":279},{"source":269,"target":16},{"source":279,"target":48},{"source":270,"target":40},{"source":270,"target":280},{"source":270,"target":16},{"source":280,"target":40},{"source":271,"target":20},{"source":271,"target":281},{"source":271,"target":16},{"source":281,"target":20},{"source":272,"target":20},{"source":272,"target":282},{"source":272,"target":16},{"source":282,"target":20},{"source":116,"target":3},{"source":116,"target":283},{"source":116,"target":16},{"source":116,"target":86},{"source":283,"target":3},{"source":273,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":284},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":17,"target":288},{"source":17,"target":289},{"source":17,"target":290},{"source":17,"target":291},{"source":284,"target":20},{"source":284,"target":292},{"source":284,"target":17},{"source":292,"target":20},{"source":285,"target":20},{"source":285,"target":293},{"source":285,"target":17},{"source":293,"target":20},{"source":286,"target":37},{"source":286,"target":294},{"source":286,"target":17},{"source":294,"target":37},{"source":287,"target":37},{"source":287,"target":295},{"source":287,"target":17},{"source":295,"target":37},{"source":288,"target":20},{"source":288,"target":296},{"source":288,"target":17},{"source":296,"target":20},{"source":289,"target":20},{"source":289,"target":297},{"source":289,"target":17},{"source":297,"target":20},{"source":290,"target":4},{"source":290,"target":298},{"source":290,"target":17},{"source":298,"target":4},{"source":291,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":299},{"source":49,"target":300},{"source":299,"target":48},{"source":299,"target":301},{"source":299,"target":49},{"source":301,"target":48},{"source":300,"target":48},{"source":300,"target":302},{"source":300,"target":49},{"source":302,"target":48},{"source":50,"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="logging" nsURI="net.sourceforge.tagsea.logging" nsPrefix="net.sourceforge.tagsea.logging"> <eClassifiers xsi:type="ecore:EClass" name="ModelLog" eSuperTypes="#//Log"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//ModelEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagEvent" abstract="true" eSuperTypes="#//ModelEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaypointEvent" abstract="true" eSuperTypes="#//ModelEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="1" eType="#//WaypointState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogFile"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelLog" eType="#//ModelLog" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiLog" upperBound="-1" eType="#//UILog" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentWaypoints" eType="#//CurrentWaypoints" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaypointState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="waypointType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//WaypointAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UILog" eSuperTypes="#//Log"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//UIEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentWaypoints" eSuperTypes="#//Log"> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" upperBound="-1" eType="#//WaypointState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaypointAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewWaypointEvent" eSuperTypes="#//WaypointEvent"/> <eClassifiers xsi:type="ecore:EClass" name="DeletedWaypointEvent" eSuperTypes="#//WaypointEvent"/> <eClassifiers xsi:type="ecore:EClass" name="WaypointChangeEvent" eSuperTypes="#//WaypointEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="newAttributes" upperBound="-1" eType="#//WaypointAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldAttributes" upperBound="-1" eType="#//WaypointAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagNameChangeEvent" eSuperTypes="#//TagEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaypointTagNameChangeEvent" eSuperTypes="#//WaypointEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newTagName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldTagName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaypointTagsChangedEvent" eSuperTypes="#//WaypointEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldTags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagWaypointsChangedEvent" eSuperTypes="#//TagEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="oldWaypoint" upperBound="-1" eType="#//WaypointState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newWaypoint" upperBound="-1" eType="#//WaypointState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewTagEvent" eSuperTypes="#//TagEvent"/> <eClassifiers xsi:type="ecore:EClass" name="DeletedTagEvent" eSuperTypes="#//TagEvent"/> <eClassifiers xsi:type="ecore:EClass" name="JobEvent" eSuperTypes="#//ModelEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//JobState" defaultValueLiteral="created"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JobState"> <eLiterals name="created"/> <eLiterals name="queued" value="1"/> <eLiterals name="waiting" value="2"/> <eLiterals name="running" value="3"/> <eLiterals name="quiting" value="4"/> <eLiterals name="done" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Log" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="anonymous"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="session" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigateEvent" eSuperTypes="#//UIEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="1" eType="#//WaypointState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewEvent" eSuperTypes="#//UIEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ViewEventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filterString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ViewEventType"> <eLiterals name="Opened"/> <eLiterals name="Top" value="1"/> <eLiterals name="activated" value="2"/> <eLiterals name="deactivated" value="3"/> <eLiterals name="hidden" value="4"/> <eLiterals name="closed" value="5"/> <eLiterals name="filtered" value="6"/> <eLiterals name="hierarchy" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FiltersChangedEvent" eSuperTypes="#//UIEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIEvent" abstract="true" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchyOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelEvent" abstract="true" eSuperTypes="#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="ModelRecordStartEvent" eSuperTypes="#//ModelEvent"/> <eClassifiers xsi:type="ecore:EClass" name="UIRecordStartEvent" eSuperTypes="#//UIEvent"/> <eClassifiers xsi:type="ecore:EClass" name="TaskNavigateEvent" eSuperTypes="#//UIEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/original-distance/RelaxationCloseDistance/103_modellog.ecore
ecore
logging ModelLog events Event time TagEvent tagName WaypointEvent waypoint LogFile modelLog uiLog currentWaypoints WaypointState waypointType attributes tagNames UILog events CurrentWaypoints waypoint WaypointAttribute name value NewWaypointEvent DeletedWaypointEvent WaypointChangeEvent newAttributes oldAttributes TagNameChangeEvent oldName WaypointTagNameChangeEvent newTagName oldTagName WaypointTagsChangedEvent oldTags TagWaypointsChangedEvent oldWaypoint newWaypoint NewTagEvent DeletedTagEvent JobEvent state created name JobState created created queued queued waiting waiting running running quiting quiting done done Log uid 0 date uname anonymous country language session 0 NavigateEvent waypoint ViewEvent type viewid filterString ViewEventType Opened Opened Top Top activated activated deactivated deactivated hidden hidden closed closed filtered filtered hierarchy hierarchy FiltersChangedEvent visible hidden UIEvent hierarchyOn false ModelEvent ModelRecordStartEvent UIRecordStartEvent TaskNavigateEvent description line 0 resource
null
{"directed":true,"nodes":[{"nsPrefix":"net.sourceforge.tagsea.logging","nsURI":"net.sourceforge.tagsea.logging","name":"logging","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagEvent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointEvent","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogFile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UILog","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentWaypoints","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewWaypointEvent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedWaypointEvent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointChangeEvent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagNameChangeEvent","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointTagNameChangeEvent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointTagsChangedEvent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagWaypointsChangedEvent","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewTagEvent","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedTagEvent","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobEvent","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JobState","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigateEvent","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewEvent","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ViewEventType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiltersChangedEvent","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIEvent","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelEvent","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRecordStartEvent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIRecordStartEvent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskNavigateEvent","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":"time","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"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":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelLog","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":"uiLog","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":"currentWaypoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"waypointType","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"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":"tagNames","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newAttributes","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":"oldAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldName","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newTagName","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldTagName","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldTags","changeable":true,"lowerBound":0,"iD":false,"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":"oldWaypoint","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":"newWaypoint","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"created","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"created","id":94,"value":0,"literal":"created","eClass":"EEnumLiteral"},{"name":"queued","id":95,"value":1,"literal":"queued","eClass":"EEnumLiteral"},{"name":"waiting","id":96,"value":2,"literal":"waiting","eClass":"EEnumLiteral"},{"name":"running","id":97,"value":3,"literal":"running","eClass":"EEnumLiteral"},{"name":"quiting","id":98,"value":4,"literal":"quiting","eClass":"EEnumLiteral"},{"name":"done","id":99,"value":5,"literal":"done","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"anonymous","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"anonymous","unsettable":false,"transient":false,"unique":true,"name":"uname","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"session","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewid","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"filterString","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"Opened","id":122,"value":0,"literal":"Opened","eClass":"EEnumLiteral"},{"name":"Top","id":123,"value":1,"literal":"Top","eClass":"EEnumLiteral"},{"name":"activated","id":124,"value":2,"literal":"activated","eClass":"EEnumLiteral"},{"name":"deactivated","id":125,"value":3,"literal":"deactivated","eClass":"EEnumLiteral"},{"name":"hidden","id":126,"value":4,"literal":"hidden","eClass":"EEnumLiteral"},{"name":"closed","id":127,"value":5,"literal":"closed","eClass":"EEnumLiteral"},{"name":"filtered","id":128,"value":6,"literal":"filtered","eClass":"EEnumLiteral"},{"name":"hierarchy","id":129,"value":7,"literal":"hierarchy","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hierarchyOn","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"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":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":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":21},{"source":1,"target":31},{"source":1,"target":32},{"source":31,"target":27},{"source":31,"target":33},{"source":31,"target":1},{"source":33,"target":27},{"source":32,"target":21},{"source":2,"target":0},{"source":2,"target":34},{"source":34,"target":35},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":38},{"source":36,"target":3},{"source":37,"target":27},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":6},{"source":40,"target":27},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":42,"target":1},{"source":42,"target":45},{"source":42,"target":5},{"source":45,"target":1},{"source":43,"target":7},{"source":43,"target":46},{"source":43,"target":5},{"source":46,"target":7},{"source":44,"target":8},{"source":44,"target":47},{"source":44,"target":5},{"source":47,"target":8},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":48,"target":51},{"source":48,"target":6},{"source":49,"target":9},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":9},{"source":50,"target":53},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":26},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":26},{"source":55,"target":21},{"source":8,"target":0},{"source":8,"target":21},{"source":8,"target":57},{"source":8,"target":58},{"source":57,"target":6},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":6},{"source":58,"target":21},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":62},{"source":60,"target":9},{"source":61,"target":63},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":64},{"source":64,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":65},{"source":65,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":66,"target":9},{"source":66,"target":69},{"source":66,"target":12},{"source":69,"target":9},{"source":67,"target":9},{"source":67,"target":70},{"source":67,"target":12},{"source":70,"target":9},{"source":68,"target":4},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":71},{"source":13,"target":72},{"source":71,"target":73},{"source":71,"target":13},{"source":72,"target":3},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":74,"target":77},{"source":74,"target":14},{"source":75,"target":78},{"source":75,"target":14},{"source":76,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":79},{"source":15,"target":80},{"source":79,"target":81},{"source":79,"target":15},{"source":80,"target":4},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":82},{"source":16,"target":83},{"source":16,"target":84},{"source":82,"target":6},{"source":82,"target":85},{"source":82,"target":16},{"source":85,"target":6},{"source":83,"target":6},{"source":83,"target":86},{"source":83,"target":16},{"source":86,"target":6},{"source":84,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":87},{"source":87,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":88},{"source":88,"target":3},{"source":19,"target":0},{"source":19,"target":27},{"source":19,"target":89},{"source":19,"target":90},{"source":19,"target":91},{"source":89,"target":20},{"source":89,"target":92},{"source":89,"target":19},{"source":92,"target":20},{"source":90,"target":93},{"source":90,"target":19},{"source":91,"target":27},{"source":20,"target":0},{"source":20,"target":94},{"source":20,"target":95},{"source":20,"target":96},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":94,"target":20},{"source":95,"target":20},{"source":96,"target":20},{"source":97,"target":20},{"source":98,"target":20},{"source":99,"target":20},{"source":21,"target":0},{"source":21,"target":100},{"source":21,"target":101},{"source":21,"target":102},{"source":21,"target":103},{"source":21,"target":104},{"source":21,"target":105},{"source":100,"target":106},{"source":100,"target":21},{"source":101,"target":107},{"source":101,"target":21},{"source":102,"target":108},{"source":102,"target":21},{"source":103,"target":109},{"source":103,"target":21},{"source":104,"target":110},{"source":104,"target":21},{"source":105,"target":111},{"source":105,"target":21},{"source":22,"target":0},{"source":22,"target":26},{"source":22,"target":112},{"source":22,"target":113},{"source":112,"target":6},{"source":112,"target":114},{"source":112,"target":22},{"source":114,"target":6},{"source":113,"target":26},{"source":23,"target":0},{"source":23,"target":26},{"source":23,"target":115},{"source":23,"target":116},{"source":23,"target":117},{"source":23,"target":118},{"source":115,"target":24},{"source":115,"target":119},{"source":115,"target":23},{"source":119,"target":24},{"source":116,"target":120},{"source":116,"target":23},{"source":117,"target":121},{"source":117,"target":23},{"source":118,"target":26},{"source":24,"target":0},{"source":24,"target":122},{"source":24,"target":123},{"source":24,"target":124},{"source":24,"target":125},{"source":24,"target":126},{"source":24,"target":127},{"source":24,"target":128},{"source":24,"target":129},{"source":122,"target":24},{"source":123,"target":24},{"source":124,"target":24},{"source":125,"target":24},{"source":126,"target":24},{"source":127,"target":24},{"source":128,"target":24},{"source":129,"target":24},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":130},{"source":25,"target":131},{"source":25,"target":132},{"source":130,"target":133},{"source":130,"target":25},{"source":131,"target":134},{"source":131,"target":25},{"source":132,"target":26},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":135},{"source":26,"target":136},{"source":135,"target":137},{"source":135,"target":26},{"source":136,"target":2},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":138},{"source":138,"target":2},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":139},{"source":139,"target":27},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":140},{"source":140,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":141},{"source":30,"target":142},{"source":30,"target":143},{"source":30,"target":144},{"source":141,"target":145},{"source":141,"target":30},{"source":142,"target":146},{"source":142,"target":30},{"source":143,"target":147},{"source":143,"target":30},{"source":144,"target":26}],"multigraph":true}